clusterTemplate_spec_cluster_clusterConfigSpec_clusterNetwork

clusterTemplate_spec_cluster_clusterConfigSpec_clusterNetwork
clusterTemplate_spec_cluster_clusterConfigSpec_clusterNetwork

ClusterNetwork represents cluster network configuration. ClusterNetwork is required for creation (pods and services fields are required) and is immutable

JSON Example
{
    "pods": {
        "cidrBlocks": [
            "cidrBlocks",
            "cidrBlocks"
        ]
    },
    "apiServerPort": 0,
    "services": {
        "cidrBlocks": [
            "cidrBlocks",
            "cidrBlocks"
        ]
    },
    "serviceDomain": "serviceDomain"
}
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.