Freigeben über


AksComputeSecrets interface

Secrets related to a Machine Learning compute based on AKS.

Extends

Properties

computeType

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

Inherited Properties

adminKubeConfig

Content of kubeconfig file that can be used to connect to the Kubernetes cluster.

imagePullSecretName

Image registry pull secret.

userKubeConfig

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