KubernetesConnectionDetails interface
Contains information used to connect to a Kubernetes cluster
- Extends
Properties
instance |
Polymorphic discriminator, which specifies the different types this object can be |
kube |
Gets the kubeconfig for the cluster. |
Property Details
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "Kubernetes"
Property Value
"Kubernetes"
kubeConfig
Gets the kubeconfig for the cluster.
kubeConfig?: string
Property Value
string