ContainerServiceCredentialsResponse

data class ContainerServiceCredentialsResponse(val acsKubeConfig: String, val imagePullSecretName: String, val servicePrincipalConfiguration: ServicePrincipalPropertiesResponse)

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

Constructors

Link copied to clipboard
constructor(acsKubeConfig: String, imagePullSecretName: String, servicePrincipalConfiguration: ServicePrincipalPropertiesResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ACS kube config file.

Link copied to clipboard

The ACR image pull secret name which was created in Kubernetes.

Link copied to clipboard

Service principal configuration used by Kubernetes.