AksComputeSecrets interface
与基于 AKS 的机器学习计算相关的机密。
- 扩展
属性
compute |
多态鉴别器,它指定此对象可以的不同类型的 |
继承属性
admin |
可用于连接到 Kubernetes 群集的 kubeconfig 文件的内容。 |
image |
映像注册表拉取机密。 |
user |
可用于连接到 Kubernetes 群集的 kubeconfig 文件的内容。 |
属性详细信息
computeType
多态鉴别器,它指定此对象可以的不同类型的
computeType: "AKS"
属性值
"AKS"
继承属性详细信息
adminKubeConfig
可用于连接到 Kubernetes 群集的 kubeconfig 文件的内容。
adminKubeConfig?: string
属性值
string
imagePullSecretName
映像注册表拉取机密。
imagePullSecretName?: string
属性值
string
userKubeConfig
可用于连接到 Kubernetes 群集的 kubeconfig 文件的内容。
userKubeConfig?: string
属性值
string