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, **kwargs)

Variables

name
str

Required. Name of the pod identity.

namespace
str

Required. Namespace of the pod identity.

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".