Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityException
Packages that use ManagedClusterPodIdentityException
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterPodIdentityException in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterPodIdentityExceptionModifier and TypeMethodDescriptionSet the name property: The name of the pod identity exception.ManagedClusterPodIdentityException.withNamespace(String namespace) Set the namespace property: The namespace of the pod identity exception.ManagedClusterPodIdentityException.withPodLabels(Map<String, String> podLabels) Set the podLabels property: The pod labels to match.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ManagedClusterPodIdentityExceptionModifier and TypeMethodDescriptionManagedClusterPodIdentityProfile.userAssignedIdentityExceptions()Get the userAssignedIdentityExceptions property: The pod identity exceptions to allow.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type ManagedClusterPodIdentityExceptionModifier and TypeMethodDescriptionManagedClusterPodIdentityProfile.withUserAssignedIdentityExceptions(List<ManagedClusterPodIdentityException> userAssignedIdentityExceptions) Set the userAssignedIdentityExceptions property: The pod identity exceptions to allow.