Skip to content

Commit 1251dc8

Browse files
author
Automated
committed
OpenAPI spec update: Fri May 23 15:06:20 UTC 2025
1 parent 7086413 commit 1251dc8

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

exoscale/openapi.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6085,6 +6085,34 @@
60856085
}
60866086
}
60876087
},
6088+
"networking": {
6089+
"type": "object",
6090+
"properties": {
6091+
"cluster-cidr": {
6092+
"type": "string",
6093+
"description": "CIDR Range for Pods in cluster. This must not overlap with any IP ranges assigned to pods. Max of two, comma-separated, dual-stack CIDRs is allowed.\n If not specified, defaults to 192.168.0.0/16."
6094+
},
6095+
"service-cluster-ip-range": {
6096+
"type": "string",
6097+
"description": "CIDR range for service cluster IPs. This must not overlap with any IP ranges assigned to nodes or pods. Max of two, comma-separated, dual-stack CIDRs is allowed.\n If not specified, defaults to 10.96.0.0/12."
6098+
},
6099+
"node-cidr-mask-size-ipv4": {
6100+
"type": "integer",
6101+
"format": "int64",
6102+
"minimum": 0,
6103+
"exclusiveMinimum": true,
6104+
"description": "Mask size for node cidr in cluster. It must be larger than the Pod CIDR subnet mask. Defaults to 24"
6105+
},
6106+
"node-cidr-mask-size-ipv6": {
6107+
"type": "integer",
6108+
"format": "int64",
6109+
"minimum": 0,
6110+
"exclusiveMinimum": true,
6111+
"description": "Mask size for node cidr in cluster. It must be larger than the Pod CIDR subnet mask. Defaults to 64"
6112+
}
6113+
},
6114+
"description": "Cluster networking configuration."
6115+
},
60886116
"dbaas-user-grafana-secrets": {
60896117
"type": "object",
60906118
"properties": {
@@ -19429,6 +19457,10 @@
1942919457
"type": "boolean",
1943019458
"description": "Enable auto upgrade of the control plane to the latest patch version available"
1943119459
},
19460+
"networking": {
19461+
"$ref": "#/components/schemas/networking",
19462+
"description": "Cluster networking configuration"
19463+
},
1943219464
"oidc": {
1943319465
"$ref": "#/components/schemas/sks-oidc",
1943419466
"description": "Cluster OpenID configmap"

0 commit comments

Comments
 (0)