Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerServiceCredentials

Package version

interface

An interface representing ContainerServiceCredentials. Information about the Azure Container Registry which contains the images deployed to the cluster.

Hierarchy

  • ContainerServiceCredentials

Index

Properties

Optional acsKubeConfig

acsKubeConfig: undefined | string
member

{string} [acsKubeConfig] The ACS kube config file. NOTE: This property will not be serialized. It can only be populated by the server.

Optional imagePullSecretName

imagePullSecretName: undefined | string
member

{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.

Optional servicePrincipalConfiguration

servicePrincipalConfiguration: ServicePrincipalProperties
member

{ServicePrincipalProperties} [servicePrincipalConfiguration] Service principal configuration used by Kubernetes. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc