AzureAssignedIdentity
Describes the current state of identity binding relationship between an
AzureIdentity and a pod.Note: the lifecycle of
AzureAssignedIdentityis fully managed by MIC. Users should not manually modify the fields.
AzureAssignedIdentity
| Field | Description |
|---|---|
apiVersionstring | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources. |
kindstring | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds. |
metadataObjectMeta | Standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata |
specAzureAssignedIdentitySpec | Describes the current state of identity binding relationship between an AzureIdentity and a pod. |
AzureAssignedIdentitySpec
| Field | Description |
|---|---|
azureIdentityRefAzureIdentity | The AzureIdentity that is bound to the pod. |
azureBindingRefAzureIdentityBinding | The AzureIdentityBinding that is binding the AzureIdentity and the pod together. |
podstring | The name of the pod that is bound to the AzureIdentity. |
podNamespacestring | The namespace of the pod that is bound to the AzureIdentity. |
nodenamestring | The name of the node that the pod is scheduled to. |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified November 9, 2020: docs: add docs for various topics (#858) (4f6aa151)