AksComputeSecrets interface
Secrets related to a Machine Learning compute based on AKS.
- Extends
Properties
compute |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited 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
computeType
Polymorphic discriminator, which specifies the different types this object can be
computeType: "AKS"
Property Value
"AKS"
Inherited Property Details
adminKubeConfig
Content of kubeconfig file that can be used to connect to the Kubernetes cluster.
adminKubeConfig?: string
Property Value
string
Inherited From AksComputeSecretsProperties.adminKubeConfig
imagePullSecretName
Image registry pull secret.
imagePullSecretName?: string
Property Value
string
Inherited From AksComputeSecretsProperties.imagePullSecretName
userKubeConfig
Content of kubeconfig file that can be used to connect to the Kubernetes cluster.
userKubeConfig?: string
Property Value
string
Inherited From AksComputeSecretsProperties.userKubeConfig