InlineContainerCluster1

InlineContainerCluster1
InlineContainerCluster1
JSON Example
{
    "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"
}
array of string
cluster_ip_ranges
Optional
Constraints: maxItems: 2

In case of Kubernetes container cluster, it specifies CIDRs that will be assigned to services created on Kubernetes.

string
cluster_type
Optional

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.

Possible values are : PAS, PKS, Kubernetes, Openshift, WCP, WCP_Guest, AKS, EKS, TKGm, TKGi, GKE, Gardener, Rancher, TAS, SupervisorCluster, WorkloadCluster, Other,
string
cni_type
Optional
Constraints: default: Other

Specifies Container Network Interface type for container cluster.

Possible values are : NCP, Antrea, Other,
string
external_id
Optional

External identifier of the container cluster.

infrastructure
Optional

Details of infrastructure hosting the container cluster e.g. vSphere, AWS, VMC etc..

network_errors
Optional

List of network errors related to container cluster.

string
network_status
Optional

Network status of container cluster.

Possible values are : HEALTHY, UNHEALTHY,
string As port-or-range As port-or-range
node_port_local_range
Optional

Specifies the port range to be used for NodePortLocal services.

string As port-or-range As port-or-range
node_port_range
Optional

In case of Kubernetes container cluster, it specifies port range to be used for Kubernetes services created with the type NodePort.

origin_properties
Optional

Array of additional specific properties of container cluster in key-value format.

string
supervisor_project_id
Optional

Specifies supervisor container project identifier for cluster.