Documentation ¶
Overview ¶
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Package v1api20220101storage contains API Schema definitions for the dbformysql v1api20220101storage API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=dbformysql.azure.com
Index ¶
- Constants
- Variables
- type APIVersion
- type FlexibleServersAdministrator
- func (administrator *FlexibleServersAdministrator) AzureName() string
- func (in *FlexibleServersAdministrator) DeepCopy() *FlexibleServersAdministrator
- func (in *FlexibleServersAdministrator) DeepCopyInto(out *FlexibleServersAdministrator)
- func (in *FlexibleServersAdministrator) DeepCopyObject() runtime.Object
- func (administrator FlexibleServersAdministrator) GetAPIVersion() string
- func (administrator *FlexibleServersAdministrator) GetConditions() conditions.Conditions
- func (administrator *FlexibleServersAdministrator) GetResourceScope() genruntime.ResourceScope
- func (administrator *FlexibleServersAdministrator) GetSpec() genruntime.ConvertibleSpec
- func (administrator *FlexibleServersAdministrator) GetStatus() genruntime.ConvertibleStatus
- func (administrator *FlexibleServersAdministrator) GetType() string
- func (administrator *FlexibleServersAdministrator) Hub()
- func (administrator *FlexibleServersAdministrator) NewEmptyStatus() genruntime.ConvertibleStatus
- func (administrator *FlexibleServersAdministrator) OriginalGVK() *schema.GroupVersionKind
- func (administrator *FlexibleServersAdministrator) Owner() *genruntime.ResourceReference
- func (administrator *FlexibleServersAdministrator) SetConditions(conditions conditions.Conditions)
- func (administrator *FlexibleServersAdministrator) SetStatus(status genruntime.ConvertibleStatus) error
- type FlexibleServersAdministratorList
- type FlexibleServersConfiguration
- func (configuration *FlexibleServersConfiguration) AzureName() string
- func (in *FlexibleServersConfiguration) DeepCopy() *FlexibleServersConfiguration
- func (in *FlexibleServersConfiguration) DeepCopyInto(out *FlexibleServersConfiguration)
- func (in *FlexibleServersConfiguration) DeepCopyObject() runtime.Object
- func (configuration FlexibleServersConfiguration) GetAPIVersion() string
- func (configuration *FlexibleServersConfiguration) GetConditions() conditions.Conditions
- func (configuration *FlexibleServersConfiguration) GetResourceScope() genruntime.ResourceScope
- func (configuration *FlexibleServersConfiguration) GetSpec() genruntime.ConvertibleSpec
- func (configuration *FlexibleServersConfiguration) GetStatus() genruntime.ConvertibleStatus
- func (configuration *FlexibleServersConfiguration) GetType() string
- func (configuration *FlexibleServersConfiguration) Hub()
- func (configuration *FlexibleServersConfiguration) NewEmptyStatus() genruntime.ConvertibleStatus
- func (configuration *FlexibleServersConfiguration) OriginalGVK() *schema.GroupVersionKind
- func (configuration *FlexibleServersConfiguration) Owner() *genruntime.ResourceReference
- func (configuration *FlexibleServersConfiguration) SetConditions(conditions conditions.Conditions)
- func (configuration *FlexibleServersConfiguration) SetStatus(status genruntime.ConvertibleStatus) error
- type FlexibleServersConfigurationList
- type FlexibleServers_Administrator_STATUS
- func (administrator *FlexibleServers_Administrator_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
- func (administrator *FlexibleServers_Administrator_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
- func (in *FlexibleServers_Administrator_STATUS) DeepCopy() *FlexibleServers_Administrator_STATUS
- func (in *FlexibleServers_Administrator_STATUS) DeepCopyInto(out *FlexibleServers_Administrator_STATUS)
- type FlexibleServers_Administrator_Spec
- func (administrator *FlexibleServers_Administrator_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
- func (administrator *FlexibleServers_Administrator_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
- func (in *FlexibleServers_Administrator_Spec) DeepCopy() *FlexibleServers_Administrator_Spec
- func (in *FlexibleServers_Administrator_Spec) DeepCopyInto(out *FlexibleServers_Administrator_Spec)
- type FlexibleServers_Configuration_STATUS
- func (configuration *FlexibleServers_Configuration_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
- func (configuration *FlexibleServers_Configuration_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
- func (in *FlexibleServers_Configuration_STATUS) DeepCopy() *FlexibleServers_Configuration_STATUS
- func (in *FlexibleServers_Configuration_STATUS) DeepCopyInto(out *FlexibleServers_Configuration_STATUS)
- type FlexibleServers_Configuration_Spec
- func (configuration *FlexibleServers_Configuration_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
- func (configuration *FlexibleServers_Configuration_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
- func (in *FlexibleServers_Configuration_Spec) DeepCopy() *FlexibleServers_Configuration_Spec
- func (in *FlexibleServers_Configuration_Spec) DeepCopyInto(out *FlexibleServers_Configuration_Spec)
- type SystemData_STATUS
Constants ¶
const APIVersion_Value = APIVersion("2022-01-01")
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "dbformysql.azure.com", Version: "v1api20220101storage"} // 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 v1api20220101.APIVersion +kubebuilder:validation:Enum={"2022-01-01"}
type FlexibleServersAdministrator ¶
type FlexibleServersAdministrator struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec FlexibleServers_Administrator_Spec `json:"spec,omitempty"` Status FlexibleServers_Administrator_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 v1api20220101.FlexibleServersAdministrator Generator information: - Generated from: /mysql/resource-manager/Microsoft.DBforMySQL/AAD/stable/2022-01-01/AzureADAdministrator.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/administrators/{administratorName}
func (*FlexibleServersAdministrator) AzureName ¶
func (administrator *FlexibleServersAdministrator) AzureName() string
AzureName returns the Azure name of the resource (always "ActiveDirectory")
func (*FlexibleServersAdministrator) DeepCopy ¶
func (in *FlexibleServersAdministrator) DeepCopy() *FlexibleServersAdministrator
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServersAdministrator.
func (*FlexibleServersAdministrator) DeepCopyInto ¶
func (in *FlexibleServersAdministrator) DeepCopyInto(out *FlexibleServersAdministrator)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FlexibleServersAdministrator) DeepCopyObject ¶
func (in *FlexibleServersAdministrator) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (FlexibleServersAdministrator) GetAPIVersion ¶
func (administrator FlexibleServersAdministrator) GetAPIVersion() string
GetAPIVersion returns the ARM API version of the resource. This is always "2022-01-01"
func (*FlexibleServersAdministrator) GetConditions ¶
func (administrator *FlexibleServersAdministrator) GetConditions() conditions.Conditions
GetConditions returns the conditions of the resource
func (*FlexibleServersAdministrator) GetResourceScope ¶
func (administrator *FlexibleServersAdministrator) GetResourceScope() genruntime.ResourceScope
GetResourceScope returns the scope of the resource
func (*FlexibleServersAdministrator) GetSpec ¶
func (administrator *FlexibleServersAdministrator) GetSpec() genruntime.ConvertibleSpec
GetSpec returns the specification of this resource
func (*FlexibleServersAdministrator) GetStatus ¶
func (administrator *FlexibleServersAdministrator) GetStatus() genruntime.ConvertibleStatus
GetStatus returns the status of this resource
func (*FlexibleServersAdministrator) GetType ¶
func (administrator *FlexibleServersAdministrator) GetType() string
GetType returns the ARM Type of the resource. This is always "Microsoft.DBforMySQL/flexibleServers/administrators"
func (*FlexibleServersAdministrator) Hub ¶
func (administrator *FlexibleServersAdministrator) Hub()
Hub marks that this FlexibleServersAdministrator is the hub type for conversion
func (*FlexibleServersAdministrator) NewEmptyStatus ¶
func (administrator *FlexibleServersAdministrator) NewEmptyStatus() genruntime.ConvertibleStatus
NewEmptyStatus returns a new empty (blank) status
func (*FlexibleServersAdministrator) OriginalGVK ¶
func (administrator *FlexibleServersAdministrator) OriginalGVK() *schema.GroupVersionKind
OriginalGVK returns a GroupValueKind for the original API version used to create the resource
func (*FlexibleServersAdministrator) Owner ¶
func (administrator *FlexibleServersAdministrator) Owner() *genruntime.ResourceReference
Owner returns the ResourceReference of the owner
func (*FlexibleServersAdministrator) SetConditions ¶
func (administrator *FlexibleServersAdministrator) SetConditions(conditions conditions.Conditions)
SetConditions sets the conditions on the resource status
func (*FlexibleServersAdministrator) SetStatus ¶
func (administrator *FlexibleServersAdministrator) SetStatus(status genruntime.ConvertibleStatus) error
SetStatus sets the status of this resource
type FlexibleServersAdministratorList ¶
type FlexibleServersAdministratorList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []FlexibleServersAdministrator `json:"items"` }
+kubebuilder:object:root=true Storage version of v1api20220101.FlexibleServersAdministrator Generator information: - Generated from: /mysql/resource-manager/Microsoft.DBforMySQL/AAD/stable/2022-01-01/AzureADAdministrator.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/administrators/{administratorName}
func (*FlexibleServersAdministratorList) DeepCopy ¶
func (in *FlexibleServersAdministratorList) DeepCopy() *FlexibleServersAdministratorList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServersAdministratorList.
func (*FlexibleServersAdministratorList) DeepCopyInto ¶
func (in *FlexibleServersAdministratorList) DeepCopyInto(out *FlexibleServersAdministratorList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FlexibleServersAdministratorList) DeepCopyObject ¶
func (in *FlexibleServersAdministratorList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FlexibleServersConfiguration ¶
type FlexibleServersConfiguration struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec FlexibleServers_Configuration_Spec `json:"spec,omitempty"` Status FlexibleServers_Configuration_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 v1api20220101.FlexibleServersConfiguration Generator information: - Generated from: /mysql/resource-manager/Microsoft.DBforMySQL/Configurations/stable/2022-01-01/Configurations.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
func (*FlexibleServersConfiguration) AzureName ¶
func (configuration *FlexibleServersConfiguration) AzureName() string
AzureName returns the Azure name of the resource
func (*FlexibleServersConfiguration) DeepCopy ¶
func (in *FlexibleServersConfiguration) DeepCopy() *FlexibleServersConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServersConfiguration.
func (*FlexibleServersConfiguration) DeepCopyInto ¶
func (in *FlexibleServersConfiguration) DeepCopyInto(out *FlexibleServersConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FlexibleServersConfiguration) DeepCopyObject ¶
func (in *FlexibleServersConfiguration) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (FlexibleServersConfiguration) GetAPIVersion ¶
func (configuration FlexibleServersConfiguration) GetAPIVersion() string
GetAPIVersion returns the ARM API version of the resource. This is always "2022-01-01"
func (*FlexibleServersConfiguration) GetConditions ¶
func (configuration *FlexibleServersConfiguration) GetConditions() conditions.Conditions
GetConditions returns the conditions of the resource
func (*FlexibleServersConfiguration) GetResourceScope ¶
func (configuration *FlexibleServersConfiguration) GetResourceScope() genruntime.ResourceScope
GetResourceScope returns the scope of the resource
func (*FlexibleServersConfiguration) GetSpec ¶
func (configuration *FlexibleServersConfiguration) GetSpec() genruntime.ConvertibleSpec
GetSpec returns the specification of this resource
func (*FlexibleServersConfiguration) GetStatus ¶
func (configuration *FlexibleServersConfiguration) GetStatus() genruntime.ConvertibleStatus
GetStatus returns the status of this resource
func (*FlexibleServersConfiguration) GetType ¶
func (configuration *FlexibleServersConfiguration) GetType() string
GetType returns the ARM Type of the resource. This is always "Microsoft.DBforMySQL/flexibleServers/configurations"
func (*FlexibleServersConfiguration) Hub ¶
func (configuration *FlexibleServersConfiguration) Hub()
Hub marks that this FlexibleServersConfiguration is the hub type for conversion
func (*FlexibleServersConfiguration) NewEmptyStatus ¶
func (configuration *FlexibleServersConfiguration) NewEmptyStatus() genruntime.ConvertibleStatus
NewEmptyStatus returns a new empty (blank) status
func (*FlexibleServersConfiguration) OriginalGVK ¶
func (configuration *FlexibleServersConfiguration) OriginalGVK() *schema.GroupVersionKind
OriginalGVK returns a GroupValueKind for the original API version used to create the resource
func (*FlexibleServersConfiguration) Owner ¶
func (configuration *FlexibleServersConfiguration) Owner() *genruntime.ResourceReference
Owner returns the ResourceReference of the owner
func (*FlexibleServersConfiguration) SetConditions ¶
func (configuration *FlexibleServersConfiguration) SetConditions(conditions conditions.Conditions)
SetConditions sets the conditions on the resource status
func (*FlexibleServersConfiguration) SetStatus ¶
func (configuration *FlexibleServersConfiguration) SetStatus(status genruntime.ConvertibleStatus) error
SetStatus sets the status of this resource
type FlexibleServersConfigurationList ¶
type FlexibleServersConfigurationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []FlexibleServersConfiguration `json:"items"` }
+kubebuilder:object:root=true Storage version of v1api20220101.FlexibleServersConfiguration Generator information: - Generated from: /mysql/resource-manager/Microsoft.DBforMySQL/Configurations/stable/2022-01-01/Configurations.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
func (*FlexibleServersConfigurationList) DeepCopy ¶
func (in *FlexibleServersConfigurationList) DeepCopy() *FlexibleServersConfigurationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServersConfigurationList.
func (*FlexibleServersConfigurationList) DeepCopyInto ¶
func (in *FlexibleServersConfigurationList) DeepCopyInto(out *FlexibleServersConfigurationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FlexibleServersConfigurationList) DeepCopyObject ¶
func (in *FlexibleServersConfigurationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FlexibleServers_Administrator_STATUS ¶
type FlexibleServers_Administrator_STATUS struct { AdministratorType *string `json:"administratorType,omitempty"` Conditions []conditions.Condition `json:"conditions,omitempty"` Id *string `json:"id,omitempty"` IdentityResourceId *string `json:"identityResourceId,omitempty"` Login *string `json:"login,omitempty"` Name *string `json:"name,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Sid *string `json:"sid,omitempty"` SystemData *SystemData_STATUS `json:"systemData,omitempty"` TenantId *string `json:"tenantId,omitempty"` Type *string `json:"type,omitempty"` }
Storage version of v1api20220101.FlexibleServers_Administrator_STATUS
func (*FlexibleServers_Administrator_STATUS) ConvertStatusFrom ¶
func (administrator *FlexibleServers_Administrator_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
ConvertStatusFrom populates our FlexibleServers_Administrator_STATUS from the provided source
func (*FlexibleServers_Administrator_STATUS) ConvertStatusTo ¶
func (administrator *FlexibleServers_Administrator_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
ConvertStatusTo populates the provided destination from our FlexibleServers_Administrator_STATUS
func (*FlexibleServers_Administrator_STATUS) DeepCopy ¶
func (in *FlexibleServers_Administrator_STATUS) DeepCopy() *FlexibleServers_Administrator_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServers_Administrator_STATUS.
func (*FlexibleServers_Administrator_STATUS) DeepCopyInto ¶
func (in *FlexibleServers_Administrator_STATUS) DeepCopyInto(out *FlexibleServers_Administrator_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FlexibleServers_Administrator_Spec ¶
type FlexibleServers_Administrator_Spec struct { AdministratorType *string `json:"administratorType,omitempty"` // IdentityResourceReference: The resource id of the identity used for AAD Authentication. IdentityResourceReference *genruntime.ResourceReference `armReference:"IdentityResourceId" json:"identityResourceReference,omitempty"` Login *string `json:"login,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 dbformysql.azure.com/FlexibleServer resource Owner *genruntime.KnownResourceReference `group:"dbformysql.azure.com" json:"owner,omitempty" kind:"FlexibleServer"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Sid *string `json:"sid,omitempty" optionalConfigMapPair:"Sid"` SidFromConfig *genruntime.ConfigMapReference `json:"sidFromConfig,omitempty" optionalConfigMapPair:"Sid"` TenantId *string `json:"tenantId,omitempty" optionalConfigMapPair:"TenantId"` TenantIdFromConfig *genruntime.ConfigMapReference `json:"tenantIdFromConfig,omitempty" optionalConfigMapPair:"TenantId"` }
Storage version of v1api20220101.FlexibleServers_Administrator_Spec
func (*FlexibleServers_Administrator_Spec) ConvertSpecFrom ¶
func (administrator *FlexibleServers_Administrator_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
ConvertSpecFrom populates our FlexibleServers_Administrator_Spec from the provided source
func (*FlexibleServers_Administrator_Spec) ConvertSpecTo ¶
func (administrator *FlexibleServers_Administrator_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
ConvertSpecTo populates the provided destination from our FlexibleServers_Administrator_Spec
func (*FlexibleServers_Administrator_Spec) DeepCopy ¶
func (in *FlexibleServers_Administrator_Spec) DeepCopy() *FlexibleServers_Administrator_Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServers_Administrator_Spec.
func (*FlexibleServers_Administrator_Spec) DeepCopyInto ¶
func (in *FlexibleServers_Administrator_Spec) DeepCopyInto(out *FlexibleServers_Administrator_Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FlexibleServers_Configuration_STATUS ¶
type FlexibleServers_Configuration_STATUS struct { AllowedValues *string `json:"allowedValues,omitempty"` Conditions []conditions.Condition `json:"conditions,omitempty"` CurrentValue *string `json:"currentValue,omitempty"` DataType *string `json:"dataType,omitempty"` DefaultValue *string `json:"defaultValue,omitempty"` Description *string `json:"description,omitempty"` DocumentationLink *string `json:"documentationLink,omitempty"` Id *string `json:"id,omitempty"` IsConfigPendingRestart *string `json:"isConfigPendingRestart,omitempty"` IsDynamicConfig *string `json:"isDynamicConfig,omitempty"` IsReadOnly *string `json:"isReadOnly,omitempty"` Name *string `json:"name,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Source *string `json:"source,omitempty"` SystemData *SystemData_STATUS `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` Value *string `json:"value,omitempty"` }
Storage version of v1api20220101.FlexibleServers_Configuration_STATUS
func (*FlexibleServers_Configuration_STATUS) ConvertStatusFrom ¶
func (configuration *FlexibleServers_Configuration_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
ConvertStatusFrom populates our FlexibleServers_Configuration_STATUS from the provided source
func (*FlexibleServers_Configuration_STATUS) ConvertStatusTo ¶
func (configuration *FlexibleServers_Configuration_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
ConvertStatusTo populates the provided destination from our FlexibleServers_Configuration_STATUS
func (*FlexibleServers_Configuration_STATUS) DeepCopy ¶
func (in *FlexibleServers_Configuration_STATUS) DeepCopy() *FlexibleServers_Configuration_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServers_Configuration_STATUS.
func (*FlexibleServers_Configuration_STATUS) DeepCopyInto ¶
func (in *FlexibleServers_Configuration_STATUS) DeepCopyInto(out *FlexibleServers_Configuration_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FlexibleServers_Configuration_Spec ¶
type FlexibleServers_Configuration_Spec struct { // +kubebuilder:validation:Pattern="^[a-zA-Z0-9_.-]+$" // 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"` CurrentValue *string `json:"currentValue,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 dbformysql.azure.com/FlexibleServer resource Owner *genruntime.KnownResourceReference `group:"dbformysql.azure.com" json:"owner,omitempty" kind:"FlexibleServer"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Source *string `json:"source,omitempty"` Value *string `json:"value,omitempty"` }
Storage version of v1api20220101.FlexibleServers_Configuration_Spec
func (*FlexibleServers_Configuration_Spec) ConvertSpecFrom ¶
func (configuration *FlexibleServers_Configuration_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
ConvertSpecFrom populates our FlexibleServers_Configuration_Spec from the provided source
func (*FlexibleServers_Configuration_Spec) ConvertSpecTo ¶
func (configuration *FlexibleServers_Configuration_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
ConvertSpecTo populates the provided destination from our FlexibleServers_Configuration_Spec
func (*FlexibleServers_Configuration_Spec) DeepCopy ¶
func (in *FlexibleServers_Configuration_Spec) DeepCopy() *FlexibleServers_Configuration_Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServers_Configuration_Spec.
func (*FlexibleServers_Configuration_Spec) DeepCopyInto ¶
func (in *FlexibleServers_Configuration_Spec) DeepCopyInto(out *FlexibleServers_Configuration_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 v1api20220101.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.