AzureAssignedIdentity

Describes the current state of identity binding relationship between an AzureIdentity and a pod.

Note: the lifecycle of AzureAssignedIdentity is fully managed by MIC. Users should not manually modify the fields.

AzureAssignedIdentity

FieldDescription
apiVersion
string
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.
kind
string
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.
metadata
ObjectMeta
Standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
spec
AzureAssignedIdentitySpec
Describes the current state of identity binding relationship between an AzureIdentity and a pod.

AzureAssignedIdentitySpec

FieldDescription
azureIdentityRef
AzureIdentity
The AzureIdentity that is bound to the pod.
azureBindingRef
AzureIdentityBinding
The AzureIdentityBinding that is binding the AzureIdentity and the pod together.
pod
string
The name of the pod that is bound to the AzureIdentity.
podNamespace
string
The namespace of the pod that is bound to the AzureIdentity.
nodename
string
The name of the node that the pod is scheduled to.