Skip to content

Kubernetes - Roles

KubernetesCluster

Role for resources that represents a Kubernetes Cluster.

NameTypeDescription
Allow Insecure ConnectionsStringIf true, the servers certificate will not be checked for validity. This will make your HTTPS connections insecure.
Bearer TokenStringBearer token for authentication to the API server.
Certificate AuthorityStringPath to a certificate file for the certificate authority.
Client CertificateStringPath to a client certificate for TLS.
Client KeyStringPath to a client key file for TLS.
Kubeconfig ClusterStringThe name of the kubeconfig cluster to use.
Kubeconfig ContextStringThe name of the kubeconfig context to use.
Kubeconfig FileStringPath to the kubeconfig file to use.
Kubeconfig UserStringThe name of the kubeconfig user to use.
Kubernetes Server AddressStringThe address and port of the Kubernetes API server.
NamespaceStringThe namespace scope on the kubernetes server.
PasswordPasswordPassword for basic authentication to the API server.
User NameStringUsername for basic authentication to the API server.