Skip to content

Commit 0a3baf0

Browse files
author
Automated
committed
OpenAPI spec update: Tue Apr 15 14:06:15 UTC 2025
1 parent 91cf8ad commit 0a3baf0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

exoscale/openapi.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6115,6 +6115,10 @@
61156115
"minLength": 1,
61166116
"description": "Cluster name"
61176117
},
6118+
"enable-operators-ca": {
6119+
"type": "boolean",
6120+
"description": "Indicates whether to add operators certificate authority (CA) as part of trusted CAs for the API server."
6121+
},
61186122
"state": {
61196123
"type": "string",
61206124
"enum": [
@@ -6130,6 +6134,10 @@
61306134
"readOnly": true,
61316135
"description": "Cluster state"
61326136
},
6137+
"enable-kube-proxy": {
6138+
"type": "boolean",
6139+
"description": "Indicates whether to deploy the Kubernetes network proxy."
6140+
},
61336141
"nodepools": {
61346142
"type": "array",
61356143
"items": {
@@ -6146,6 +6154,14 @@
61466154
],
61476155
"description": "Cluster level"
61486156
},
6157+
"feature-gates": {
6158+
"type": "array",
6159+
"items": {
6160+
"type": "string"
6161+
},
6162+
"uniqueItems": true,
6163+
"description": "A list of Kubernetes-only Alpha features to enable for API server component"
6164+
},
61496165
"addons": {
61506166
"type": "array",
61516167
"items": {

0 commit comments

Comments
 (0)