AksComputeSecretsProperties interface
Properties of AksComputeSecrets
Properties
admin |
Content of kubeconfig file that can be used to connect to the Kubernetes cluster. |
image |
Image registry pull secret. |
user |
Content of kubeconfig file that can be used to connect to the Kubernetes cluster. |
Property Details
adminKubeConfig
Content of kubeconfig file that can be used to connect to the Kubernetes cluster.
adminKubeConfig?: string
Property Value
string
imagePullSecretName
Image registry pull secret.
imagePullSecretName?: string
Property Value
string
userKubeConfig
Content of kubeconfig file that can be used to connect to the Kubernetes cluster.
userKubeConfig?: string
Property Value
string