Documentation
¶
Overview ¶
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Package v1beta20211001storage contains API Schema definitions for the subscription v1beta20211001storage API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=subscription.azure.com
Index ¶
- Constants
- Variables
- type APIVersion
- type Alias
- func (alias *Alias) AssignProperties_From_Alias(source *v20211001s.Alias) error
- func (alias *Alias) AssignProperties_To_Alias(destination *v20211001s.Alias) error
- func (alias *Alias) AzureName() string
- func (alias *Alias) ConvertFrom(hub conversion.Hub) error
- func (alias *Alias) ConvertTo(hub conversion.Hub) error
- func (in *Alias) DeepCopy() *Alias
- func (in *Alias) DeepCopyInto(out *Alias)
- func (in *Alias) DeepCopyObject() runtime.Object
- func (alias Alias) GetAPIVersion() string
- func (alias *Alias) GetConditions() conditions.Conditions
- func (alias *Alias) GetResourceScope() genruntime.ResourceScope
- func (alias *Alias) GetSpec() genruntime.ConvertibleSpec
- func (alias *Alias) GetStatus() genruntime.ConvertibleStatus
- func (alias *Alias) GetType() string
- func (alias *Alias) NewEmptyStatus() genruntime.ConvertibleStatus
- func (alias *Alias) OriginalGVK() *schema.GroupVersionKind
- func (alias *Alias) Owner() *genruntime.ResourceReference
- func (alias *Alias) SetConditions(conditions conditions.Conditions)
- func (alias *Alias) SetStatus(status genruntime.ConvertibleStatus) error
- type AliasList
- type Alias_STATUS
- func (alias *Alias_STATUS) AssignProperties_From_Alias_STATUS(source *v20211001s.Alias_STATUS) error
- func (alias *Alias_STATUS) AssignProperties_To_Alias_STATUS(destination *v20211001s.Alias_STATUS) error
- func (alias *Alias_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
- func (alias *Alias_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
- func (in *Alias_STATUS) DeepCopy() *Alias_STATUS
- func (in *Alias_STATUS) DeepCopyInto(out *Alias_STATUS)
- type Alias_Spec
- func (alias *Alias_Spec) AssignProperties_From_Alias_Spec(source *v20211001s.Alias_Spec) error
- func (alias *Alias_Spec) AssignProperties_To_Alias_Spec(destination *v20211001s.Alias_Spec) error
- func (alias *Alias_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
- func (alias *Alias_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
- func (in *Alias_Spec) DeepCopy() *Alias_Spec
- func (in *Alias_Spec) DeepCopyInto(out *Alias_Spec)
- type PutAliasRequestAdditionalProperties
- func (properties *PutAliasRequestAdditionalProperties) AssignProperties_From_PutAliasRequestAdditionalProperties(source *v20211001s.PutAliasRequestAdditionalProperties) error
- func (properties *PutAliasRequestAdditionalProperties) AssignProperties_To_PutAliasRequestAdditionalProperties(destination *v20211001s.PutAliasRequestAdditionalProperties) error
- func (in *PutAliasRequestAdditionalProperties) DeepCopy() *PutAliasRequestAdditionalProperties
- func (in *PutAliasRequestAdditionalProperties) DeepCopyInto(out *PutAliasRequestAdditionalProperties)
- type PutAliasRequestProperties
- func (properties *PutAliasRequestProperties) AssignProperties_From_PutAliasRequestProperties(source *v20211001s.PutAliasRequestProperties) error
- func (properties *PutAliasRequestProperties) AssignProperties_To_PutAliasRequestProperties(destination *v20211001s.PutAliasRequestProperties) error
- func (in *PutAliasRequestProperties) DeepCopy() *PutAliasRequestProperties
- func (in *PutAliasRequestProperties) DeepCopyInto(out *PutAliasRequestProperties)
- type SubscriptionAliasResponseProperties_STATUS
- func (properties *SubscriptionAliasResponseProperties_STATUS) AssignProperties_From_SubscriptionAliasResponseProperties_STATUS(source *v20211001s.SubscriptionAliasResponseProperties_STATUS) error
- func (properties *SubscriptionAliasResponseProperties_STATUS) AssignProperties_To_SubscriptionAliasResponseProperties_STATUS(destination *v20211001s.SubscriptionAliasResponseProperties_STATUS) error
- func (in *SubscriptionAliasResponseProperties_STATUS) DeepCopy() *SubscriptionAliasResponseProperties_STATUS
- func (in *SubscriptionAliasResponseProperties_STATUS) DeepCopyInto(out *SubscriptionAliasResponseProperties_STATUS)
- type SystemData_STATUS
- func (data *SystemData_STATUS) AssignProperties_From_SystemData_STATUS(source *v20211001s.SystemData_STATUS) error
- func (data *SystemData_STATUS) AssignProperties_To_SystemData_STATUS(destination *v20211001s.SystemData_STATUS) error
- func (in *SystemData_STATUS) DeepCopy() *SystemData_STATUS
- func (in *SystemData_STATUS) DeepCopyInto(out *SystemData_STATUS)
Constants ¶
const APIVersion_Value = APIVersion("2021-10-01")
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "subscription.azure.com", Version: "v1beta20211001storage"} // 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 v1beta20211001.APIVersion Deprecated version of APIVersion. Use v1api20211001.APIVersion instead +kubebuilder:validation:Enum={"2021-10-01"}
type Alias ¶
type Alias struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec Alias_Spec `json:"spec,omitempty"` Status Alias_STATUS `json:"status,omitempty"` }
+kubebuilder:object:root=true +kubebuilder:subresource:status +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 v1beta20211001.Alias Deprecated version of Alias. Use v1api20211001.Alias instead
func (*Alias) AssignProperties_From_Alias ¶
func (alias *Alias) AssignProperties_From_Alias(source *v20211001s.Alias) error
AssignProperties_From_Alias populates our Alias from the provided source Alias
func (*Alias) AssignProperties_To_Alias ¶
func (alias *Alias) AssignProperties_To_Alias(destination *v20211001s.Alias) error
AssignProperties_To_Alias populates the provided destination Alias from our Alias
func (*Alias) ConvertFrom ¶
func (alias *Alias) ConvertFrom(hub conversion.Hub) error
ConvertFrom populates our Alias from the provided hub Alias
func (*Alias) ConvertTo ¶
func (alias *Alias) ConvertTo(hub conversion.Hub) error
ConvertTo populates the provided hub Alias from our Alias
func (*Alias) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Alias.
func (*Alias) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Alias) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (Alias) GetAPIVersion ¶
GetAPIVersion returns the ARM API version of the resource. This is always "2021-10-01"
func (*Alias) GetConditions ¶
func (alias *Alias) GetConditions() conditions.Conditions
GetConditions returns the conditions of the resource
func (*Alias) GetResourceScope ¶
func (alias *Alias) GetResourceScope() genruntime.ResourceScope
GetResourceScope returns the scope of the resource
func (*Alias) GetSpec ¶
func (alias *Alias) GetSpec() genruntime.ConvertibleSpec
GetSpec returns the specification of this resource
func (*Alias) GetStatus ¶
func (alias *Alias) GetStatus() genruntime.ConvertibleStatus
GetStatus returns the status of this resource
func (*Alias) GetType ¶
GetType returns the ARM Type of the resource. This is always "Microsoft.Subscription/aliases"
func (*Alias) NewEmptyStatus ¶
func (alias *Alias) NewEmptyStatus() genruntime.ConvertibleStatus
NewEmptyStatus returns a new empty (blank) status
func (*Alias) OriginalGVK ¶
func (alias *Alias) OriginalGVK() *schema.GroupVersionKind
OriginalGVK returns a GroupValueKind for the original API version used to create the resource
func (*Alias) Owner ¶
func (alias *Alias) Owner() *genruntime.ResourceReference
Owner returns nil as Tenant scoped resources never have an owner
func (*Alias) SetConditions ¶
func (alias *Alias) SetConditions(conditions conditions.Conditions)
SetConditions sets the conditions on the resource status
func (*Alias) SetStatus ¶
func (alias *Alias) SetStatus(status genruntime.ConvertibleStatus) error
SetStatus sets the status of this resource
type AliasList ¶
type AliasList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Alias `json:"items"` }
+kubebuilder:object:root=true Storage version of v1beta20211001.Alias Deprecated version of Alias. Use v1api20211001.Alias instead
func (*AliasList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AliasList.
func (*AliasList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AliasList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Alias_STATUS ¶
type Alias_STATUS struct { Conditions []conditions.Condition `json:"conditions,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *SubscriptionAliasResponseProperties_STATUS `json:"properties,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` SystemData *SystemData_STATUS `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
Storage version of v1beta20211001.Alias_STATUS Deprecated version of Alias_STATUS. Use v1api20211001.Alias_STATUS instead
func (*Alias_STATUS) AssignProperties_From_Alias_STATUS ¶
func (alias *Alias_STATUS) AssignProperties_From_Alias_STATUS(source *v20211001s.Alias_STATUS) error
AssignProperties_From_Alias_STATUS populates our Alias_STATUS from the provided source Alias_STATUS
func (*Alias_STATUS) AssignProperties_To_Alias_STATUS ¶
func (alias *Alias_STATUS) AssignProperties_To_Alias_STATUS(destination *v20211001s.Alias_STATUS) error
AssignProperties_To_Alias_STATUS populates the provided destination Alias_STATUS from our Alias_STATUS
func (*Alias_STATUS) ConvertStatusFrom ¶
func (alias *Alias_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
ConvertStatusFrom populates our Alias_STATUS from the provided source
func (*Alias_STATUS) ConvertStatusTo ¶
func (alias *Alias_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
ConvertStatusTo populates the provided destination from our Alias_STATUS
func (*Alias_STATUS) DeepCopy ¶
func (in *Alias_STATUS) DeepCopy() *Alias_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Alias_STATUS.
func (*Alias_STATUS) DeepCopyInto ¶
func (in *Alias_STATUS) DeepCopyInto(out *Alias_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Alias_Spec ¶
type Alias_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"` OriginalVersion string `json:"originalVersion,omitempty"` Properties *PutAliasRequestProperties `json:"properties,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1beta20211001.Alias_Spec
func (*Alias_Spec) AssignProperties_From_Alias_Spec ¶
func (alias *Alias_Spec) AssignProperties_From_Alias_Spec(source *v20211001s.Alias_Spec) error
AssignProperties_From_Alias_Spec populates our Alias_Spec from the provided source Alias_Spec
func (*Alias_Spec) AssignProperties_To_Alias_Spec ¶
func (alias *Alias_Spec) AssignProperties_To_Alias_Spec(destination *v20211001s.Alias_Spec) error
AssignProperties_To_Alias_Spec populates the provided destination Alias_Spec from our Alias_Spec
func (*Alias_Spec) ConvertSpecFrom ¶
func (alias *Alias_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
ConvertSpecFrom populates our Alias_Spec from the provided source
func (*Alias_Spec) ConvertSpecTo ¶
func (alias *Alias_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
ConvertSpecTo populates the provided destination from our Alias_Spec
func (*Alias_Spec) DeepCopy ¶
func (in *Alias_Spec) DeepCopy() *Alias_Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Alias_Spec.
func (*Alias_Spec) DeepCopyInto ¶
func (in *Alias_Spec) DeepCopyInto(out *Alias_Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PutAliasRequestAdditionalProperties ¶
type PutAliasRequestAdditionalProperties struct { ManagementGroupId *string `json:"managementGroupId,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` SubscriptionOwnerId *string `json:"subscriptionOwnerId,omitempty"` SubscriptionTenantId *string `json:"subscriptionTenantId,omitempty"` Tags map[string]string `json:"tags,omitempty"` }
Storage version of v1beta20211001.PutAliasRequestAdditionalProperties Deprecated version of PutAliasRequestAdditionalProperties. Use v1api20211001.PutAliasRequestAdditionalProperties instead
func (*PutAliasRequestAdditionalProperties) AssignProperties_From_PutAliasRequestAdditionalProperties ¶
func (properties *PutAliasRequestAdditionalProperties) AssignProperties_From_PutAliasRequestAdditionalProperties(source *v20211001s.PutAliasRequestAdditionalProperties) error
AssignProperties_From_PutAliasRequestAdditionalProperties populates our PutAliasRequestAdditionalProperties from the provided source PutAliasRequestAdditionalProperties
func (*PutAliasRequestAdditionalProperties) AssignProperties_To_PutAliasRequestAdditionalProperties ¶
func (properties *PutAliasRequestAdditionalProperties) AssignProperties_To_PutAliasRequestAdditionalProperties(destination *v20211001s.PutAliasRequestAdditionalProperties) error
AssignProperties_To_PutAliasRequestAdditionalProperties populates the provided destination PutAliasRequestAdditionalProperties from our PutAliasRequestAdditionalProperties
func (*PutAliasRequestAdditionalProperties) DeepCopy ¶
func (in *PutAliasRequestAdditionalProperties) DeepCopy() *PutAliasRequestAdditionalProperties
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PutAliasRequestAdditionalProperties.
func (*PutAliasRequestAdditionalProperties) DeepCopyInto ¶
func (in *PutAliasRequestAdditionalProperties) DeepCopyInto(out *PutAliasRequestAdditionalProperties)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PutAliasRequestProperties ¶
type PutAliasRequestProperties struct { AdditionalProperties *PutAliasRequestAdditionalProperties `json:"additionalProperties,omitempty"` BillingScope *string `json:"billingScope,omitempty"` DisplayName *string `json:"displayName,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` ResellerId *string `json:"resellerId,omitempty"` SubscriptionId *string `json:"subscriptionId,omitempty"` Workload *string `json:"workload,omitempty"` }
Storage version of v1beta20211001.PutAliasRequestProperties Deprecated version of PutAliasRequestProperties. Use v1api20211001.PutAliasRequestProperties instead
func (*PutAliasRequestProperties) AssignProperties_From_PutAliasRequestProperties ¶
func (properties *PutAliasRequestProperties) AssignProperties_From_PutAliasRequestProperties(source *v20211001s.PutAliasRequestProperties) error
AssignProperties_From_PutAliasRequestProperties populates our PutAliasRequestProperties from the provided source PutAliasRequestProperties
func (*PutAliasRequestProperties) AssignProperties_To_PutAliasRequestProperties ¶
func (properties *PutAliasRequestProperties) AssignProperties_To_PutAliasRequestProperties(destination *v20211001s.PutAliasRequestProperties) error
AssignProperties_To_PutAliasRequestProperties populates the provided destination PutAliasRequestProperties from our PutAliasRequestProperties
func (*PutAliasRequestProperties) DeepCopy ¶
func (in *PutAliasRequestProperties) DeepCopy() *PutAliasRequestProperties
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PutAliasRequestProperties.
func (*PutAliasRequestProperties) DeepCopyInto ¶
func (in *PutAliasRequestProperties) DeepCopyInto(out *PutAliasRequestProperties)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SubscriptionAliasResponseProperties_STATUS ¶
type SubscriptionAliasResponseProperties_STATUS struct { AcceptOwnershipState *string `json:"acceptOwnershipState,omitempty"` AcceptOwnershipUrl *string `json:"acceptOwnershipUrl,omitempty"` BillingScope *string `json:"billingScope,omitempty"` CreatedTime *string `json:"createdTime,omitempty"` DisplayName *string `json:"displayName,omitempty"` ManagementGroupId *string `json:"managementGroupId,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` ProvisioningState *string `json:"provisioningState,omitempty"` ResellerId *string `json:"resellerId,omitempty"` SubscriptionId *string `json:"subscriptionId,omitempty"` SubscriptionOwnerId *string `json:"subscriptionOwnerId,omitempty"` Tags map[string]string `json:"tags,omitempty"` Workload *string `json:"workload,omitempty"` }
Storage version of v1beta20211001.SubscriptionAliasResponseProperties_STATUS Deprecated version of SubscriptionAliasResponseProperties_STATUS. Use v1api20211001.SubscriptionAliasResponseProperties_STATUS instead
func (*SubscriptionAliasResponseProperties_STATUS) AssignProperties_From_SubscriptionAliasResponseProperties_STATUS ¶
func (properties *SubscriptionAliasResponseProperties_STATUS) AssignProperties_From_SubscriptionAliasResponseProperties_STATUS(source *v20211001s.SubscriptionAliasResponseProperties_STATUS) error
AssignProperties_From_SubscriptionAliasResponseProperties_STATUS populates our SubscriptionAliasResponseProperties_STATUS from the provided source SubscriptionAliasResponseProperties_STATUS
func (*SubscriptionAliasResponseProperties_STATUS) AssignProperties_To_SubscriptionAliasResponseProperties_STATUS ¶
func (properties *SubscriptionAliasResponseProperties_STATUS) AssignProperties_To_SubscriptionAliasResponseProperties_STATUS(destination *v20211001s.SubscriptionAliasResponseProperties_STATUS) error
AssignProperties_To_SubscriptionAliasResponseProperties_STATUS populates the provided destination SubscriptionAliasResponseProperties_STATUS from our SubscriptionAliasResponseProperties_STATUS
func (*SubscriptionAliasResponseProperties_STATUS) DeepCopy ¶
func (in *SubscriptionAliasResponseProperties_STATUS) DeepCopy() *SubscriptionAliasResponseProperties_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubscriptionAliasResponseProperties_STATUS.
func (*SubscriptionAliasResponseProperties_STATUS) DeepCopyInto ¶
func (in *SubscriptionAliasResponseProperties_STATUS) DeepCopyInto(out *SubscriptionAliasResponseProperties_STATUS)
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 v1beta20211001.SystemData_STATUS Deprecated version of SystemData_STATUS. Use v1api20211001.SystemData_STATUS instead
func (*SystemData_STATUS) AssignProperties_From_SystemData_STATUS ¶
func (data *SystemData_STATUS) AssignProperties_From_SystemData_STATUS(source *v20211001s.SystemData_STATUS) error
AssignProperties_From_SystemData_STATUS populates our SystemData_STATUS from the provided source SystemData_STATUS
func (*SystemData_STATUS) AssignProperties_To_SystemData_STATUS ¶
func (data *SystemData_STATUS) AssignProperties_To_SystemData_STATUS(destination *v20211001s.SystemData_STATUS) error
AssignProperties_To_SystemData_STATUS populates the provided destination SystemData_STATUS from our SystemData_STATUS
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.