KubernetesService

KubernetesService
KubernetesService
AllOf
This class requires all of the following:
JSON Example
{
    "entity_id": "string",
    "name": "string",
    "entity_type": "string",
    "vendor_id": "string",
    "kubernetes_cluster": {
        "entity_id": "string",
        "entity_type": "string"
    },
    "manager": {
        "entity_id": "string",
        "entity_type": "string"
    },
    "annotations": [
        "string"
    ],
    "labels": [
        "string"
    ],
    "creation_timestamp": "string",
    "namespace": {
        "entity_id": "string",
        "entity_type": "string"
    },
    "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"
    ]
}