cluster_spec_clusterConfigSpec_clusterNetwork
cluster_spec_clusterConfigSpec_clusterNetwork
ClusterNetwork represents cluster network configuration. ClusterNetwork is required for creation (pods and services fields are required) and is immutable
JSON Example
{
"apiServerPort": 0,
"pods": {
"cidrBlocks": [
"string"
]
},
"serviceDomain": "string",
"services": {
"cidrBlocks": [
"string"
]
}
}
integer As int32
As int32
apiServerPort
Optional
APIServerPort specifies the port the API Server should bind to. Defaults to 6443.
string
serviceDomain
Optional
Domain name for services.