ManagedClusterPodIdentity Class

ManagedClusterPodIdentity.

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. Name of the pod identity.

namespace
str

Required. Namespace of the pod identity.

binding_selector
str

Binding selector to use for the AzureIdentityBinding resource.

identity
UserAssignedIdentity

Required. Information of the user assigned identity.

provisioning_state
str or ManagedClusterPodIdentityProvisioningState

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