InlineContainerClusterNode1
{
"cni_agent_status": "string",
"container_cluster_id": "string",
"external_id": "string",
"external_ip_addresses": [
"string"
],
"ip_addresses": [
"string"
],
"network_errors": [
{
"error_code": "string",
"error_message": "string",
"spec": "string"
}
],
"network_status": "string",
"origin_properties": [
"KeyValuePair Object"
],
"pod_cidrs": [
"string"
],
"provider_id": "string"
}
Specifies Container Network Interface agent status of container cluster node.
External identifier of the container cluster.
External identifier of the container cluster node in K8S/PAS.
Specifies list of external ip address of Node.
List of IP addresses of container cluster node.
List of network errors related to container cluster node.
Network status of container cluster node.
Array of additional specific properties of container cluster node in key-value format.
In case of Kubernetes container cluster, it represents the IP ranges assigned to the node for usage by Pod on that node.
Specifies identifier of container cluster node given by infrastructure provider of container cluster. e.g. in case of vSpehere, it will be instance uuid of worker node virtual machine.