InlineContainerCluster1
{
"cluster_ip_ranges": [
"string"
],
"cluster_type": "string",
"cni_type": "string",
"external_id": "string",
"infrastructure": {
"infra_type": "string"
},
"network_errors": [
"NetworkError Object"
],
"network_status": "string",
"node_port_local_range": "string",
"node_port_range": "string",
"origin_properties": [
"KeyValuePair Object"
],
"supervisor_project_id": "string"
}
In case of Kubernetes container cluster, it specifies CIDRs that will be assigned to services created on Kubernetes.
Type of the container cluster. In case of creating container cluster first time, it is expected to pass the valid cluster-type. In case of update, if there is no change in cluster-type, then this field can be omitted in the request.
Specifies Container Network Interface type for container cluster.
External identifier of the container cluster.
Details of infrastructure hosting the container cluster e.g. vSphere, AWS, VMC etc..
Network status of container cluster.
Specifies the port range to be used for NodePortLocal services.
In case of Kubernetes container cluster, it specifies port range to be used for Kubernetes services created with the type NodePort.
Array of additional specific properties of container cluster in key-value format.
Specifies supervisor container project identifier for cluster.