Skip to content

Commit 095cf1a

Browse files
authored
Add PackageTier (#158)
1 parent b23bf33 commit 095cf1a

7 files changed

Lines changed: 212 additions & 43 deletions

File tree

gen/go/qdrant/cloud/booking/v1/booking.pb.go

Lines changed: 100 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/openapiv2/qdrant/cloud/booking/v1/booking.swagger.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,10 @@
267267
"$ref": "#/definitions/v1PackageStatus",
268268
"description": "The status of the package.\nIndicates the current status of the package."
269269
},
270+
"tier": {
271+
"$ref": "#/definitions/v1PackageTier",
272+
"description": "The tier of the package."
273+
},
270274
"availableAdditionalResources": {
271275
"$ref": "#/definitions/v1AvailableAdditionalResources",
272276
"description": "Optional additional resources that can be added to the cluster.\nif not set, additional resources are not available for this package.\nCurrently, only `DISK` is supported."
@@ -284,6 +288,16 @@
284288
"default": "PACKAGE_STATUS_UNSPECIFIED",
285289
"description": "PackageStatus defines the valid states a package can be in.\n\n - PACKAGE_STATUS_UNSPECIFIED: Unspecified package status.\n - PACKAGE_STATUS_ACTIVE: The package is active and available for use.\n - PACKAGE_STATUS_DEACTIVATED: The package is deactivated."
286290
},
291+
"v1PackageTier": {
292+
"type": "string",
293+
"enum": [
294+
"PACKAGE_TIER_STATUS_UNSPECIFIED",
295+
"PACKAGE_TIER_STANDARD",
296+
"PACKAGE_TIER_PREMIUM"
297+
],
298+
"default": "PACKAGE_TIER_STATUS_UNSPECIFIED",
299+
"description": "PackageTier defines the valid tiers a package can be in.\n\n - PACKAGE_TIER_STATUS_UNSPECIFIED: Unspecified package tier.\n - PACKAGE_TIER_STANDARD: Standard tier.\n - PACKAGE_TIER_PREMIUM: Premium tier."
300+
},
287301
"v1ResourceConfiguration": {
288302
"type": "object",
289303
"properties": {

0 commit comments

Comments
 (0)