Kubernetes - Roles
KubernetesCluster
Role for resources that represents a Kubernetes Cluster.
| Name | Type | Description |
|---|---|---|
| Allow Insecure Connections | String | If true, the servers certificate will not be checked for validity. This will make your HTTPS connections insecure. |
| Bearer Token | String | Bearer token for authentication to the API server. |
| Certificate Authority | String | Path to a certificate file for the certificate authority. |
| Client Certificate | String | Path to a client certificate for TLS. |
| Client Key | String | Path to a client key file for TLS. |
| Kubeconfig Cluster | String | The name of the kubeconfig cluster to use. |
| Kubeconfig Context | String | The name of the kubeconfig context to use. |
| Kubeconfig File | String | Path to the kubeconfig file to use. |
| Kubeconfig User | String | The name of the kubeconfig user to use. |
| Kubernetes Server Address | String | The address and port of the Kubernetes API server. |
| Namespace | String | The namespace scope on the kubernetes server. |
| Password | Password | Password for basic authentication to the API server. |
| User Name | String | Username for basic authentication to the API server. |