你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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