Container Service Credentials Response
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)