Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=managedidentity.azure.upbound.io +versionName=v1beta1
Index ¶
- Constants
- Variables
- type UserAssignedIdentity
- func (in *UserAssignedIdentity) DeepCopy() *UserAssignedIdentity
- func (in *UserAssignedIdentity) DeepCopyInto(out *UserAssignedIdentity)
- func (in *UserAssignedIdentity) DeepCopyObject() runtime.Object
- func (mg *UserAssignedIdentity) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *UserAssignedIdentity) GetConnectionDetailsMapping() map[string]string
- func (mg *UserAssignedIdentity) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *UserAssignedIdentity) GetID() string
- func (tr *UserAssignedIdentity) GetObservation() (map[string]any, error)
- func (tr *UserAssignedIdentity) GetParameters() (map[string]any, error)
- func (mg *UserAssignedIdentity) GetProviderConfigReference() *xpv1.Reference
- func (mg *UserAssignedIdentity) GetProviderReference() *xpv1.Reference
- func (mg *UserAssignedIdentity) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *UserAssignedIdentity) GetTerraformResourceType() string
- func (tr *UserAssignedIdentity) GetTerraformSchemaVersion() int
- func (mg *UserAssignedIdentity) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *UserAssignedIdentity) LateInitialize(attrs []byte) (bool, error)
- func (mg *UserAssignedIdentity) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *UserAssignedIdentity) SetConditions(c ...xpv1.Condition)
- func (mg *UserAssignedIdentity) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *UserAssignedIdentity) SetObservation(obs map[string]any) error
- func (tr *UserAssignedIdentity) SetParameters(params map[string]any) error
- func (mg *UserAssignedIdentity) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *UserAssignedIdentity) SetProviderReference(r *xpv1.Reference)
- func (mg *UserAssignedIdentity) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *UserAssignedIdentity) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type UserAssignedIdentityList
- type UserAssignedIdentityObservation
- type UserAssignedIdentityParameters
- type UserAssignedIdentitySpec
- type UserAssignedIdentityStatus
Constants ¶
const ( CRDGroup = "managedidentity.azure.upbound.io" CRDVersion = "v1beta1" )
Package type metadata.
Variables ¶
var ( // CRDGroupVersion is the API Group Version used to register the objects CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
var ( UserAssignedIdentity_Kind = "UserAssignedIdentity" UserAssignedIdentity_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: UserAssignedIdentity_Kind}.String() UserAssignedIdentity_KindAPIVersion = UserAssignedIdentity_Kind + "." + CRDGroupVersion.String() UserAssignedIdentity_GroupVersionKind = CRDGroupVersion.WithKind(UserAssignedIdentity_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type UserAssignedIdentity ¶
type UserAssignedIdentity struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec UserAssignedIdentitySpec `json:"spec"` Status UserAssignedIdentityStatus `json:"status,omitempty"` }
UserAssignedIdentity is the Schema for the UserAssignedIdentitys API. Manages a User Assigned Identity. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azure}
func (*UserAssignedIdentity) DeepCopy ¶
func (in *UserAssignedIdentity) DeepCopy() *UserAssignedIdentity
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentity.
func (*UserAssignedIdentity) DeepCopyInto ¶
func (in *UserAssignedIdentity) DeepCopyInto(out *UserAssignedIdentity)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*UserAssignedIdentity) DeepCopyObject ¶
func (in *UserAssignedIdentity) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*UserAssignedIdentity) GetCondition ¶
func (mg *UserAssignedIdentity) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this UserAssignedIdentity.
func (*UserAssignedIdentity) GetConnectionDetailsMapping ¶
func (tr *UserAssignedIdentity) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this UserAssignedIdentity
func (*UserAssignedIdentity) GetDeletionPolicy ¶
func (mg *UserAssignedIdentity) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this UserAssignedIdentity.
func (*UserAssignedIdentity) GetID ¶
func (tr *UserAssignedIdentity) GetID() string
GetID returns ID of underlying Terraform resource of this UserAssignedIdentity
func (*UserAssignedIdentity) GetObservation ¶
func (tr *UserAssignedIdentity) GetObservation() (map[string]any, error)
GetObservation of this UserAssignedIdentity
func (*UserAssignedIdentity) GetParameters ¶
func (tr *UserAssignedIdentity) GetParameters() (map[string]any, error)
GetParameters of this UserAssignedIdentity
func (*UserAssignedIdentity) GetProviderConfigReference ¶
func (mg *UserAssignedIdentity) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this UserAssignedIdentity.
func (*UserAssignedIdentity) GetProviderReference ¶
func (mg *UserAssignedIdentity) GetProviderReference() *xpv1.Reference
GetProviderReference of this UserAssignedIdentity. Deprecated: Use GetProviderConfigReference.
func (*UserAssignedIdentity) GetPublishConnectionDetailsTo ¶
func (mg *UserAssignedIdentity) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this UserAssignedIdentity.
func (*UserAssignedIdentity) GetTerraformResourceType ¶
func (mg *UserAssignedIdentity) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this UserAssignedIdentity
func (*UserAssignedIdentity) GetTerraformSchemaVersion ¶
func (tr *UserAssignedIdentity) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*UserAssignedIdentity) GetWriteConnectionSecretToReference ¶
func (mg *UserAssignedIdentity) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this UserAssignedIdentity.
func (*UserAssignedIdentity) LateInitialize ¶
func (tr *UserAssignedIdentity) LateInitialize(attrs []byte) (bool, error)
LateInitialize this UserAssignedIdentity using its observed tfState. returns True if there are any spec changes for the resource.
func (*UserAssignedIdentity) ResolveReferences ¶
ResolveReferences of this UserAssignedIdentity.
func (*UserAssignedIdentity) SetConditions ¶
func (mg *UserAssignedIdentity) SetConditions(c ...xpv1.Condition)
SetConditions of this UserAssignedIdentity.
func (*UserAssignedIdentity) SetDeletionPolicy ¶
func (mg *UserAssignedIdentity) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this UserAssignedIdentity.
func (*UserAssignedIdentity) SetObservation ¶
func (tr *UserAssignedIdentity) SetObservation(obs map[string]any) error
SetObservation for this UserAssignedIdentity
func (*UserAssignedIdentity) SetParameters ¶
func (tr *UserAssignedIdentity) SetParameters(params map[string]any) error
SetParameters for this UserAssignedIdentity
func (*UserAssignedIdentity) SetProviderConfigReference ¶
func (mg *UserAssignedIdentity) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this UserAssignedIdentity.
func (*UserAssignedIdentity) SetProviderReference ¶
func (mg *UserAssignedIdentity) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this UserAssignedIdentity. Deprecated: Use SetProviderConfigReference.
func (*UserAssignedIdentity) SetPublishConnectionDetailsTo ¶
func (mg *UserAssignedIdentity) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this UserAssignedIdentity.
func (*UserAssignedIdentity) SetWriteConnectionSecretToReference ¶
func (mg *UserAssignedIdentity) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this UserAssignedIdentity.
type UserAssignedIdentityList ¶
type UserAssignedIdentityList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []UserAssignedIdentity `json:"items"` }
UserAssignedIdentityList contains a list of UserAssignedIdentitys
func (*UserAssignedIdentityList) DeepCopy ¶
func (in *UserAssignedIdentityList) DeepCopy() *UserAssignedIdentityList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityList.
func (*UserAssignedIdentityList) DeepCopyInto ¶
func (in *UserAssignedIdentityList) DeepCopyInto(out *UserAssignedIdentityList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*UserAssignedIdentityList) DeepCopyObject ¶
func (in *UserAssignedIdentityList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*UserAssignedIdentityList) GetItems ¶
func (l *UserAssignedIdentityList) GetItems() []resource.Managed
GetItems of this UserAssignedIdentityList.
type UserAssignedIdentityObservation ¶
type UserAssignedIdentityObservation struct { // The ID of the app associated with the Identity. ClientID *string `json:"clientId,omitempty" tf:"client_id,omitempty"` // The ID of the User Assigned Identity. ID *string `json:"id,omitempty" tf:"id,omitempty"` // The ID of the Service Principal object associated with the created Identity. PrincipalID *string `json:"principalId,omitempty" tf:"principal_id,omitempty"` // The ID of the Tenant which the Identity belongs to. TenantID *string `json:"tenantId,omitempty" tf:"tenant_id,omitempty"` }
func (*UserAssignedIdentityObservation) DeepCopy ¶
func (in *UserAssignedIdentityObservation) DeepCopy() *UserAssignedIdentityObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityObservation.
func (*UserAssignedIdentityObservation) DeepCopyInto ¶
func (in *UserAssignedIdentityObservation) DeepCopyInto(out *UserAssignedIdentityObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UserAssignedIdentityParameters ¶
type UserAssignedIdentityParameters struct { // The Azure Region where the User Assigned Identity should exist. Changing this forces a new User Assigned Identity to be created. // +kubebuilder:validation:Required Location *string `json:"location" tf:"location,omitempty"` // Specifies the name of this User Assigned Identity. Changing this forces a new User Assigned Identity to be created. // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` // Specifies the name of the Resource Group within which this User Assigned Identity should exist. Changing this forces a new User Assigned Identity to be created. // +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup // +kubebuilder:validation:Optional ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"` // Reference to a ResourceGroup in azure to populate resourceGroupName. // +kubebuilder:validation:Optional ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"` // Selector for a ResourceGroup in azure to populate resourceGroupName. // +kubebuilder:validation:Optional ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"` // A mapping of tags which should be assigned to the User Assigned Identity. // +kubebuilder:validation:Optional Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*UserAssignedIdentityParameters) DeepCopy ¶
func (in *UserAssignedIdentityParameters) DeepCopy() *UserAssignedIdentityParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityParameters.
func (*UserAssignedIdentityParameters) DeepCopyInto ¶
func (in *UserAssignedIdentityParameters) DeepCopyInto(out *UserAssignedIdentityParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UserAssignedIdentitySpec ¶
type UserAssignedIdentitySpec struct { v1.ResourceSpec `json:",inline"` ForProvider UserAssignedIdentityParameters `json:"forProvider"` }
UserAssignedIdentitySpec defines the desired state of UserAssignedIdentity
func (*UserAssignedIdentitySpec) DeepCopy ¶
func (in *UserAssignedIdentitySpec) DeepCopy() *UserAssignedIdentitySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentitySpec.
func (*UserAssignedIdentitySpec) DeepCopyInto ¶
func (in *UserAssignedIdentitySpec) DeepCopyInto(out *UserAssignedIdentitySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UserAssignedIdentityStatus ¶
type UserAssignedIdentityStatus struct { v1.ResourceStatus `json:",inline"` AtProvider UserAssignedIdentityObservation `json:"atProvider,omitempty"` }
UserAssignedIdentityStatus defines the observed state of UserAssignedIdentity.
func (*UserAssignedIdentityStatus) DeepCopy ¶
func (in *UserAssignedIdentityStatus) DeepCopy() *UserAssignedIdentityStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityStatus.
func (*UserAssignedIdentityStatus) DeepCopyInto ¶
func (in *UserAssignedIdentityStatus) DeepCopyInto(out *UserAssignedIdentityStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.