Skip to content

Commit 1f026c7

Browse files
OAS Update
1 parent f0b456a commit 1f026c7

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

services/postgres-flex/v3alpha1/postgres-flex.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,9 @@
470470
"isDeletable": {
471471
"$ref": "#/components/schemas/instance.isDeletable"
472472
},
473+
"labels": {
474+
"$ref": "#/components/schemas/labels"
475+
},
473476
"name": {
474477
"$ref": "#/components/schemas/instance.name"
475478
},
@@ -1078,6 +1081,9 @@
10781081
"flavorId": {
10791082
"$ref": "#/components/schemas/flavor.flavorId"
10801083
},
1084+
"labels": {
1085+
"$ref": "#/components/schemas/labels"
1086+
},
10811087
"name": {
10821088
"$ref": "#/components/schemas/instance.name"
10831089
},
@@ -1502,6 +1508,18 @@
15021508
"description": "The Postgres version used for the instance. See [Versions Endpoint](/documentation/postgres-flex-service/version/v3alpha1#tag/Version) for supported version parameters.",
15031509
"type": "string"
15041510
},
1511+
"labels": {
1512+
"additionalProperties": {
1513+
"nullable": true,
1514+
"type": "string"
1515+
},
1516+
"description": "Key-value pairs, 63 characters max, begin and end with an alphanumerical character,\nmay contain dashes (-), underscores (_), dots (.), and alphanumerics between. Key MUST be at least 1 character.\nMax 64 labels\nRegex for keys: ^(?=.{1,63}$)([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]$\nRegex for values: ^(?=.{0,63}$)(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])*$\nThe stackit- prefix is reserved and cannot be used for Keys.\n",
1517+
"example": {
1518+
"key1": "value1",
1519+
"key2": "value2"
1520+
},
1521+
"type": "object"
1522+
},
15051523
"protect.isDeletable": {
15061524
"description": "Protect instance from deletion.",
15071525
"example": true,
@@ -1670,6 +1688,9 @@
16701688
"flavorId": {
16711689
"$ref": "#/components/schemas/flavor.flavorId.opt"
16721690
},
1691+
"labels": {
1692+
"$ref": "#/components/schemas/labels"
1693+
},
16731694
"name": {
16741695
"$ref": "#/components/schemas/instance.name.opt"
16751696
},
@@ -1699,6 +1720,9 @@
16991720
"flavorId": {
17001721
"$ref": "#/components/schemas/flavor.flavorId"
17011722
},
1723+
"labels": {
1724+
"$ref": "#/components/schemas/labels"
1725+
},
17021726
"name": {
17031727
"$ref": "#/components/schemas/instance.name"
17041728
},

0 commit comments

Comments
 (0)