ManagedClusterPodIdentity Class

Details about the pod identity assigned to the Managed Cluster.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
ManagedClusterPodIdentity

Constructor

ManagedClusterPodIdentity(*, name: str, namespace: str, identity: _models.UserAssignedIdentity, binding_selector: Optional[str] = None, **kwargs)

Variables

name
str

Required. The name of the pod identity.

namespace
str

Required. The namespace of the pod identity.

binding_selector
str

The binding selector to use for the AzureIdentityBinding resource.

identity
UserAssignedIdentity

Required. The user assigned identity details.

provisioning_state
str or ManagedClusterPodIdentityProvisioningState

The current provisioning state of the pod identity. Known values are: "Assigned", "Updating", "Deleting", "Failed".