KubernetesConnectionDetails interface
包含用來連線到 Kubernetes 叢集的資訊
- Extends
屬性
instance |
多型歧視性,指定這個物件可以是的不同類型 |
kube |
取得叢集的 kubeconfig。 |
屬性詳細資料
instanceType
多型歧視性,指定這個物件可以是的不同類型
instanceType: "Kubernetes"
屬性值
"Kubernetes"
kubeConfig
取得叢集的 kubeconfig。
kubeConfig?: string
屬性值
string