Documentation ¶
Overview ¶
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Package storage contains API Schema definitions for the managedidentity storage API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=managedidentity.azure.com +versionName=v1api20230131storage
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
- Constants
- Variables
- type APIVersion
- type FederatedIdentityCredential
- func (credential *FederatedIdentityCredential) AzureName() string
- func (credential *FederatedIdentityCredential) ConfigMapDestinationExpressions() []*core.DestinationExpression
- func (in *FederatedIdentityCredential) DeepCopy() *FederatedIdentityCredential
- func (in *FederatedIdentityCredential) DeepCopyInto(out *FederatedIdentityCredential)
- func (in *FederatedIdentityCredential) DeepCopyObject() runtime.Object
- func (credential FederatedIdentityCredential) GetAPIVersion() string
- func (credential *FederatedIdentityCredential) GetConditions() conditions.Conditions
- func (credential *FederatedIdentityCredential) GetResourceScope() genruntime.ResourceScope
- func (credential *FederatedIdentityCredential) GetSpec() genruntime.ConvertibleSpec
- func (credential *FederatedIdentityCredential) GetStatus() genruntime.ConvertibleStatus
- func (credential *FederatedIdentityCredential) GetSupportedOperations() []genruntime.ResourceOperation
- func (credential *FederatedIdentityCredential) GetType() string
- func (credential *FederatedIdentityCredential) Hub()
- func (credential *FederatedIdentityCredential) NewEmptyStatus() genruntime.ConvertibleStatus
- func (credential *FederatedIdentityCredential) OriginalGVK() *schema.GroupVersionKind
- func (credential *FederatedIdentityCredential) Owner() *genruntime.ResourceReference
- func (credential *FederatedIdentityCredential) SecretDestinationExpressions() []*core.DestinationExpression
- func (credential *FederatedIdentityCredential) SetConditions(conditions conditions.Conditions)
- func (credential *FederatedIdentityCredential) SetStatus(status genruntime.ConvertibleStatus) error
- type FederatedIdentityCredentialList
- type FederatedIdentityCredentialOperatorSpec
- type FederatedIdentityCredential_STATUS
- func (credential *FederatedIdentityCredential_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
- func (credential *FederatedIdentityCredential_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
- func (in *FederatedIdentityCredential_STATUS) DeepCopy() *FederatedIdentityCredential_STATUS
- func (in *FederatedIdentityCredential_STATUS) DeepCopyInto(out *FederatedIdentityCredential_STATUS)
- type FederatedIdentityCredential_Spec
- func (credential *FederatedIdentityCredential_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
- func (credential *FederatedIdentityCredential_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
- func (in *FederatedIdentityCredential_Spec) DeepCopy() *FederatedIdentityCredential_Spec
- func (in *FederatedIdentityCredential_Spec) DeepCopyInto(out *FederatedIdentityCredential_Spec)
- type SystemData_STATUS
- type UserAssignedIdentity
- func (identity *UserAssignedIdentity) AzureName() string
- func (identity *UserAssignedIdentity) ConfigMapDestinationExpressions() []*core.DestinationExpression
- func (in *UserAssignedIdentity) DeepCopy() *UserAssignedIdentity
- func (in *UserAssignedIdentity) DeepCopyInto(out *UserAssignedIdentity)
- func (in *UserAssignedIdentity) DeepCopyObject() runtime.Object
- func (identity *UserAssignedIdentity) ExportKubernetesConfigMaps(_ context.Context, _ genruntime.MetaObject, _ *genericarmclient.GenericClient, ...) ([]client.Object, error)
- func (identity UserAssignedIdentity) GetAPIVersion() string
- func (identity *UserAssignedIdentity) GetConditions() conditions.Conditions
- func (identity *UserAssignedIdentity) GetResourceScope() genruntime.ResourceScope
- func (identity *UserAssignedIdentity) GetSpec() genruntime.ConvertibleSpec
- func (identity *UserAssignedIdentity) GetStatus() genruntime.ConvertibleStatus
- func (identity *UserAssignedIdentity) GetSupportedOperations() []genruntime.ResourceOperation
- func (identity *UserAssignedIdentity) GetType() string
- func (identity *UserAssignedIdentity) Hub()
- func (identity *UserAssignedIdentity) NewEmptyStatus() genruntime.ConvertibleStatus
- func (identity *UserAssignedIdentity) OriginalGVK() *schema.GroupVersionKind
- func (identity *UserAssignedIdentity) Owner() *genruntime.ResourceReference
- func (identity *UserAssignedIdentity) SecretDestinationExpressions() []*core.DestinationExpression
- func (identity *UserAssignedIdentity) SetConditions(conditions conditions.Conditions)
- func (identity *UserAssignedIdentity) SetStatus(status genruntime.ConvertibleStatus) error
- type UserAssignedIdentityList
- type UserAssignedIdentityOperatorConfigMaps
- type UserAssignedIdentityOperatorSecrets
- type UserAssignedIdentityOperatorSpec
- type UserAssignedIdentity_STATUS
- func (identity *UserAssignedIdentity_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
- func (identity *UserAssignedIdentity_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
- func (in *UserAssignedIdentity_STATUS) DeepCopy() *UserAssignedIdentity_STATUS
- func (in *UserAssignedIdentity_STATUS) DeepCopyInto(out *UserAssignedIdentity_STATUS)
- type UserAssignedIdentity_Spec
- func (identity *UserAssignedIdentity_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
- func (identity *UserAssignedIdentity_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
- func (in *UserAssignedIdentity_Spec) DeepCopy() *UserAssignedIdentity_Spec
- func (in *UserAssignedIdentity_Spec) DeepCopyInto(out *UserAssignedIdentity_Spec)
Constants ¶
const APIVersion_Value = APIVersion("2023-01-31")
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "managedidentity.azure.com", Version: "v1api20230131storage"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type APIVersion ¶
type APIVersion string
Storage version of v1api20230131.APIVersion +kubebuilder:validation:Enum={"2023-01-31"}
type FederatedIdentityCredential ¶
type FederatedIdentityCredential struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec FederatedIdentityCredential_Spec `json:"spec,omitempty"` Status FederatedIdentityCredential_STATUS `json:"status,omitempty"` }
+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:storageversion +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Storage version of v1api20230131.FederatedIdentityCredential Generator information: - Generated from: /msi/resource-manager/Microsoft.ManagedIdentity/stable/2023-01-31/ManagedIdentity.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials/{federatedIdentityCredentialResourceName}
func (*FederatedIdentityCredential) AzureName ¶
func (credential *FederatedIdentityCredential) AzureName() string
AzureName returns the Azure name of the resource
func (*FederatedIdentityCredential) ConfigMapDestinationExpressions ¶ added in v2.11.0
func (credential *FederatedIdentityCredential) ConfigMapDestinationExpressions() []*core.DestinationExpression
ConfigMapDestinationExpressions returns the Spec.OperatorSpec.ConfigMapExpressions property
func (*FederatedIdentityCredential) DeepCopy ¶
func (in *FederatedIdentityCredential) DeepCopy() *FederatedIdentityCredential
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedIdentityCredential.
func (*FederatedIdentityCredential) DeepCopyInto ¶
func (in *FederatedIdentityCredential) DeepCopyInto(out *FederatedIdentityCredential)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FederatedIdentityCredential) DeepCopyObject ¶
func (in *FederatedIdentityCredential) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (FederatedIdentityCredential) GetAPIVersion ¶
func (credential FederatedIdentityCredential) GetAPIVersion() string
GetAPIVersion returns the ARM API version of the resource. This is always "2023-01-31"
func (*FederatedIdentityCredential) GetConditions ¶
func (credential *FederatedIdentityCredential) GetConditions() conditions.Conditions
GetConditions returns the conditions of the resource
func (*FederatedIdentityCredential) GetResourceScope ¶
func (credential *FederatedIdentityCredential) GetResourceScope() genruntime.ResourceScope
GetResourceScope returns the scope of the resource
func (*FederatedIdentityCredential) GetSpec ¶
func (credential *FederatedIdentityCredential) GetSpec() genruntime.ConvertibleSpec
GetSpec returns the specification of this resource
func (*FederatedIdentityCredential) GetStatus ¶
func (credential *FederatedIdentityCredential) GetStatus() genruntime.ConvertibleStatus
GetStatus returns the status of this resource
func (*FederatedIdentityCredential) GetSupportedOperations ¶
func (credential *FederatedIdentityCredential) GetSupportedOperations() []genruntime.ResourceOperation
GetSupportedOperations returns the operations supported by the resource
func (*FederatedIdentityCredential) GetType ¶
func (credential *FederatedIdentityCredential) GetType() string
GetType returns the ARM Type of the resource. This is always "Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials"
func (*FederatedIdentityCredential) Hub ¶
func (credential *FederatedIdentityCredential) Hub()
Hub marks that this FederatedIdentityCredential is the hub type for conversion
func (*FederatedIdentityCredential) NewEmptyStatus ¶
func (credential *FederatedIdentityCredential) NewEmptyStatus() genruntime.ConvertibleStatus
NewEmptyStatus returns a new empty (blank) status
func (*FederatedIdentityCredential) OriginalGVK ¶
func (credential *FederatedIdentityCredential) OriginalGVK() *schema.GroupVersionKind
OriginalGVK returns a GroupValueKind for the original API version used to create the resource
func (*FederatedIdentityCredential) Owner ¶
func (credential *FederatedIdentityCredential) Owner() *genruntime.ResourceReference
Owner returns the ResourceReference of the owner
func (*FederatedIdentityCredential) SecretDestinationExpressions ¶ added in v2.11.0
func (credential *FederatedIdentityCredential) SecretDestinationExpressions() []*core.DestinationExpression
SecretDestinationExpressions returns the Spec.OperatorSpec.SecretExpressions property
func (*FederatedIdentityCredential) SetConditions ¶
func (credential *FederatedIdentityCredential) SetConditions(conditions conditions.Conditions)
SetConditions sets the conditions on the resource status
func (*FederatedIdentityCredential) SetStatus ¶
func (credential *FederatedIdentityCredential) SetStatus(status genruntime.ConvertibleStatus) error
SetStatus sets the status of this resource
type FederatedIdentityCredentialList ¶
type FederatedIdentityCredentialList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []FederatedIdentityCredential `json:"items"` }
+kubebuilder:object:root=true Storage version of v1api20230131.FederatedIdentityCredential Generator information: - Generated from: /msi/resource-manager/Microsoft.ManagedIdentity/stable/2023-01-31/ManagedIdentity.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials/{federatedIdentityCredentialResourceName}
func (*FederatedIdentityCredentialList) DeepCopy ¶
func (in *FederatedIdentityCredentialList) DeepCopy() *FederatedIdentityCredentialList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedIdentityCredentialList.
func (*FederatedIdentityCredentialList) DeepCopyInto ¶
func (in *FederatedIdentityCredentialList) DeepCopyInto(out *FederatedIdentityCredentialList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FederatedIdentityCredentialList) DeepCopyObject ¶
func (in *FederatedIdentityCredentialList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FederatedIdentityCredentialOperatorSpec ¶ added in v2.11.0
type FederatedIdentityCredentialOperatorSpec struct { ConfigMapExpressions []*core.DestinationExpression `json:"configMapExpressions,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` SecretExpressions []*core.DestinationExpression `json:"secretExpressions,omitempty"` }
Storage version of v1api20230131.FederatedIdentityCredentialOperatorSpec Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure
func (*FederatedIdentityCredentialOperatorSpec) DeepCopy ¶ added in v2.11.0
func (in *FederatedIdentityCredentialOperatorSpec) DeepCopy() *FederatedIdentityCredentialOperatorSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedIdentityCredentialOperatorSpec.
func (*FederatedIdentityCredentialOperatorSpec) DeepCopyInto ¶ added in v2.11.0
func (in *FederatedIdentityCredentialOperatorSpec) DeepCopyInto(out *FederatedIdentityCredentialOperatorSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FederatedIdentityCredential_STATUS ¶ added in v2.10.0
type FederatedIdentityCredential_STATUS struct { Audiences []string `json:"audiences,omitempty"` Conditions []conditions.Condition `json:"conditions,omitempty"` Id *string `json:"id,omitempty"` Issuer *string `json:"issuer,omitempty"` Name *string `json:"name,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Subject *string `json:"subject,omitempty"` SystemData *SystemData_STATUS `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
Storage version of v1api20230131.FederatedIdentityCredential_STATUS
func (*FederatedIdentityCredential_STATUS) ConvertStatusFrom ¶ added in v2.10.0
func (credential *FederatedIdentityCredential_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
ConvertStatusFrom populates our FederatedIdentityCredential_STATUS from the provided source
func (*FederatedIdentityCredential_STATUS) ConvertStatusTo ¶ added in v2.10.0
func (credential *FederatedIdentityCredential_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
ConvertStatusTo populates the provided destination from our FederatedIdentityCredential_STATUS
func (*FederatedIdentityCredential_STATUS) DeepCopy ¶ added in v2.10.0
func (in *FederatedIdentityCredential_STATUS) DeepCopy() *FederatedIdentityCredential_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedIdentityCredential_STATUS.
func (*FederatedIdentityCredential_STATUS) DeepCopyInto ¶ added in v2.10.0
func (in *FederatedIdentityCredential_STATUS) DeepCopyInto(out *FederatedIdentityCredential_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FederatedIdentityCredential_Spec ¶ added in v2.10.0
type FederatedIdentityCredential_Spec struct { Audiences []string `json:"audiences,omitempty"` // AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it // doesn't have to be. AzureName string `json:"azureName,omitempty"` Issuer *string `json:"issuer,omitempty" optionalConfigMapPair:"Issuer"` IssuerFromConfig *genruntime.ConfigMapReference `json:"issuerFromConfig,omitempty" optionalConfigMapPair:"Issuer"` OperatorSpec *FederatedIdentityCredentialOperatorSpec `json:"operatorSpec,omitempty"` OriginalVersion string `json:"originalVersion,omitempty"` // +kubebuilder:validation:Required // Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also // controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a // reference to a managedidentity.azure.com/UserAssignedIdentity resource Owner *genruntime.KnownResourceReference `group:"managedidentity.azure.com" json:"owner,omitempty" kind:"UserAssignedIdentity"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Subject *string `json:"subject,omitempty" optionalConfigMapPair:"Subject"` SubjectFromConfig *genruntime.ConfigMapReference `json:"subjectFromConfig,omitempty" optionalConfigMapPair:"Subject"` }
Storage version of v1api20230131.FederatedIdentityCredential_Spec
func (*FederatedIdentityCredential_Spec) ConvertSpecFrom ¶ added in v2.10.0
func (credential *FederatedIdentityCredential_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
ConvertSpecFrom populates our FederatedIdentityCredential_Spec from the provided source
func (*FederatedIdentityCredential_Spec) ConvertSpecTo ¶ added in v2.10.0
func (credential *FederatedIdentityCredential_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
ConvertSpecTo populates the provided destination from our FederatedIdentityCredential_Spec
func (*FederatedIdentityCredential_Spec) DeepCopy ¶ added in v2.10.0
func (in *FederatedIdentityCredential_Spec) DeepCopy() *FederatedIdentityCredential_Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedIdentityCredential_Spec.
func (*FederatedIdentityCredential_Spec) DeepCopyInto ¶ added in v2.10.0
func (in *FederatedIdentityCredential_Spec) DeepCopyInto(out *FederatedIdentityCredential_Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SystemData_STATUS ¶
type SystemData_STATUS struct { CreatedAt *string `json:"createdAt,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` CreatedByType *string `json:"createdByType,omitempty"` LastModifiedAt *string `json:"lastModifiedAt,omitempty"` LastModifiedBy *string `json:"lastModifiedBy,omitempty"` LastModifiedByType *string `json:"lastModifiedByType,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20230131.SystemData_STATUS Metadata pertaining to creation and last modification of the resource.
func (*SystemData_STATUS) DeepCopy ¶
func (in *SystemData_STATUS) DeepCopy() *SystemData_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SystemData_STATUS.
func (*SystemData_STATUS) DeepCopyInto ¶
func (in *SystemData_STATUS) DeepCopyInto(out *SystemData_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UserAssignedIdentity ¶
type UserAssignedIdentity struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec UserAssignedIdentity_Spec `json:"spec,omitempty"` Status UserAssignedIdentity_STATUS `json:"status,omitempty"` }
+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:storageversion +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Storage version of v1api20230131.UserAssignedIdentity Generator information: - Generated from: /msi/resource-manager/Microsoft.ManagedIdentity/stable/2023-01-31/ManagedIdentity.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}
func (*UserAssignedIdentity) AzureName ¶
func (identity *UserAssignedIdentity) AzureName() string
AzureName returns the Azure name of the resource
func (*UserAssignedIdentity) ConfigMapDestinationExpressions ¶ added in v2.11.0
func (identity *UserAssignedIdentity) ConfigMapDestinationExpressions() []*core.DestinationExpression
ConfigMapDestinationExpressions returns the Spec.OperatorSpec.ConfigMapExpressions property
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) ExportKubernetesConfigMaps ¶ added in v2.11.0
func (identity *UserAssignedIdentity) ExportKubernetesConfigMaps(_ context.Context, _ genruntime.MetaObject, _ *genericarmclient.GenericClient, _ logr.Logger) ([]client.Object, error)
ExportKubernetesConfigMaps defines a resource which can create ConfigMaps in Kubernetes.
func (UserAssignedIdentity) GetAPIVersion ¶
func (identity UserAssignedIdentity) GetAPIVersion() string
GetAPIVersion returns the ARM API version of the resource. This is always "2023-01-31"
func (*UserAssignedIdentity) GetConditions ¶
func (identity *UserAssignedIdentity) GetConditions() conditions.Conditions
GetConditions returns the conditions of the resource
func (*UserAssignedIdentity) GetResourceScope ¶
func (identity *UserAssignedIdentity) GetResourceScope() genruntime.ResourceScope
GetResourceScope returns the scope of the resource
func (*UserAssignedIdentity) GetSpec ¶
func (identity *UserAssignedIdentity) GetSpec() genruntime.ConvertibleSpec
GetSpec returns the specification of this resource
func (*UserAssignedIdentity) GetStatus ¶
func (identity *UserAssignedIdentity) GetStatus() genruntime.ConvertibleStatus
GetStatus returns the status of this resource
func (*UserAssignedIdentity) GetSupportedOperations ¶
func (identity *UserAssignedIdentity) GetSupportedOperations() []genruntime.ResourceOperation
GetSupportedOperations returns the operations supported by the resource
func (*UserAssignedIdentity) GetType ¶
func (identity *UserAssignedIdentity) GetType() string
GetType returns the ARM Type of the resource. This is always "Microsoft.ManagedIdentity/userAssignedIdentities"
func (*UserAssignedIdentity) Hub ¶
func (identity *UserAssignedIdentity) Hub()
Hub marks that this UserAssignedIdentity is the hub type for conversion
func (*UserAssignedIdentity) NewEmptyStatus ¶
func (identity *UserAssignedIdentity) NewEmptyStatus() genruntime.ConvertibleStatus
NewEmptyStatus returns a new empty (blank) status
func (*UserAssignedIdentity) OriginalGVK ¶
func (identity *UserAssignedIdentity) OriginalGVK() *schema.GroupVersionKind
OriginalGVK returns a GroupValueKind for the original API version used to create the resource
func (*UserAssignedIdentity) Owner ¶
func (identity *UserAssignedIdentity) Owner() *genruntime.ResourceReference
Owner returns the ResourceReference of the owner
func (*UserAssignedIdentity) SecretDestinationExpressions ¶ added in v2.11.0
func (identity *UserAssignedIdentity) SecretDestinationExpressions() []*core.DestinationExpression
SecretDestinationExpressions returns the Spec.OperatorSpec.SecretExpressions property
func (*UserAssignedIdentity) SetConditions ¶
func (identity *UserAssignedIdentity) SetConditions(conditions conditions.Conditions)
SetConditions sets the conditions on the resource status
func (*UserAssignedIdentity) SetStatus ¶
func (identity *UserAssignedIdentity) SetStatus(status genruntime.ConvertibleStatus) error
SetStatus sets the status of this resource
type UserAssignedIdentityList ¶
type UserAssignedIdentityList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []UserAssignedIdentity `json:"items"` }
+kubebuilder:object:root=true Storage version of v1api20230131.UserAssignedIdentity Generator information: - Generated from: /msi/resource-manager/Microsoft.ManagedIdentity/stable/2023-01-31/ManagedIdentity.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}
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.
type UserAssignedIdentityOperatorConfigMaps ¶
type UserAssignedIdentityOperatorConfigMaps struct { ClientId *genruntime.ConfigMapDestination `json:"clientId,omitempty"` PrincipalId *genruntime.ConfigMapDestination `json:"principalId,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` TenantId *genruntime.ConfigMapDestination `json:"tenantId,omitempty"` }
Storage version of v1api20230131.UserAssignedIdentityOperatorConfigMaps
func (*UserAssignedIdentityOperatorConfigMaps) DeepCopy ¶
func (in *UserAssignedIdentityOperatorConfigMaps) DeepCopy() *UserAssignedIdentityOperatorConfigMaps
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityOperatorConfigMaps.
func (*UserAssignedIdentityOperatorConfigMaps) DeepCopyInto ¶
func (in *UserAssignedIdentityOperatorConfigMaps) DeepCopyInto(out *UserAssignedIdentityOperatorConfigMaps)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UserAssignedIdentityOperatorSecrets ¶ added in v2.7.0
type UserAssignedIdentityOperatorSecrets struct { ClientId *genruntime.SecretDestination `json:"clientId,omitempty"` PrincipalId *genruntime.SecretDestination `json:"principalId,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` TenantId *genruntime.SecretDestination `json:"tenantId,omitempty"` }
Storage version of v1api20230131.UserAssignedIdentityOperatorSecrets
func (*UserAssignedIdentityOperatorSecrets) DeepCopy ¶ added in v2.7.0
func (in *UserAssignedIdentityOperatorSecrets) DeepCopy() *UserAssignedIdentityOperatorSecrets
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityOperatorSecrets.
func (*UserAssignedIdentityOperatorSecrets) DeepCopyInto ¶ added in v2.7.0
func (in *UserAssignedIdentityOperatorSecrets) DeepCopyInto(out *UserAssignedIdentityOperatorSecrets)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UserAssignedIdentityOperatorSpec ¶
type UserAssignedIdentityOperatorSpec struct { ConfigMapExpressions []*core.DestinationExpression `json:"configMapExpressions,omitempty"` ConfigMaps *UserAssignedIdentityOperatorConfigMaps `json:"configMaps,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` SecretExpressions []*core.DestinationExpression `json:"secretExpressions,omitempty"` Secrets *UserAssignedIdentityOperatorSecrets `json:"secrets,omitempty"` }
Storage version of v1api20230131.UserAssignedIdentityOperatorSpec Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure
func (*UserAssignedIdentityOperatorSpec) DeepCopy ¶
func (in *UserAssignedIdentityOperatorSpec) DeepCopy() *UserAssignedIdentityOperatorSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityOperatorSpec.
func (*UserAssignedIdentityOperatorSpec) DeepCopyInto ¶
func (in *UserAssignedIdentityOperatorSpec) DeepCopyInto(out *UserAssignedIdentityOperatorSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UserAssignedIdentity_STATUS ¶
type UserAssignedIdentity_STATUS struct { ClientId *string `json:"clientId,omitempty"` Conditions []conditions.Condition `json:"conditions,omitempty"` Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` PrincipalId *string `json:"principalId,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` SystemData *SystemData_STATUS `json:"systemData,omitempty"` Tags map[string]string `json:"tags,omitempty"` TenantId *string `json:"tenantId,omitempty"` Type *string `json:"type,omitempty"` }
Storage version of v1api20230131.UserAssignedIdentity_STATUS
func (*UserAssignedIdentity_STATUS) ConvertStatusFrom ¶
func (identity *UserAssignedIdentity_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
ConvertStatusFrom populates our UserAssignedIdentity_STATUS from the provided source
func (*UserAssignedIdentity_STATUS) ConvertStatusTo ¶
func (identity *UserAssignedIdentity_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
ConvertStatusTo populates the provided destination from our UserAssignedIdentity_STATUS
func (*UserAssignedIdentity_STATUS) DeepCopy ¶
func (in *UserAssignedIdentity_STATUS) DeepCopy() *UserAssignedIdentity_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentity_STATUS.
func (*UserAssignedIdentity_STATUS) DeepCopyInto ¶
func (in *UserAssignedIdentity_STATUS) DeepCopyInto(out *UserAssignedIdentity_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UserAssignedIdentity_Spec ¶
type UserAssignedIdentity_Spec struct { // AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it // doesn't have to be. AzureName string `json:"azureName,omitempty"` Location *string `json:"location,omitempty"` OperatorSpec *UserAssignedIdentityOperatorSpec `json:"operatorSpec,omitempty"` OriginalVersion string `json:"originalVersion,omitempty"` // +kubebuilder:validation:Required // Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also // controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a // reference to a resources.azure.com/ResourceGroup resource Owner *genruntime.KnownResourceReference `group:"resources.azure.com" json:"owner,omitempty" kind:"ResourceGroup"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Tags map[string]string `json:"tags,omitempty"` }
Storage version of v1api20230131.UserAssignedIdentity_Spec
func (*UserAssignedIdentity_Spec) ConvertSpecFrom ¶
func (identity *UserAssignedIdentity_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
ConvertSpecFrom populates our UserAssignedIdentity_Spec from the provided source
func (*UserAssignedIdentity_Spec) ConvertSpecTo ¶
func (identity *UserAssignedIdentity_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
ConvertSpecTo populates the provided destination from our UserAssignedIdentity_Spec
func (*UserAssignedIdentity_Spec) DeepCopy ¶
func (in *UserAssignedIdentity_Spec) DeepCopy() *UserAssignedIdentity_Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentity_Spec.
func (*UserAssignedIdentity_Spec) DeepCopyInto ¶
func (in *UserAssignedIdentity_Spec) DeepCopyInto(out *UserAssignedIdentity_Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.