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