Commit 65983aa
Toni Reina
Update PlatformService adding methods to retrieve individual regions (#231)
- Add `GetGlobalCloudProviderRegion` and `GetCloudProviderRegion` methods
- Extend the `CloudProviderRegion` message with new fields:
- `namespace`: When the region represents a hybrid cloud environment,
it's useful to know in what is the k8s namespace where the components
are deployed.
- `capabilities`: To indicate if certain capabilities are available in
the region. Currently it only includes information about volumes,
but in the future we could add more like gpu, private link, etc.1 parent 6d50073 commit 65983aa
11 files changed
Lines changed: 1129 additions & 77 deletions
File tree
- gen
- go/qdrant/cloud/platform/v1
- openapiv2/qdrant/cloud/platform/v1
- python/qdrant/cloud/platform/v1
- typescript/qdrant/cloud/platform/v1
- proto/qdrant/cloud/platform/v1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 128 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments