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
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterPodIdentityExceptionModifier and TypeClassDescriptionfinal classA pod identity exception, which allows pods with certain labels to access the Azure Instance Metadata Service (IMDS) endpoint without being intercepted by the node-managed identity (NMI) server.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterPodIdentityExceptionModifier and TypeMethodDescriptionManagedClusterPodIdentityException.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterPodIdentityException from the JsonReader.Set 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.