KubernetesConnectionDetails interface

Contains information used to connect to a Kubernetes cluster

Extends

Properties

instanceType

Polymorphic discriminator, which specifies the different types this object can be

kubeConfig

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