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

ContainerServiceCredentials interface

Information about the Azure Container Registry which contains the images deployed to the cluster.

Properties

acsKubeConfig

The ACS kube config file. NOTE: This property will not be serialized. It can only be populated by the server.

imagePullSecretName

The ACR image pull secret name which was created in Kubernetes. NOTE: This property will not be serialized. It can only be populated by the server.

servicePrincipalConfiguration

Service principal configuration used by Kubernetes. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

acsKubeConfig

The ACS kube config file. NOTE: This property will not be serialized. It can only be populated by the server.

acsKubeConfig?: string

Property Value

string

imagePullSecretName

The ACR image pull secret name which was created in Kubernetes. NOTE: This property will not be serialized. It can only be populated by the server.

imagePullSecretName?: string

Property Value

string

servicePrincipalConfiguration

Service principal configuration used by Kubernetes. NOTE: This property will not be serialized. It can only be populated by the server.

servicePrincipalConfiguration?: ServicePrincipalProperties

Property Value