K8sConfig_data_config

K8sConfig_data_config
K8sConfig_data_config

Kubernetes Configuration data - a secure and standard method to enable access to your Kubernetes clusters

JSON Example
{
    "url": "https://10.182.9.167:6443",
    "clusterName": "tca-cluster1",
    "kubeconfig": "string",
    "kubeSystemUUID": "11223344-5566-7788-99aa-bbccddeeff00",
    "version": "string",
    "UUID": "11223344-5566-7788-99aa-bbccddeeff00"
}
string As url As url
url
Required

URL universal resource path link over https protocol and may include port.

string
clusterName
Required

name of cluster. Note cluster name should not contains '_'

string
kubeconfig
Required

Kubernetes Config

string As uuid As uuid
kubeSystemUUID
Required

A universally unique identifier (UUID) is a 128-bit label

string
version
Required

Version of Kubernetes Config

string As uuid As uuid
UUID
Required

A universally unique identifier (UUID) is a 128-bit label