KubernetesService
KubernetesService
AllOf
This class requires all of the following:
JSON Example
{
"entity_id": "1000:104:12213212",
"name": "My Name",
"entity_type": "VirtualMachine",
"vendor_id": "string",
"kubernetes_cluster": {
"entity_id": "string",
"entity_type": "VirtualMachine"
},
"manager": {
"entity_id": "string",
"entity_type": "VirtualMachine"
},
"annotations": [
"string"
],
"labels": [
"string"
],
"creation_timestamp": "string",
"namespace": {
"entity_id": "string",
"entity_type": "VirtualMachine"
},
"cluster_ip": {
"ip_address": "string",
"netmask": "string",
"network_address": "string"
},
"loadbalancer_ip": {
"ip_address": "string",
"netmask": "string",
"network_address": "string"
},
"type": "string",
"external_ips": [
{
"ip_address": "string",
"netmask": "string",
"network_address": "string"
}
],
"selectors": [
"string"
]
}