ManagedClusterPodIdentityOutput interface
Details about the pod identity assigned to the Managed Cluster.
Properties
| binding |
The binding selector to use for the AzureIdentityBinding resource. |
| identity | The user assigned identity details. |
| name | The name of the pod identity. |
| namespace | The namespace of the pod identity. |
| provisioning |
|
| provisioning |
The current provisioning state of the pod identity. |
Property Details
bindingSelector
The binding selector to use for the AzureIdentityBinding resource.
bindingSelector?: string
Property Value
string
identity
The user assigned identity details.
identity: UserAssignedIdentityOutput
Property Value
name
The name of the pod identity.
name: string
Property Value
string
namespace
The namespace of the pod identity.
namespace: string
Property Value
string
provisioningInfo
provisioningInfo?: ManagedClusterPodIdentityProvisioningInfoOutput
Property Value
provisioningState
The current provisioning state of the pod identity.
provisioningState?: "Assigned" | "Updating" | "Deleting" | "Failed"
Property Value
"Assigned" | "Updating" | "Deleting" | "Failed"