v1beta20210501

package
v2.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package v1beta20210501 contains API Schema definitions for the dbformysql v1beta20210501 API group +groupName=dbformysql.azure.com

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.

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.

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.

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.

Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.

Package v1beta20210501 contains API Schema definitions for the dbformysql v1beta20210501 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

View Source
const (
	Sku_Tier_Burstable       = Sku_Tier("Burstable")
	Sku_Tier_GeneralPurpose  = Sku_Tier("GeneralPurpose")
	Sku_Tier_MemoryOptimized = Sku_Tier("MemoryOptimized")
)
View Source
const (
	Sku_Tier_STATUS_Burstable       = Sku_Tier_STATUS("Burstable")
	Sku_Tier_STATUS_GeneralPurpose  = Sku_Tier_STATUS("GeneralPurpose")
	Sku_Tier_STATUS_MemoryOptimized = Sku_Tier_STATUS("MemoryOptimized")
)
View Source
const (
	SystemData_CreatedByType_STATUS_Application     = SystemData_CreatedByType_STATUS("Application")
	SystemData_CreatedByType_STATUS_Key             = SystemData_CreatedByType_STATUS("Key")
	SystemData_CreatedByType_STATUS_ManagedIdentity = SystemData_CreatedByType_STATUS("ManagedIdentity")
	SystemData_CreatedByType_STATUS_User            = SystemData_CreatedByType_STATUS("User")
)
View Source
const (
	SystemData_LastModifiedByType_STATUS_Application     = SystemData_LastModifiedByType_STATUS("Application")
	SystemData_LastModifiedByType_STATUS_Key             = SystemData_LastModifiedByType_STATUS("Key")
	SystemData_LastModifiedByType_STATUS_ManagedIdentity = SystemData_LastModifiedByType_STATUS("ManagedIdentity")
	SystemData_LastModifiedByType_STATUS_User            = SystemData_LastModifiedByType_STATUS("User")
)
View Source
const (
	ReplicationRole_None    = ReplicationRole("None")
	ReplicationRole_Replica = ReplicationRole("Replica")
	ReplicationRole_Source  = ReplicationRole("Source")
)
View Source
const (
	ReplicationRole_STATUS_None    = ReplicationRole_STATUS("None")
	ReplicationRole_STATUS_Replica = ReplicationRole_STATUS("Replica")
	ReplicationRole_STATUS_Source  = ReplicationRole_STATUS("Source")
)
View Source
const (
	ServerProperties_CreateMode_Default            = ServerProperties_CreateMode("Default")
	ServerProperties_CreateMode_GeoRestore         = ServerProperties_CreateMode("GeoRestore")
	ServerProperties_CreateMode_PointInTimeRestore = ServerProperties_CreateMode("PointInTimeRestore")
	ServerProperties_CreateMode_Replica            = ServerProperties_CreateMode("Replica")
)
View Source
const (
	ServerProperties_CreateMode_STATUS_Default            = ServerProperties_CreateMode_STATUS("Default")
	ServerProperties_CreateMode_STATUS_GeoRestore         = ServerProperties_CreateMode_STATUS("GeoRestore")
	ServerProperties_CreateMode_STATUS_PointInTimeRestore = ServerProperties_CreateMode_STATUS("PointInTimeRestore")
	ServerProperties_CreateMode_STATUS_Replica            = ServerProperties_CreateMode_STATUS("Replica")
)
View Source
const (
	ServerProperties_State_STATUS_Disabled = ServerProperties_State_STATUS("Disabled")
	ServerProperties_State_STATUS_Dropping = ServerProperties_State_STATUS("Dropping")
	ServerProperties_State_STATUS_Ready    = ServerProperties_State_STATUS("Ready")
	ServerProperties_State_STATUS_Starting = ServerProperties_State_STATUS("Starting")
	ServerProperties_State_STATUS_Stopped  = ServerProperties_State_STATUS("Stopped")
	ServerProperties_State_STATUS_Stopping = ServerProperties_State_STATUS("Stopping")
	ServerProperties_State_STATUS_Updating = ServerProperties_State_STATUS("Updating")
)
View Source
const (
	ServerVersion_57   = ServerVersion("5.7")
	ServerVersion_8021 = ServerVersion("8.0.21")
)
View Source
const (
	ServerVersion_STATUS_57   = ServerVersion_STATUS("5.7")
	ServerVersion_STATUS_8021 = ServerVersion_STATUS("8.0.21")
)
View Source
const (
	DataEncryption_Type_AzureKeyVault = DataEncryption_Type("AzureKeyVault")
	DataEncryption_Type_SystemManaged = DataEncryption_Type("SystemManaged")
)
View Source
const (
	DataEncryption_Type_STATUS_AzureKeyVault = DataEncryption_Type_STATUS("AzureKeyVault")
	DataEncryption_Type_STATUS_SystemManaged = DataEncryption_Type_STATUS("SystemManaged")
)
View Source
const (
	EnableStatusEnum_Disabled = EnableStatusEnum("Disabled")
	EnableStatusEnum_Enabled  = EnableStatusEnum("Enabled")
)
View Source
const (
	EnableStatusEnum_STATUS_Disabled = EnableStatusEnum_STATUS("Disabled")
	EnableStatusEnum_STATUS_Enabled  = EnableStatusEnum_STATUS("Enabled")
)
View Source
const (
	HighAvailability_Mode_Disabled      = HighAvailability_Mode("Disabled")
	HighAvailability_Mode_SameZone      = HighAvailability_Mode("SameZone")
	HighAvailability_Mode_ZoneRedundant = HighAvailability_Mode("ZoneRedundant")
)
View Source
const (
	HighAvailability_Mode_STATUS_Disabled      = HighAvailability_Mode_STATUS("Disabled")
	HighAvailability_Mode_STATUS_SameZone      = HighAvailability_Mode_STATUS("SameZone")
	HighAvailability_Mode_STATUS_ZoneRedundant = HighAvailability_Mode_STATUS("ZoneRedundant")
)
View Source
const (
	HighAvailability_State_STATUS_CreatingStandby = HighAvailability_State_STATUS("CreatingStandby")
	HighAvailability_State_STATUS_FailingOver     = HighAvailability_State_STATUS("FailingOver")
	HighAvailability_State_STATUS_Healthy         = HighAvailability_State_STATUS("Healthy")
	HighAvailability_State_STATUS_NotEnabled      = HighAvailability_State_STATUS("NotEnabled")
	HighAvailability_State_STATUS_RemovingStandby = HighAvailability_State_STATUS("RemovingStandby")
)
View Source
const APIVersion_Value = APIVersion("2021-05-01")
View Source
const Identity_Type_STATUS_UserAssigned = Identity_Type_STATUS("UserAssigned")
View Source
const Identity_Type_UserAssigned = Identity_Type("UserAssigned")

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "dbformysql.azure.com", Version: "v1beta20210501"}

	// 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

Deprecated version of APIVersion. Use v1api20210501.APIVersion instead +kubebuilder:validation:Enum={"2021-05-01"}

type Backup

type Backup struct {
	BackupRetentionDays *int              `json:"backupRetentionDays,omitempty"`
	GeoRedundantBackup  *EnableStatusEnum `json:"geoRedundantBackup,omitempty"`
}

Deprecated version of Backup. Use v1api20210501.Backup instead

func (*Backup) AssignProperties_From_Backup

func (backup *Backup) AssignProperties_From_Backup(source *v1beta20210501s.Backup) error

AssignProperties_From_Backup populates our Backup from the provided source Backup

func (*Backup) AssignProperties_To_Backup

func (backup *Backup) AssignProperties_To_Backup(destination *v1beta20210501s.Backup) error

AssignProperties_To_Backup populates the provided destination Backup from our Backup

func (*Backup) ConvertToARM

func (backup *Backup) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Backup) DeepCopy

func (in *Backup) DeepCopy() *Backup

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Backup.

func (*Backup) DeepCopyInto

func (in *Backup) DeepCopyInto(out *Backup)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Backup) NewEmptyARMValue

func (backup *Backup) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Backup) PopulateFromARM

func (backup *Backup) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Backup_ARM

type Backup_ARM struct {
	BackupRetentionDays *int              `json:"backupRetentionDays,omitempty"`
	GeoRedundantBackup  *EnableStatusEnum `json:"geoRedundantBackup,omitempty"`
}

Deprecated version of Backup. Use v1api20210501.Backup instead

func (*Backup_ARM) DeepCopy

func (in *Backup_ARM) DeepCopy() *Backup_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Backup_ARM.

func (*Backup_ARM) DeepCopyInto

func (in *Backup_ARM) DeepCopyInto(out *Backup_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Backup_STATUS

type Backup_STATUS struct {
	BackupRetentionDays *int                     `json:"backupRetentionDays,omitempty"`
	EarliestRestoreDate *string                  `json:"earliestRestoreDate,omitempty"`
	GeoRedundantBackup  *EnableStatusEnum_STATUS `json:"geoRedundantBackup,omitempty"`
}

Deprecated version of Backup_STATUS. Use v1api20210501.Backup_STATUS instead

func (*Backup_STATUS) AssignProperties_From_Backup_STATUS

func (backup *Backup_STATUS) AssignProperties_From_Backup_STATUS(source *v1beta20210501s.Backup_STATUS) error

AssignProperties_From_Backup_STATUS populates our Backup_STATUS from the provided source Backup_STATUS

func (*Backup_STATUS) AssignProperties_To_Backup_STATUS

func (backup *Backup_STATUS) AssignProperties_To_Backup_STATUS(destination *v1beta20210501s.Backup_STATUS) error

AssignProperties_To_Backup_STATUS populates the provided destination Backup_STATUS from our Backup_STATUS

func (*Backup_STATUS) DeepCopy

func (in *Backup_STATUS) DeepCopy() *Backup_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Backup_STATUS.

func (*Backup_STATUS) DeepCopyInto

func (in *Backup_STATUS) DeepCopyInto(out *Backup_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Backup_STATUS) NewEmptyARMValue

func (backup *Backup_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Backup_STATUS) PopulateFromARM

func (backup *Backup_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Backup_STATUS_ARM

type Backup_STATUS_ARM struct {
	BackupRetentionDays *int                     `json:"backupRetentionDays,omitempty"`
	EarliestRestoreDate *string                  `json:"earliestRestoreDate,omitempty"`
	GeoRedundantBackup  *EnableStatusEnum_STATUS `json:"geoRedundantBackup,omitempty"`
}

Deprecated version of Backup_STATUS. Use v1api20210501.Backup_STATUS instead

func (*Backup_STATUS_ARM) DeepCopy

func (in *Backup_STATUS_ARM) DeepCopy() *Backup_STATUS_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Backup_STATUS_ARM.

func (*Backup_STATUS_ARM) DeepCopyInto

func (in *Backup_STATUS_ARM) DeepCopyInto(out *Backup_STATUS_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataEncryption

type DataEncryption struct {
	GeoBackupKeyURI                        *string                       `json:"geoBackupKeyURI,omitempty"`
	GeoBackupUserAssignedIdentityReference *genruntime.ResourceReference `armReference:"GeoBackupUserAssignedIdentityId" json:"geoBackupUserAssignedIdentityReference,omitempty"`
	PrimaryKeyURI                          *string                       `json:"primaryKeyURI,omitempty"`
	PrimaryUserAssignedIdentityReference   *genruntime.ResourceReference `armReference:"PrimaryUserAssignedIdentityId" json:"primaryUserAssignedIdentityReference,omitempty"`
	Type                                   *DataEncryption_Type          `json:"type,omitempty"`
}

Deprecated version of DataEncryption. Use v1api20210501.DataEncryption instead

func (*DataEncryption) AssignProperties_From_DataEncryption

func (encryption *DataEncryption) AssignProperties_From_DataEncryption(source *v1beta20210501s.DataEncryption) error

AssignProperties_From_DataEncryption populates our DataEncryption from the provided source DataEncryption

func (*DataEncryption) AssignProperties_To_DataEncryption

func (encryption *DataEncryption) AssignProperties_To_DataEncryption(destination *v1beta20210501s.DataEncryption) error

AssignProperties_To_DataEncryption populates the provided destination DataEncryption from our DataEncryption

func (*DataEncryption) ConvertToARM

func (encryption *DataEncryption) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*DataEncryption) DeepCopy

func (in *DataEncryption) DeepCopy() *DataEncryption

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataEncryption.

func (*DataEncryption) DeepCopyInto

func (in *DataEncryption) DeepCopyInto(out *DataEncryption)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*DataEncryption) NewEmptyARMValue

func (encryption *DataEncryption) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*DataEncryption) PopulateFromARM

func (encryption *DataEncryption) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type DataEncryption_ARM

type DataEncryption_ARM struct {
	GeoBackupKeyURI                 *string              `json:"geoBackupKeyURI,omitempty"`
	GeoBackupUserAssignedIdentityId *string              `json:"geoBackupUserAssignedIdentityId,omitempty"`
	PrimaryKeyURI                   *string              `json:"primaryKeyURI,omitempty"`
	PrimaryUserAssignedIdentityId   *string              `json:"primaryUserAssignedIdentityId,omitempty"`
	Type                            *DataEncryption_Type `json:"type,omitempty"`
}

Deprecated version of DataEncryption. Use v1api20210501.DataEncryption instead

func (*DataEncryption_ARM) DeepCopy

func (in *DataEncryption_ARM) DeepCopy() *DataEncryption_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataEncryption_ARM.

func (*DataEncryption_ARM) DeepCopyInto

func (in *DataEncryption_ARM) DeepCopyInto(out *DataEncryption_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataEncryption_STATUS

type DataEncryption_STATUS struct {
	GeoBackupKeyURI                 *string                     `json:"geoBackupKeyURI,omitempty"`
	GeoBackupUserAssignedIdentityId *string                     `json:"geoBackupUserAssignedIdentityId,omitempty"`
	PrimaryKeyURI                   *string                     `json:"primaryKeyURI,omitempty"`
	PrimaryUserAssignedIdentityId   *string                     `json:"primaryUserAssignedIdentityId,omitempty"`
	Type                            *DataEncryption_Type_STATUS `json:"type,omitempty"`
}

Deprecated version of DataEncryption_STATUS. Use v1api20210501.DataEncryption_STATUS instead

func (*DataEncryption_STATUS) AssignProperties_From_DataEncryption_STATUS

func (encryption *DataEncryption_STATUS) AssignProperties_From_DataEncryption_STATUS(source *v1beta20210501s.DataEncryption_STATUS) error

AssignProperties_From_DataEncryption_STATUS populates our DataEncryption_STATUS from the provided source DataEncryption_STATUS

func (*DataEncryption_STATUS) AssignProperties_To_DataEncryption_STATUS

func (encryption *DataEncryption_STATUS) AssignProperties_To_DataEncryption_STATUS(destination *v1beta20210501s.DataEncryption_STATUS) error

AssignProperties_To_DataEncryption_STATUS populates the provided destination DataEncryption_STATUS from our DataEncryption_STATUS

func (*DataEncryption_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataEncryption_STATUS.

func (*DataEncryption_STATUS) DeepCopyInto

func (in *DataEncryption_STATUS) DeepCopyInto(out *DataEncryption_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*DataEncryption_STATUS) NewEmptyARMValue

func (encryption *DataEncryption_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*DataEncryption_STATUS) PopulateFromARM

func (encryption *DataEncryption_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type DataEncryption_STATUS_ARM

type DataEncryption_STATUS_ARM struct {
	GeoBackupKeyURI                 *string                     `json:"geoBackupKeyURI,omitempty"`
	GeoBackupUserAssignedIdentityId *string                     `json:"geoBackupUserAssignedIdentityId,omitempty"`
	PrimaryKeyURI                   *string                     `json:"primaryKeyURI,omitempty"`
	PrimaryUserAssignedIdentityId   *string                     `json:"primaryUserAssignedIdentityId,omitempty"`
	Type                            *DataEncryption_Type_STATUS `json:"type,omitempty"`
}

Deprecated version of DataEncryption_STATUS. Use v1api20210501.DataEncryption_STATUS instead

func (*DataEncryption_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataEncryption_STATUS_ARM.

func (*DataEncryption_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataEncryption_Type

type DataEncryption_Type string

Deprecated version of DataEncryption_Type. Use v1api20210501.DataEncryption_Type instead +kubebuilder:validation:Enum={"AzureKeyVault","SystemManaged"}

type DataEncryption_Type_STATUS

type DataEncryption_Type_STATUS string

Deprecated version of DataEncryption_Type_STATUS. Use v1api20210501.DataEncryption_Type_STATUS instead

type DatabaseProperties_ARM

type DatabaseProperties_ARM struct {
	Charset   *string `json:"charset,omitempty"`
	Collation *string `json:"collation,omitempty"`
}

Deprecated version of DatabaseProperties. Use v1api20210501.DatabaseProperties instead

func (*DatabaseProperties_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseProperties_ARM.

func (*DatabaseProperties_ARM) DeepCopyInto

func (in *DatabaseProperties_ARM) DeepCopyInto(out *DatabaseProperties_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DatabaseProperties_STATUS_ARM

type DatabaseProperties_STATUS_ARM struct {
	Charset   *string `json:"charset,omitempty"`
	Collation *string `json:"collation,omitempty"`
}

Deprecated version of DatabaseProperties_STATUS. Use v1api20210501.DatabaseProperties_STATUS instead

func (*DatabaseProperties_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseProperties_STATUS_ARM.

func (*DatabaseProperties_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EnableStatusEnum

type EnableStatusEnum string

Deprecated version of EnableStatusEnum. Use v1api20210501.EnableStatusEnum instead +kubebuilder:validation:Enum={"Disabled","Enabled"}

type EnableStatusEnum_STATUS

type EnableStatusEnum_STATUS string

Deprecated version of EnableStatusEnum_STATUS. Use v1api20210501.EnableStatusEnum_STATUS instead

type FirewallRuleProperties_ARM

type FirewallRuleProperties_ARM struct {
	EndIpAddress   *string `json:"endIpAddress,omitempty"`
	StartIpAddress *string `json:"startIpAddress,omitempty"`
}

Deprecated version of FirewallRuleProperties. Use v1api20210501.FirewallRuleProperties instead

func (*FirewallRuleProperties_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FirewallRuleProperties_ARM.

func (*FirewallRuleProperties_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FirewallRuleProperties_STATUS_ARM

type FirewallRuleProperties_STATUS_ARM struct {
	EndIpAddress   *string `json:"endIpAddress,omitempty"`
	StartIpAddress *string `json:"startIpAddress,omitempty"`
}

Deprecated version of FirewallRuleProperties_STATUS. Use v1api20210501.FirewallRuleProperties_STATUS instead

func (*FirewallRuleProperties_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FirewallRuleProperties_STATUS_ARM.

func (*FirewallRuleProperties_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FlexibleServer

type FlexibleServer struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              FlexibleServer_Spec   `json:"spec,omitempty"`
	Status            FlexibleServer_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" Deprecated version of FlexibleServer. Use v1api20210501.FlexibleServer instead

func (*FlexibleServer) AssignProperties_From_FlexibleServer

func (server *FlexibleServer) AssignProperties_From_FlexibleServer(source *v1beta20210501s.FlexibleServer) error

AssignProperties_From_FlexibleServer populates our FlexibleServer from the provided source FlexibleServer

func (*FlexibleServer) AssignProperties_To_FlexibleServer

func (server *FlexibleServer) AssignProperties_To_FlexibleServer(destination *v1beta20210501s.FlexibleServer) error

AssignProperties_To_FlexibleServer populates the provided destination FlexibleServer from our FlexibleServer

func (*FlexibleServer) AzureName

func (server *FlexibleServer) AzureName() string

AzureName returns the Azure name of the resource

func (*FlexibleServer) ConvertFrom

func (server *FlexibleServer) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our FlexibleServer from the provided hub FlexibleServer

func (*FlexibleServer) ConvertTo

func (server *FlexibleServer) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub FlexibleServer from our FlexibleServer

func (*FlexibleServer) DeepCopy

func (in *FlexibleServer) DeepCopy() *FlexibleServer

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServer.

func (*FlexibleServer) DeepCopyInto

func (in *FlexibleServer) DeepCopyInto(out *FlexibleServer)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FlexibleServer) DeepCopyObject

func (in *FlexibleServer) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*FlexibleServer) Default

func (server *FlexibleServer) Default()

Default applies defaults to the FlexibleServer resource

func (FlexibleServer) GetAPIVersion

func (server FlexibleServer) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2021-05-01"

func (*FlexibleServer) GetConditions

func (server *FlexibleServer) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*FlexibleServer) GetResourceScope

func (server *FlexibleServer) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*FlexibleServer) GetSpec

func (server *FlexibleServer) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*FlexibleServer) GetStatus

func (server *FlexibleServer) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*FlexibleServer) GetType

func (server *FlexibleServer) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.DBforMySQL/flexibleServers"

func (*FlexibleServer) NewEmptyStatus

func (server *FlexibleServer) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*FlexibleServer) OriginalGVK

func (server *FlexibleServer) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*FlexibleServer) Owner

func (server *FlexibleServer) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner

func (*FlexibleServer) SetConditions

func (server *FlexibleServer) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*FlexibleServer) SetStatus

func (server *FlexibleServer) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

func (*FlexibleServer) ValidateCreate

func (server *FlexibleServer) ValidateCreate() (admission.Warnings, error)

ValidateCreate validates the creation of the resource

func (*FlexibleServer) ValidateDelete

func (server *FlexibleServer) ValidateDelete() (admission.Warnings, error)

ValidateDelete validates the deletion of the resource

func (*FlexibleServer) ValidateUpdate

func (server *FlexibleServer) ValidateUpdate(old runtime.Object) (admission.Warnings, error)

ValidateUpdate validates an update of the resource

type FlexibleServerList

type FlexibleServerList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FlexibleServer `json:"items"`
}

+kubebuilder:object:root=true Deprecated version of FlexibleServer. Use v1api20210501.FlexibleServer instead

func (*FlexibleServerList) DeepCopy

func (in *FlexibleServerList) DeepCopy() *FlexibleServerList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServerList.

func (*FlexibleServerList) DeepCopyInto

func (in *FlexibleServerList) DeepCopyInto(out *FlexibleServerList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FlexibleServerList) DeepCopyObject

func (in *FlexibleServerList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FlexibleServerOperatorSecrets

type FlexibleServerOperatorSecrets struct {
	// FullyQualifiedDomainName: indicates where the FullyQualifiedDomainName secret should be placed. If omitted, the secret
	// will not be retrieved from Azure.
	FullyQualifiedDomainName *genruntime.SecretDestination `json:"fullyQualifiedDomainName,omitempty"`
}

func (*FlexibleServerOperatorSecrets) AssignProperties_From_FlexibleServerOperatorSecrets

func (secrets *FlexibleServerOperatorSecrets) AssignProperties_From_FlexibleServerOperatorSecrets(source *v1beta20210501s.FlexibleServerOperatorSecrets) error

AssignProperties_From_FlexibleServerOperatorSecrets populates our FlexibleServerOperatorSecrets from the provided source FlexibleServerOperatorSecrets

func (*FlexibleServerOperatorSecrets) AssignProperties_To_FlexibleServerOperatorSecrets

func (secrets *FlexibleServerOperatorSecrets) AssignProperties_To_FlexibleServerOperatorSecrets(destination *v1beta20210501s.FlexibleServerOperatorSecrets) error

AssignProperties_To_FlexibleServerOperatorSecrets populates the provided destination FlexibleServerOperatorSecrets from our FlexibleServerOperatorSecrets

func (*FlexibleServerOperatorSecrets) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServerOperatorSecrets.

func (*FlexibleServerOperatorSecrets) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FlexibleServerOperatorSpec

type FlexibleServerOperatorSpec struct {
	// Secrets: configures where to place Azure generated secrets.
	Secrets *FlexibleServerOperatorSecrets `json:"secrets,omitempty"`
}

Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure

func (*FlexibleServerOperatorSpec) AssignProperties_From_FlexibleServerOperatorSpec

func (operator *FlexibleServerOperatorSpec) AssignProperties_From_FlexibleServerOperatorSpec(source *v1beta20210501s.FlexibleServerOperatorSpec) error

AssignProperties_From_FlexibleServerOperatorSpec populates our FlexibleServerOperatorSpec from the provided source FlexibleServerOperatorSpec

func (*FlexibleServerOperatorSpec) AssignProperties_To_FlexibleServerOperatorSpec

func (operator *FlexibleServerOperatorSpec) AssignProperties_To_FlexibleServerOperatorSpec(destination *v1beta20210501s.FlexibleServerOperatorSpec) error

AssignProperties_To_FlexibleServerOperatorSpec populates the provided destination FlexibleServerOperatorSpec from our FlexibleServerOperatorSpec

func (*FlexibleServerOperatorSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServerOperatorSpec.

func (*FlexibleServerOperatorSpec) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FlexibleServer_STATUS

type FlexibleServer_STATUS struct {
	AdministratorLogin *string        `json:"administratorLogin,omitempty"`
	AvailabilityZone   *string        `json:"availabilityZone,omitempty"`
	Backup             *Backup_STATUS `json:"backup,omitempty"`

	// Conditions: The observed state of the resource
	Conditions               []conditions.Condition              `json:"conditions,omitempty"`
	CreateMode               *ServerProperties_CreateMode_STATUS `json:"createMode,omitempty"`
	DataEncryption           *DataEncryption_STATUS              `json:"dataEncryption,omitempty"`
	FullyQualifiedDomainName *string                             `json:"fullyQualifiedDomainName,omitempty"`
	HighAvailability         *HighAvailability_STATUS            `json:"highAvailability,omitempty"`
	Id                       *string                             `json:"id,omitempty"`
	Identity                 *Identity_STATUS                    `json:"identity,omitempty"`
	Location                 *string                             `json:"location,omitempty"`
	MaintenanceWindow        *MaintenanceWindow_STATUS           `json:"maintenanceWindow,omitempty"`
	Name                     *string                             `json:"name,omitempty"`
	Network                  *Network_STATUS                     `json:"network,omitempty"`
	ReplicaCapacity          *int                                `json:"replicaCapacity,omitempty"`
	ReplicationRole          *ReplicationRole_STATUS             `json:"replicationRole,omitempty"`
	RestorePointInTime       *string                             `json:"restorePointInTime,omitempty"`
	Sku                      *Sku_STATUS                         `json:"sku,omitempty"`
	SourceServerResourceId   *string                             `json:"sourceServerResourceId,omitempty"`
	State                    *ServerProperties_State_STATUS      `json:"state,omitempty"`
	Storage                  *Storage_STATUS                     `json:"storage,omitempty"`
	SystemData               *SystemData_STATUS                  `json:"systemData,omitempty"`
	Tags                     map[string]string                   `json:"tags,omitempty"`
	Type                     *string                             `json:"type,omitempty"`
	Version                  *ServerVersion_STATUS               `json:"version,omitempty"`
}

Deprecated version of FlexibleServer_STATUS. Use v1api20210501.FlexibleServer_STATUS instead

func (*FlexibleServer_STATUS) AssignProperties_From_FlexibleServer_STATUS

func (server *FlexibleServer_STATUS) AssignProperties_From_FlexibleServer_STATUS(source *v1beta20210501s.FlexibleServer_STATUS) error

AssignProperties_From_FlexibleServer_STATUS populates our FlexibleServer_STATUS from the provided source FlexibleServer_STATUS

func (*FlexibleServer_STATUS) AssignProperties_To_FlexibleServer_STATUS

func (server *FlexibleServer_STATUS) AssignProperties_To_FlexibleServer_STATUS(destination *v1beta20210501s.FlexibleServer_STATUS) error

AssignProperties_To_FlexibleServer_STATUS populates the provided destination FlexibleServer_STATUS from our FlexibleServer_STATUS

func (*FlexibleServer_STATUS) ConvertStatusFrom

func (server *FlexibleServer_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our FlexibleServer_STATUS from the provided source

func (*FlexibleServer_STATUS) ConvertStatusTo

func (server *FlexibleServer_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our FlexibleServer_STATUS

func (*FlexibleServer_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServer_STATUS.

func (*FlexibleServer_STATUS) DeepCopyInto

func (in *FlexibleServer_STATUS) DeepCopyInto(out *FlexibleServer_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FlexibleServer_STATUS) NewEmptyARMValue

func (server *FlexibleServer_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*FlexibleServer_STATUS) PopulateFromARM

func (server *FlexibleServer_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type FlexibleServer_STATUS_ARM

type FlexibleServer_STATUS_ARM struct {
	Id         *string                      `json:"id,omitempty"`
	Identity   *Identity_STATUS_ARM         `json:"identity,omitempty"`
	Location   *string                      `json:"location,omitempty"`
	Name       *string                      `json:"name,omitempty"`
	Properties *ServerProperties_STATUS_ARM `json:"properties,omitempty"`
	Sku        *Sku_STATUS_ARM              `json:"sku,omitempty"`
	SystemData *SystemData_STATUS_ARM       `json:"systemData,omitempty"`
	Tags       map[string]string            `json:"tags,omitempty"`
	Type       *string                      `json:"type,omitempty"`
}

Deprecated version of FlexibleServer_STATUS. Use v1api20210501.FlexibleServer_STATUS instead

func (*FlexibleServer_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServer_STATUS_ARM.

func (*FlexibleServer_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FlexibleServer_Spec

type FlexibleServer_Spec struct {
	AdministratorLogin         *string                     `json:"administratorLogin,omitempty"`
	AdministratorLoginPassword *genruntime.SecretReference `json:"administratorLoginPassword,omitempty"`
	AvailabilityZone           *string                     `json:"availabilityZone,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"`
	Backup           *Backup                      `json:"backup,omitempty"`
	CreateMode       *ServerProperties_CreateMode `json:"createMode,omitempty"`
	DataEncryption   *DataEncryption              `json:"dataEncryption,omitempty"`
	HighAvailability *HighAvailability            `json:"highAvailability,omitempty"`
	Identity         *Identity                    `json:"identity,omitempty"`

	// +kubebuilder:validation:Required
	Location          *string            `json:"location,omitempty"`
	MaintenanceWindow *MaintenanceWindow `json:"maintenanceWindow,omitempty"`
	Network           *Network           `json:"network,omitempty"`

	// OperatorSpec: The specification for configuring operator behavior. This field is interpreted by the operator and not
	// passed directly to Azure
	OperatorSpec *FlexibleServerOperatorSpec `json:"operatorSpec,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"`
	ReplicationRole        *ReplicationRole                   `json:"replicationRole,omitempty"`
	RestorePointInTime     *string                            `json:"restorePointInTime,omitempty"`
	Sku                    *Sku                               `json:"sku,omitempty"`
	SourceServerResourceId *string                            `json:"sourceServerResourceId,omitempty"`
	Storage                *Storage                           `json:"storage,omitempty"`
	Tags                   map[string]string                  `json:"tags,omitempty"`
	Version                *ServerVersion                     `json:"version,omitempty"`
}

func (*FlexibleServer_Spec) AssignProperties_From_FlexibleServer_Spec

func (server *FlexibleServer_Spec) AssignProperties_From_FlexibleServer_Spec(source *v1beta20210501s.FlexibleServer_Spec) error

AssignProperties_From_FlexibleServer_Spec populates our FlexibleServer_Spec from the provided source FlexibleServer_Spec

func (*FlexibleServer_Spec) AssignProperties_To_FlexibleServer_Spec

func (server *FlexibleServer_Spec) AssignProperties_To_FlexibleServer_Spec(destination *v1beta20210501s.FlexibleServer_Spec) error

AssignProperties_To_FlexibleServer_Spec populates the provided destination FlexibleServer_Spec from our FlexibleServer_Spec

func (*FlexibleServer_Spec) ConvertSpecFrom

func (server *FlexibleServer_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our FlexibleServer_Spec from the provided source

func (*FlexibleServer_Spec) ConvertSpecTo

func (server *FlexibleServer_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our FlexibleServer_Spec

func (*FlexibleServer_Spec) ConvertToARM

func (server *FlexibleServer_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*FlexibleServer_Spec) DeepCopy

func (in *FlexibleServer_Spec) DeepCopy() *FlexibleServer_Spec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServer_Spec.

func (*FlexibleServer_Spec) DeepCopyInto

func (in *FlexibleServer_Spec) DeepCopyInto(out *FlexibleServer_Spec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FlexibleServer_Spec) NewEmptyARMValue

func (server *FlexibleServer_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*FlexibleServer_Spec) OriginalVersion

func (server *FlexibleServer_Spec) OriginalVersion() string

OriginalVersion returns the original API version used to create the resource.

func (*FlexibleServer_Spec) PopulateFromARM

func (server *FlexibleServer_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*FlexibleServer_Spec) SetAzureName

func (server *FlexibleServer_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type FlexibleServer_Spec_ARM

type FlexibleServer_Spec_ARM struct {
	Identity   *Identity_ARM         `json:"identity,omitempty"`
	Location   *string               `json:"location,omitempty"`
	Name       string                `json:"name,omitempty"`
	Properties *ServerProperties_ARM `json:"properties,omitempty"`
	Sku        *Sku_ARM              `json:"sku,omitempty"`
	Tags       map[string]string     `json:"tags,omitempty"`
}

Deprecated version of FlexibleServer_Spec. Use v1api20210501.FlexibleServer_Spec instead

func (*FlexibleServer_Spec_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServer_Spec_ARM.

func (*FlexibleServer_Spec_ARM) DeepCopyInto

func (in *FlexibleServer_Spec_ARM) DeepCopyInto(out *FlexibleServer_Spec_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (FlexibleServer_Spec_ARM) GetAPIVersion

func (server FlexibleServer_Spec_ARM) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2021-05-01"

func (*FlexibleServer_Spec_ARM) GetName

func (server *FlexibleServer_Spec_ARM) GetName() string

GetName returns the Name of the resource

func (*FlexibleServer_Spec_ARM) GetType

func (server *FlexibleServer_Spec_ARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.DBforMySQL/flexibleServers"

type FlexibleServersDatabase

type FlexibleServersDatabase struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              FlexibleServers_Database_Spec   `json:"spec,omitempty"`
	Status            FlexibleServers_Database_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" Deprecated version of FlexibleServersDatabase. Use v1api20210501.FlexibleServersDatabase instead

func (*FlexibleServersDatabase) AssignProperties_From_FlexibleServersDatabase

func (database *FlexibleServersDatabase) AssignProperties_From_FlexibleServersDatabase(source *v1beta20210501s.FlexibleServersDatabase) error

AssignProperties_From_FlexibleServersDatabase populates our FlexibleServersDatabase from the provided source FlexibleServersDatabase

func (*FlexibleServersDatabase) AssignProperties_To_FlexibleServersDatabase

func (database *FlexibleServersDatabase) AssignProperties_To_FlexibleServersDatabase(destination *v1beta20210501s.FlexibleServersDatabase) error

AssignProperties_To_FlexibleServersDatabase populates the provided destination FlexibleServersDatabase from our FlexibleServersDatabase

func (*FlexibleServersDatabase) AzureName

func (database *FlexibleServersDatabase) AzureName() string

AzureName returns the Azure name of the resource

func (*FlexibleServersDatabase) ConvertFrom

func (database *FlexibleServersDatabase) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our FlexibleServersDatabase from the provided hub FlexibleServersDatabase

func (*FlexibleServersDatabase) ConvertTo

func (database *FlexibleServersDatabase) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub FlexibleServersDatabase from our FlexibleServersDatabase

func (*FlexibleServersDatabase) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServersDatabase.

func (*FlexibleServersDatabase) DeepCopyInto

func (in *FlexibleServersDatabase) DeepCopyInto(out *FlexibleServersDatabase)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FlexibleServersDatabase) DeepCopyObject

func (in *FlexibleServersDatabase) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*FlexibleServersDatabase) Default

func (database *FlexibleServersDatabase) Default()

Default applies defaults to the FlexibleServersDatabase resource

func (FlexibleServersDatabase) GetAPIVersion

func (database FlexibleServersDatabase) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2021-05-01"

func (*FlexibleServersDatabase) GetConditions

func (database *FlexibleServersDatabase) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*FlexibleServersDatabase) GetResourceScope

func (database *FlexibleServersDatabase) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*FlexibleServersDatabase) GetSpec

GetSpec returns the specification of this resource

func (*FlexibleServersDatabase) GetStatus

GetStatus returns the status of this resource

func (*FlexibleServersDatabase) GetType

func (database *FlexibleServersDatabase) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.DBforMySQL/flexibleServers/databases"

func (*FlexibleServersDatabase) NewEmptyStatus

func (database *FlexibleServersDatabase) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*FlexibleServersDatabase) OriginalGVK

func (database *FlexibleServersDatabase) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*FlexibleServersDatabase) Owner

Owner returns the ResourceReference of the owner

func (*FlexibleServersDatabase) SetConditions

func (database *FlexibleServersDatabase) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*FlexibleServersDatabase) SetStatus

func (database *FlexibleServersDatabase) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

func (*FlexibleServersDatabase) ValidateCreate

func (database *FlexibleServersDatabase) ValidateCreate() (admission.Warnings, error)

ValidateCreate validates the creation of the resource

func (*FlexibleServersDatabase) ValidateDelete

func (database *FlexibleServersDatabase) ValidateDelete() (admission.Warnings, error)

ValidateDelete validates the deletion of the resource

func (*FlexibleServersDatabase) ValidateUpdate

func (database *FlexibleServersDatabase) ValidateUpdate(old runtime.Object) (admission.Warnings, error)

ValidateUpdate validates an update of the resource

type FlexibleServersDatabaseList

type FlexibleServersDatabaseList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FlexibleServersDatabase `json:"items"`
}

+kubebuilder:object:root=true Deprecated version of FlexibleServersDatabase. Use v1api20210501.FlexibleServersDatabase instead

func (*FlexibleServersDatabaseList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServersDatabaseList.

func (*FlexibleServersDatabaseList) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FlexibleServersDatabaseList) DeepCopyObject

func (in *FlexibleServersDatabaseList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FlexibleServersFirewallRule

type FlexibleServersFirewallRule struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              FlexibleServers_FirewallRule_Spec   `json:"spec,omitempty"`
	Status            FlexibleServers_FirewallRule_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" Deprecated version of FlexibleServersFirewallRule. Use v1api20210501.FlexibleServersFirewallRule instead

func (*FlexibleServersFirewallRule) AssignProperties_From_FlexibleServersFirewallRule

func (rule *FlexibleServersFirewallRule) AssignProperties_From_FlexibleServersFirewallRule(source *v1beta20210501s.FlexibleServersFirewallRule) error

AssignProperties_From_FlexibleServersFirewallRule populates our FlexibleServersFirewallRule from the provided source FlexibleServersFirewallRule

func (*FlexibleServersFirewallRule) AssignProperties_To_FlexibleServersFirewallRule

func (rule *FlexibleServersFirewallRule) AssignProperties_To_FlexibleServersFirewallRule(destination *v1beta20210501s.FlexibleServersFirewallRule) error

AssignProperties_To_FlexibleServersFirewallRule populates the provided destination FlexibleServersFirewallRule from our FlexibleServersFirewallRule

func (*FlexibleServersFirewallRule) AzureName

func (rule *FlexibleServersFirewallRule) AzureName() string

AzureName returns the Azure name of the resource

func (*FlexibleServersFirewallRule) ConvertFrom

func (rule *FlexibleServersFirewallRule) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our FlexibleServersFirewallRule from the provided hub FlexibleServersFirewallRule

func (*FlexibleServersFirewallRule) ConvertTo

func (rule *FlexibleServersFirewallRule) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub FlexibleServersFirewallRule from our FlexibleServersFirewallRule

func (*FlexibleServersFirewallRule) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServersFirewallRule.

func (*FlexibleServersFirewallRule) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FlexibleServersFirewallRule) DeepCopyObject

func (in *FlexibleServersFirewallRule) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*FlexibleServersFirewallRule) Default

func (rule *FlexibleServersFirewallRule) Default()

Default applies defaults to the FlexibleServersFirewallRule resource

func (FlexibleServersFirewallRule) GetAPIVersion

func (rule FlexibleServersFirewallRule) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2021-05-01"

func (*FlexibleServersFirewallRule) GetConditions

func (rule *FlexibleServersFirewallRule) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*FlexibleServersFirewallRule) GetResourceScope

func (rule *FlexibleServersFirewallRule) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*FlexibleServersFirewallRule) GetSpec

GetSpec returns the specification of this resource

func (*FlexibleServersFirewallRule) GetStatus

GetStatus returns the status of this resource

func (*FlexibleServersFirewallRule) GetType

func (rule *FlexibleServersFirewallRule) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.DBforMySQL/flexibleServers/firewallRules"

func (*FlexibleServersFirewallRule) NewEmptyStatus

NewEmptyStatus returns a new empty (blank) status

func (*FlexibleServersFirewallRule) OriginalGVK

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*FlexibleServersFirewallRule) Owner

Owner returns the ResourceReference of the owner

func (*FlexibleServersFirewallRule) SetConditions

func (rule *FlexibleServersFirewallRule) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*FlexibleServersFirewallRule) SetStatus

SetStatus sets the status of this resource

func (*FlexibleServersFirewallRule) ValidateCreate

func (rule *FlexibleServersFirewallRule) ValidateCreate() (admission.Warnings, error)

ValidateCreate validates the creation of the resource

func (*FlexibleServersFirewallRule) ValidateDelete

func (rule *FlexibleServersFirewallRule) ValidateDelete() (admission.Warnings, error)

ValidateDelete validates the deletion of the resource

func (*FlexibleServersFirewallRule) ValidateUpdate

func (rule *FlexibleServersFirewallRule) ValidateUpdate(old runtime.Object) (admission.Warnings, error)

ValidateUpdate validates an update of the resource

type FlexibleServersFirewallRuleList

type FlexibleServersFirewallRuleList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FlexibleServersFirewallRule `json:"items"`
}

+kubebuilder:object:root=true Deprecated version of FlexibleServersFirewallRule. Use v1api20210501.FlexibleServersFirewallRule instead

func (*FlexibleServersFirewallRuleList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServersFirewallRuleList.

func (*FlexibleServersFirewallRuleList) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FlexibleServersFirewallRuleList) DeepCopyObject

func (in *FlexibleServersFirewallRuleList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FlexibleServers_Database_STATUS

type FlexibleServers_Database_STATUS struct {
	Charset   *string `json:"charset,omitempty"`
	Collation *string `json:"collation,omitempty"`

	// Conditions: The observed state of the resource
	Conditions []conditions.Condition `json:"conditions,omitempty"`
	Id         *string                `json:"id,omitempty"`
	Name       *string                `json:"name,omitempty"`
	SystemData *SystemData_STATUS     `json:"systemData,omitempty"`
	Type       *string                `json:"type,omitempty"`
}

Deprecated version of FlexibleServers_Database_STATUS. Use v1api20210501.FlexibleServers_Database_STATUS instead

func (*FlexibleServers_Database_STATUS) AssignProperties_From_FlexibleServers_Database_STATUS

func (database *FlexibleServers_Database_STATUS) AssignProperties_From_FlexibleServers_Database_STATUS(source *v1beta20210501s.FlexibleServers_Database_STATUS) error

AssignProperties_From_FlexibleServers_Database_STATUS populates our FlexibleServers_Database_STATUS from the provided source FlexibleServers_Database_STATUS

func (*FlexibleServers_Database_STATUS) AssignProperties_To_FlexibleServers_Database_STATUS

func (database *FlexibleServers_Database_STATUS) AssignProperties_To_FlexibleServers_Database_STATUS(destination *v1beta20210501s.FlexibleServers_Database_STATUS) error

AssignProperties_To_FlexibleServers_Database_STATUS populates the provided destination FlexibleServers_Database_STATUS from our FlexibleServers_Database_STATUS

func (*FlexibleServers_Database_STATUS) ConvertStatusFrom

func (database *FlexibleServers_Database_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our FlexibleServers_Database_STATUS from the provided source

func (*FlexibleServers_Database_STATUS) ConvertStatusTo

func (database *FlexibleServers_Database_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our FlexibleServers_Database_STATUS

func (*FlexibleServers_Database_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServers_Database_STATUS.

func (*FlexibleServers_Database_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FlexibleServers_Database_STATUS) NewEmptyARMValue

func (database *FlexibleServers_Database_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*FlexibleServers_Database_STATUS) PopulateFromARM

func (database *FlexibleServers_Database_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type FlexibleServers_Database_STATUS_ARM

type FlexibleServers_Database_STATUS_ARM struct {
	Id         *string                        `json:"id,omitempty"`
	Name       *string                        `json:"name,omitempty"`
	Properties *DatabaseProperties_STATUS_ARM `json:"properties,omitempty"`
	SystemData *SystemData_STATUS_ARM         `json:"systemData,omitempty"`
	Type       *string                        `json:"type,omitempty"`
}

Deprecated version of FlexibleServers_Database_STATUS. Use v1api20210501.FlexibleServers_Database_STATUS instead

func (*FlexibleServers_Database_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServers_Database_STATUS_ARM.

func (*FlexibleServers_Database_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FlexibleServers_Database_Spec

type FlexibleServers_Database_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"`
	Charset   *string `json:"charset,omitempty"`
	Collation *string `json:"collation,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"`
}

func (*FlexibleServers_Database_Spec) AssignProperties_From_FlexibleServers_Database_Spec

func (database *FlexibleServers_Database_Spec) AssignProperties_From_FlexibleServers_Database_Spec(source *v1beta20210501s.FlexibleServers_Database_Spec) error

AssignProperties_From_FlexibleServers_Database_Spec populates our FlexibleServers_Database_Spec from the provided source FlexibleServers_Database_Spec

func (*FlexibleServers_Database_Spec) AssignProperties_To_FlexibleServers_Database_Spec

func (database *FlexibleServers_Database_Spec) AssignProperties_To_FlexibleServers_Database_Spec(destination *v1beta20210501s.FlexibleServers_Database_Spec) error

AssignProperties_To_FlexibleServers_Database_Spec populates the provided destination FlexibleServers_Database_Spec from our FlexibleServers_Database_Spec

func (*FlexibleServers_Database_Spec) ConvertSpecFrom

func (database *FlexibleServers_Database_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our FlexibleServers_Database_Spec from the provided source

func (*FlexibleServers_Database_Spec) ConvertSpecTo

func (database *FlexibleServers_Database_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our FlexibleServers_Database_Spec

func (*FlexibleServers_Database_Spec) ConvertToARM

func (database *FlexibleServers_Database_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*FlexibleServers_Database_Spec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServers_Database_Spec.

func (*FlexibleServers_Database_Spec) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FlexibleServers_Database_Spec) NewEmptyARMValue

func (database *FlexibleServers_Database_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*FlexibleServers_Database_Spec) OriginalVersion

func (database *FlexibleServers_Database_Spec) OriginalVersion() string

OriginalVersion returns the original API version used to create the resource.

func (*FlexibleServers_Database_Spec) PopulateFromARM

func (database *FlexibleServers_Database_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*FlexibleServers_Database_Spec) SetAzureName

func (database *FlexibleServers_Database_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type FlexibleServers_Database_Spec_ARM

type FlexibleServers_Database_Spec_ARM struct {
	Name       string                  `json:"name,omitempty"`
	Properties *DatabaseProperties_ARM `json:"properties,omitempty"`
}

Deprecated version of FlexibleServers_Database_Spec. Use v1api20210501.FlexibleServers_Database_Spec instead

func (*FlexibleServers_Database_Spec_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServers_Database_Spec_ARM.

func (*FlexibleServers_Database_Spec_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (FlexibleServers_Database_Spec_ARM) GetAPIVersion

func (database FlexibleServers_Database_Spec_ARM) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2021-05-01"

func (*FlexibleServers_Database_Spec_ARM) GetName

func (database *FlexibleServers_Database_Spec_ARM) GetName() string

GetName returns the Name of the resource

func (*FlexibleServers_Database_Spec_ARM) GetType

func (database *FlexibleServers_Database_Spec_ARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.DBforMySQL/flexibleServers/databases"

type FlexibleServers_FirewallRule_STATUS

type FlexibleServers_FirewallRule_STATUS struct {
	// Conditions: The observed state of the resource
	Conditions     []conditions.Condition `json:"conditions,omitempty"`
	EndIpAddress   *string                `json:"endIpAddress,omitempty"`
	Id             *string                `json:"id,omitempty"`
	Name           *string                `json:"name,omitempty"`
	StartIpAddress *string                `json:"startIpAddress,omitempty"`
	SystemData     *SystemData_STATUS     `json:"systemData,omitempty"`
	Type           *string                `json:"type,omitempty"`
}

Deprecated version of FlexibleServers_FirewallRule_STATUS. Use v1api20210501.FlexibleServers_FirewallRule_STATUS instead

func (*FlexibleServers_FirewallRule_STATUS) AssignProperties_From_FlexibleServers_FirewallRule_STATUS

func (rule *FlexibleServers_FirewallRule_STATUS) AssignProperties_From_FlexibleServers_FirewallRule_STATUS(source *v1beta20210501s.FlexibleServers_FirewallRule_STATUS) error

AssignProperties_From_FlexibleServers_FirewallRule_STATUS populates our FlexibleServers_FirewallRule_STATUS from the provided source FlexibleServers_FirewallRule_STATUS

func (*FlexibleServers_FirewallRule_STATUS) AssignProperties_To_FlexibleServers_FirewallRule_STATUS

func (rule *FlexibleServers_FirewallRule_STATUS) AssignProperties_To_FlexibleServers_FirewallRule_STATUS(destination *v1beta20210501s.FlexibleServers_FirewallRule_STATUS) error

AssignProperties_To_FlexibleServers_FirewallRule_STATUS populates the provided destination FlexibleServers_FirewallRule_STATUS from our FlexibleServers_FirewallRule_STATUS

func (*FlexibleServers_FirewallRule_STATUS) ConvertStatusFrom

ConvertStatusFrom populates our FlexibleServers_FirewallRule_STATUS from the provided source

func (*FlexibleServers_FirewallRule_STATUS) ConvertStatusTo

func (rule *FlexibleServers_FirewallRule_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our FlexibleServers_FirewallRule_STATUS

func (*FlexibleServers_FirewallRule_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServers_FirewallRule_STATUS.

func (*FlexibleServers_FirewallRule_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FlexibleServers_FirewallRule_STATUS) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*FlexibleServers_FirewallRule_STATUS) PopulateFromARM

func (rule *FlexibleServers_FirewallRule_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type FlexibleServers_FirewallRule_STATUS_ARM

type FlexibleServers_FirewallRule_STATUS_ARM struct {
	Id         *string                            `json:"id,omitempty"`
	Name       *string                            `json:"name,omitempty"`
	Properties *FirewallRuleProperties_STATUS_ARM `json:"properties,omitempty"`
	SystemData *SystemData_STATUS_ARM             `json:"systemData,omitempty"`
	Type       *string                            `json:"type,omitempty"`
}

Deprecated version of FlexibleServers_FirewallRule_STATUS. Use v1api20210501.FlexibleServers_FirewallRule_STATUS instead

func (*FlexibleServers_FirewallRule_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServers_FirewallRule_STATUS_ARM.

func (*FlexibleServers_FirewallRule_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FlexibleServers_FirewallRule_Spec

type FlexibleServers_FirewallRule_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"`

	// +kubebuilder:validation:Required
	// +kubebuilder:validation:Pattern="^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"
	EndIpAddress *string `json:"endIpAddress,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"`

	// +kubebuilder:validation:Required
	// +kubebuilder:validation:Pattern="^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"
	StartIpAddress *string `json:"startIpAddress,omitempty"`
}

func (*FlexibleServers_FirewallRule_Spec) AssignProperties_From_FlexibleServers_FirewallRule_Spec

func (rule *FlexibleServers_FirewallRule_Spec) AssignProperties_From_FlexibleServers_FirewallRule_Spec(source *v1beta20210501s.FlexibleServers_FirewallRule_Spec) error

AssignProperties_From_FlexibleServers_FirewallRule_Spec populates our FlexibleServers_FirewallRule_Spec from the provided source FlexibleServers_FirewallRule_Spec

func (*FlexibleServers_FirewallRule_Spec) AssignProperties_To_FlexibleServers_FirewallRule_Spec

func (rule *FlexibleServers_FirewallRule_Spec) AssignProperties_To_FlexibleServers_FirewallRule_Spec(destination *v1beta20210501s.FlexibleServers_FirewallRule_Spec) error

AssignProperties_To_FlexibleServers_FirewallRule_Spec populates the provided destination FlexibleServers_FirewallRule_Spec from our FlexibleServers_FirewallRule_Spec

func (*FlexibleServers_FirewallRule_Spec) ConvertSpecFrom

func (rule *FlexibleServers_FirewallRule_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our FlexibleServers_FirewallRule_Spec from the provided source

func (*FlexibleServers_FirewallRule_Spec) ConvertSpecTo

func (rule *FlexibleServers_FirewallRule_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our FlexibleServers_FirewallRule_Spec

func (*FlexibleServers_FirewallRule_Spec) ConvertToARM

func (rule *FlexibleServers_FirewallRule_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*FlexibleServers_FirewallRule_Spec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServers_FirewallRule_Spec.

func (*FlexibleServers_FirewallRule_Spec) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FlexibleServers_FirewallRule_Spec) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*FlexibleServers_FirewallRule_Spec) OriginalVersion

func (rule *FlexibleServers_FirewallRule_Spec) OriginalVersion() string

OriginalVersion returns the original API version used to create the resource.

func (*FlexibleServers_FirewallRule_Spec) PopulateFromARM

func (rule *FlexibleServers_FirewallRule_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*FlexibleServers_FirewallRule_Spec) SetAzureName

func (rule *FlexibleServers_FirewallRule_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type FlexibleServers_FirewallRule_Spec_ARM

type FlexibleServers_FirewallRule_Spec_ARM struct {
	Name       string                      `json:"name,omitempty"`
	Properties *FirewallRuleProperties_ARM `json:"properties,omitempty"`
}

Deprecated version of FlexibleServers_FirewallRule_Spec. Use v1api20210501.FlexibleServers_FirewallRule_Spec instead

func (*FlexibleServers_FirewallRule_Spec_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexibleServers_FirewallRule_Spec_ARM.

func (*FlexibleServers_FirewallRule_Spec_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (FlexibleServers_FirewallRule_Spec_ARM) GetAPIVersion

func (rule FlexibleServers_FirewallRule_Spec_ARM) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2021-05-01"

func (*FlexibleServers_FirewallRule_Spec_ARM) GetName

GetName returns the Name of the resource

func (*FlexibleServers_FirewallRule_Spec_ARM) GetType

GetType returns the ARM Type of the resource. This is always "Microsoft.DBforMySQL/flexibleServers/firewallRules"

type HighAvailability

type HighAvailability struct {
	Mode                    *HighAvailability_Mode `json:"mode,omitempty"`
	StandbyAvailabilityZone *string                `json:"standbyAvailabilityZone,omitempty"`
}

Deprecated version of HighAvailability. Use v1api20210501.HighAvailability instead

func (*HighAvailability) AssignProperties_From_HighAvailability

func (availability *HighAvailability) AssignProperties_From_HighAvailability(source *v1beta20210501s.HighAvailability) error

AssignProperties_From_HighAvailability populates our HighAvailability from the provided source HighAvailability

func (*HighAvailability) AssignProperties_To_HighAvailability

func (availability *HighAvailability) AssignProperties_To_HighAvailability(destination *v1beta20210501s.HighAvailability) error

AssignProperties_To_HighAvailability populates the provided destination HighAvailability from our HighAvailability

func (*HighAvailability) ConvertToARM

func (availability *HighAvailability) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*HighAvailability) DeepCopy

func (in *HighAvailability) DeepCopy() *HighAvailability

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HighAvailability.

func (*HighAvailability) DeepCopyInto

func (in *HighAvailability) DeepCopyInto(out *HighAvailability)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*HighAvailability) NewEmptyARMValue

func (availability *HighAvailability) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*HighAvailability) PopulateFromARM

func (availability *HighAvailability) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type HighAvailability_ARM

type HighAvailability_ARM struct {
	Mode                    *HighAvailability_Mode `json:"mode,omitempty"`
	StandbyAvailabilityZone *string                `json:"standbyAvailabilityZone,omitempty"`
}

Deprecated version of HighAvailability. Use v1api20210501.HighAvailability instead

func (*HighAvailability_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HighAvailability_ARM.

func (*HighAvailability_ARM) DeepCopyInto

func (in *HighAvailability_ARM) DeepCopyInto(out *HighAvailability_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type HighAvailability_Mode

type HighAvailability_Mode string

Deprecated version of HighAvailability_Mode. Use v1api20210501.HighAvailability_Mode instead +kubebuilder:validation:Enum={"Disabled","SameZone","ZoneRedundant"}

type HighAvailability_Mode_STATUS

type HighAvailability_Mode_STATUS string

Deprecated version of HighAvailability_Mode_STATUS. Use v1api20210501.HighAvailability_Mode_STATUS instead

type HighAvailability_STATUS

type HighAvailability_STATUS struct {
	Mode                    *HighAvailability_Mode_STATUS  `json:"mode,omitempty"`
	StandbyAvailabilityZone *string                        `json:"standbyAvailabilityZone,omitempty"`
	State                   *HighAvailability_State_STATUS `json:"state,omitempty"`
}

Deprecated version of HighAvailability_STATUS. Use v1api20210501.HighAvailability_STATUS instead

func (*HighAvailability_STATUS) AssignProperties_From_HighAvailability_STATUS

func (availability *HighAvailability_STATUS) AssignProperties_From_HighAvailability_STATUS(source *v1beta20210501s.HighAvailability_STATUS) error

AssignProperties_From_HighAvailability_STATUS populates our HighAvailability_STATUS from the provided source HighAvailability_STATUS

func (*HighAvailability_STATUS) AssignProperties_To_HighAvailability_STATUS

func (availability *HighAvailability_STATUS) AssignProperties_To_HighAvailability_STATUS(destination *v1beta20210501s.HighAvailability_STATUS) error

AssignProperties_To_HighAvailability_STATUS populates the provided destination HighAvailability_STATUS from our HighAvailability_STATUS

func (*HighAvailability_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HighAvailability_STATUS.

func (*HighAvailability_STATUS) DeepCopyInto

func (in *HighAvailability_STATUS) DeepCopyInto(out *HighAvailability_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*HighAvailability_STATUS) NewEmptyARMValue

func (availability *HighAvailability_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*HighAvailability_STATUS) PopulateFromARM

func (availability *HighAvailability_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type HighAvailability_STATUS_ARM

type HighAvailability_STATUS_ARM struct {
	Mode                    *HighAvailability_Mode_STATUS  `json:"mode,omitempty"`
	StandbyAvailabilityZone *string                        `json:"standbyAvailabilityZone,omitempty"`
	State                   *HighAvailability_State_STATUS `json:"state,omitempty"`
}

Deprecated version of HighAvailability_STATUS. Use v1api20210501.HighAvailability_STATUS instead

func (*HighAvailability_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HighAvailability_STATUS_ARM.

func (*HighAvailability_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type HighAvailability_State_STATUS

type HighAvailability_State_STATUS string

Deprecated version of HighAvailability_State_STATUS. Use v1api20210501.HighAvailability_State_STATUS instead

type Identity

type Identity struct {
	Type                   *Identity_Type                `json:"type,omitempty"`
	UserAssignedIdentities []UserAssignedIdentityDetails `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of Identity. Use v1api20210501.Identity instead

func (*Identity) AssignProperties_From_Identity

func (identity *Identity) AssignProperties_From_Identity(source *v1beta20210501s.Identity) error

AssignProperties_From_Identity populates our Identity from the provided source Identity

func (*Identity) AssignProperties_To_Identity

func (identity *Identity) AssignProperties_To_Identity(destination *v1beta20210501s.Identity) error

AssignProperties_To_Identity populates the provided destination Identity from our Identity

func (*Identity) ConvertToARM

func (identity *Identity) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Identity) DeepCopy

func (in *Identity) DeepCopy() *Identity

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Identity.

func (*Identity) DeepCopyInto

func (in *Identity) DeepCopyInto(out *Identity)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Identity) NewEmptyARMValue

func (identity *Identity) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Identity) PopulateFromARM

func (identity *Identity) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Identity_ARM

type Identity_ARM struct {
	Type                   *Identity_Type                             `json:"type,omitempty"`
	UserAssignedIdentities map[string]UserAssignedIdentityDetails_ARM `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of Identity. Use v1api20210501.Identity instead

func (*Identity_ARM) DeepCopy

func (in *Identity_ARM) DeepCopy() *Identity_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Identity_ARM.

func (*Identity_ARM) DeepCopyInto

func (in *Identity_ARM) DeepCopyInto(out *Identity_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Identity_STATUS

type Identity_STATUS struct {
	PrincipalId            *string               `json:"principalId,omitempty"`
	TenantId               *string               `json:"tenantId,omitempty"`
	Type                   *Identity_Type_STATUS `json:"type,omitempty"`
	UserAssignedIdentities map[string]v1.JSON    `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of Identity_STATUS. Use v1api20210501.Identity_STATUS instead

func (*Identity_STATUS) AssignProperties_From_Identity_STATUS

func (identity *Identity_STATUS) AssignProperties_From_Identity_STATUS(source *v1beta20210501s.Identity_STATUS) error

AssignProperties_From_Identity_STATUS populates our Identity_STATUS from the provided source Identity_STATUS

func (*Identity_STATUS) AssignProperties_To_Identity_STATUS

func (identity *Identity_STATUS) AssignProperties_To_Identity_STATUS(destination *v1beta20210501s.Identity_STATUS) error

AssignProperties_To_Identity_STATUS populates the provided destination Identity_STATUS from our Identity_STATUS

func (*Identity_STATUS) DeepCopy

func (in *Identity_STATUS) DeepCopy() *Identity_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Identity_STATUS.

func (*Identity_STATUS) DeepCopyInto

func (in *Identity_STATUS) DeepCopyInto(out *Identity_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Identity_STATUS) NewEmptyARMValue

func (identity *Identity_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Identity_STATUS) PopulateFromARM

func (identity *Identity_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Identity_STATUS_ARM

type Identity_STATUS_ARM struct {
	PrincipalId            *string               `json:"principalId,omitempty"`
	TenantId               *string               `json:"tenantId,omitempty"`
	Type                   *Identity_Type_STATUS `json:"type,omitempty"`
	UserAssignedIdentities map[string]v1.JSON    `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of Identity_STATUS. Use v1api20210501.Identity_STATUS instead

func (*Identity_STATUS_ARM) DeepCopy

func (in *Identity_STATUS_ARM) DeepCopy() *Identity_STATUS_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Identity_STATUS_ARM.

func (*Identity_STATUS_ARM) DeepCopyInto

func (in *Identity_STATUS_ARM) DeepCopyInto(out *Identity_STATUS_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Identity_Type

type Identity_Type string

Deprecated version of Identity_Type. Use v1api20210501.Identity_Type instead +kubebuilder:validation:Enum={"UserAssigned"}

type Identity_Type_STATUS

type Identity_Type_STATUS string

Deprecated version of Identity_Type_STATUS. Use v1api20210501.Identity_Type_STATUS instead

type MaintenanceWindow

type MaintenanceWindow struct {
	CustomWindow *string `json:"customWindow,omitempty"`
	DayOfWeek    *int    `json:"dayOfWeek,omitempty"`
	StartHour    *int    `json:"startHour,omitempty"`
	StartMinute  *int    `json:"startMinute,omitempty"`
}

Deprecated version of MaintenanceWindow. Use v1api20210501.MaintenanceWindow instead

func (*MaintenanceWindow) AssignProperties_From_MaintenanceWindow

func (window *MaintenanceWindow) AssignProperties_From_MaintenanceWindow(source *v1beta20210501s.MaintenanceWindow) error

AssignProperties_From_MaintenanceWindow populates our MaintenanceWindow from the provided source MaintenanceWindow

func (*MaintenanceWindow) AssignProperties_To_MaintenanceWindow

func (window *MaintenanceWindow) AssignProperties_To_MaintenanceWindow(destination *v1beta20210501s.MaintenanceWindow) error

AssignProperties_To_MaintenanceWindow populates the provided destination MaintenanceWindow from our MaintenanceWindow

func (*MaintenanceWindow) ConvertToARM

func (window *MaintenanceWindow) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*MaintenanceWindow) DeepCopy

func (in *MaintenanceWindow) DeepCopy() *MaintenanceWindow

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MaintenanceWindow.

func (*MaintenanceWindow) DeepCopyInto

func (in *MaintenanceWindow) DeepCopyInto(out *MaintenanceWindow)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*MaintenanceWindow) NewEmptyARMValue

func (window *MaintenanceWindow) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*MaintenanceWindow) PopulateFromARM

func (window *MaintenanceWindow) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type MaintenanceWindow_ARM

type MaintenanceWindow_ARM struct {
	CustomWindow *string `json:"customWindow,omitempty"`
	DayOfWeek    *int    `json:"dayOfWeek,omitempty"`
	StartHour    *int    `json:"startHour,omitempty"`
	StartMinute  *int    `json:"startMinute,omitempty"`
}

Deprecated version of MaintenanceWindow. Use v1api20210501.MaintenanceWindow instead

func (*MaintenanceWindow_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MaintenanceWindow_ARM.

func (*MaintenanceWindow_ARM) DeepCopyInto

func (in *MaintenanceWindow_ARM) DeepCopyInto(out *MaintenanceWindow_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type MaintenanceWindow_STATUS

type MaintenanceWindow_STATUS struct {
	CustomWindow *string `json:"customWindow,omitempty"`
	DayOfWeek    *int    `json:"dayOfWeek,omitempty"`
	StartHour    *int    `json:"startHour,omitempty"`
	StartMinute  *int    `json:"startMinute,omitempty"`
}

Deprecated version of MaintenanceWindow_STATUS. Use v1api20210501.MaintenanceWindow_STATUS instead

func (*MaintenanceWindow_STATUS) AssignProperties_From_MaintenanceWindow_STATUS

func (window *MaintenanceWindow_STATUS) AssignProperties_From_MaintenanceWindow_STATUS(source *v1beta20210501s.MaintenanceWindow_STATUS) error

AssignProperties_From_MaintenanceWindow_STATUS populates our MaintenanceWindow_STATUS from the provided source MaintenanceWindow_STATUS

func (*MaintenanceWindow_STATUS) AssignProperties_To_MaintenanceWindow_STATUS

func (window *MaintenanceWindow_STATUS) AssignProperties_To_MaintenanceWindow_STATUS(destination *v1beta20210501s.MaintenanceWindow_STATUS) error

AssignProperties_To_MaintenanceWindow_STATUS populates the provided destination MaintenanceWindow_STATUS from our MaintenanceWindow_STATUS

func (*MaintenanceWindow_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MaintenanceWindow_STATUS.

func (*MaintenanceWindow_STATUS) DeepCopyInto

func (in *MaintenanceWindow_STATUS) DeepCopyInto(out *MaintenanceWindow_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*MaintenanceWindow_STATUS) NewEmptyARMValue

func (window *MaintenanceWindow_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*MaintenanceWindow_STATUS) PopulateFromARM

func (window *MaintenanceWindow_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type MaintenanceWindow_STATUS_ARM

type MaintenanceWindow_STATUS_ARM struct {
	CustomWindow *string `json:"customWindow,omitempty"`
	DayOfWeek    *int    `json:"dayOfWeek,omitempty"`
	StartHour    *int    `json:"startHour,omitempty"`
	StartMinute  *int    `json:"startMinute,omitempty"`
}

Deprecated version of MaintenanceWindow_STATUS. Use v1api20210501.MaintenanceWindow_STATUS instead

func (*MaintenanceWindow_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MaintenanceWindow_STATUS_ARM.

func (*MaintenanceWindow_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Network

type Network struct {
	DelegatedSubnetResourceReference *genruntime.ResourceReference `armReference:"DelegatedSubnetResourceId" json:"delegatedSubnetResourceReference,omitempty"`
	PrivateDnsZoneResourceReference  *genruntime.ResourceReference `armReference:"PrivateDnsZoneResourceId" json:"privateDnsZoneResourceReference,omitempty"`
}

Deprecated version of Network. Use v1api20210501.Network instead

func (*Network) AssignProperties_From_Network

func (network *Network) AssignProperties_From_Network(source *v1beta20210501s.Network) error

AssignProperties_From_Network populates our Network from the provided source Network

func (*Network) AssignProperties_To_Network

func (network *Network) AssignProperties_To_Network(destination *v1beta20210501s.Network) error

AssignProperties_To_Network populates the provided destination Network from our Network

func (*Network) ConvertToARM

func (network *Network) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Network) DeepCopy

func (in *Network) DeepCopy() *Network

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Network.

func (*Network) DeepCopyInto

func (in *Network) DeepCopyInto(out *Network)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Network) NewEmptyARMValue

func (network *Network) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Network) PopulateFromARM

func (network *Network) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Network_ARM

type Network_ARM struct {
	DelegatedSubnetResourceId *string `json:"delegatedSubnetResourceId,omitempty"`
	PrivateDnsZoneResourceId  *string `json:"privateDnsZoneResourceId,omitempty"`
}

Deprecated version of Network. Use v1api20210501.Network instead

func (*Network_ARM) DeepCopy

func (in *Network_ARM) DeepCopy() *Network_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Network_ARM.

func (*Network_ARM) DeepCopyInto

func (in *Network_ARM) DeepCopyInto(out *Network_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Network_STATUS

type Network_STATUS struct {
	DelegatedSubnetResourceId *string                  `json:"delegatedSubnetResourceId,omitempty"`
	PrivateDnsZoneResourceId  *string                  `json:"privateDnsZoneResourceId,omitempty"`
	PublicNetworkAccess       *EnableStatusEnum_STATUS `json:"publicNetworkAccess,omitempty"`
}

Deprecated version of Network_STATUS. Use v1api20210501.Network_STATUS instead

func (*Network_STATUS) AssignProperties_From_Network_STATUS

func (network *Network_STATUS) AssignProperties_From_Network_STATUS(source *v1beta20210501s.Network_STATUS) error

AssignProperties_From_Network_STATUS populates our Network_STATUS from the provided source Network_STATUS

func (*Network_STATUS) AssignProperties_To_Network_STATUS

func (network *Network_STATUS) AssignProperties_To_Network_STATUS(destination *v1beta20210501s.Network_STATUS) error

AssignProperties_To_Network_STATUS populates the provided destination Network_STATUS from our Network_STATUS

func (*Network_STATUS) DeepCopy

func (in *Network_STATUS) DeepCopy() *Network_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Network_STATUS.

func (*Network_STATUS) DeepCopyInto

func (in *Network_STATUS) DeepCopyInto(out *Network_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Network_STATUS) NewEmptyARMValue

func (network *Network_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Network_STATUS) PopulateFromARM

func (network *Network_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Network_STATUS_ARM

type Network_STATUS_ARM struct {
	DelegatedSubnetResourceId *string                  `json:"delegatedSubnetResourceId,omitempty"`
	PrivateDnsZoneResourceId  *string                  `json:"privateDnsZoneResourceId,omitempty"`
	PublicNetworkAccess       *EnableStatusEnum_STATUS `json:"publicNetworkAccess,omitempty"`
}

Deprecated version of Network_STATUS. Use v1api20210501.Network_STATUS instead

func (*Network_STATUS_ARM) DeepCopy

func (in *Network_STATUS_ARM) DeepCopy() *Network_STATUS_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Network_STATUS_ARM.

func (*Network_STATUS_ARM) DeepCopyInto

func (in *Network_STATUS_ARM) DeepCopyInto(out *Network_STATUS_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ReplicationRole

type ReplicationRole string

Deprecated version of ReplicationRole. Use v1api20210501.ReplicationRole instead +kubebuilder:validation:Enum={"None","Replica","Source"}

type ReplicationRole_STATUS

type ReplicationRole_STATUS string

Deprecated version of ReplicationRole_STATUS. Use v1api20210501.ReplicationRole_STATUS instead

type ServerProperties_ARM

type ServerProperties_ARM struct {
	AdministratorLogin         *string                      `json:"administratorLogin,omitempty"`
	AdministratorLoginPassword *string                      `json:"administratorLoginPassword,omitempty"`
	AvailabilityZone           *string                      `json:"availabilityZone,omitempty"`
	Backup                     *Backup_ARM                  `json:"backup,omitempty"`
	CreateMode                 *ServerProperties_CreateMode `json:"createMode,omitempty"`
	DataEncryption             *DataEncryption_ARM          `json:"dataEncryption,omitempty"`
	HighAvailability           *HighAvailability_ARM        `json:"highAvailability,omitempty"`
	MaintenanceWindow          *MaintenanceWindow_ARM       `json:"maintenanceWindow,omitempty"`
	Network                    *Network_ARM                 `json:"network,omitempty"`
	ReplicationRole            *ReplicationRole             `json:"replicationRole,omitempty"`
	RestorePointInTime         *string                      `json:"restorePointInTime,omitempty"`
	SourceServerResourceId     *string                      `json:"sourceServerResourceId,omitempty"`
	Storage                    *Storage_ARM                 `json:"storage,omitempty"`
	Version                    *ServerVersion               `json:"version,omitempty"`
}

Deprecated version of ServerProperties. Use v1api20210501.ServerProperties instead

func (*ServerProperties_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServerProperties_ARM.

func (*ServerProperties_ARM) DeepCopyInto

func (in *ServerProperties_ARM) DeepCopyInto(out *ServerProperties_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ServerProperties_CreateMode

type ServerProperties_CreateMode string

Deprecated version of ServerProperties_CreateMode. Use v1api20210501.ServerProperties_CreateMode instead +kubebuilder:validation:Enum={"Default","GeoRestore","PointInTimeRestore","Replica"}

type ServerProperties_CreateMode_STATUS

type ServerProperties_CreateMode_STATUS string

Deprecated version of ServerProperties_CreateMode_STATUS. Use v1api20210501.ServerProperties_CreateMode_STATUS instead

type ServerProperties_STATUS_ARM

type ServerProperties_STATUS_ARM struct {
	AdministratorLogin       *string                             `json:"administratorLogin,omitempty"`
	AvailabilityZone         *string                             `json:"availabilityZone,omitempty"`
	Backup                   *Backup_STATUS_ARM                  `json:"backup,omitempty"`
	CreateMode               *ServerProperties_CreateMode_STATUS `json:"createMode,omitempty"`
	DataEncryption           *DataEncryption_STATUS_ARM          `json:"dataEncryption,omitempty"`
	FullyQualifiedDomainName *string                             `json:"fullyQualifiedDomainName,omitempty"`
	HighAvailability         *HighAvailability_STATUS_ARM        `json:"highAvailability,omitempty"`
	MaintenanceWindow        *MaintenanceWindow_STATUS_ARM       `json:"maintenanceWindow,omitempty"`
	Network                  *Network_STATUS_ARM                 `json:"network,omitempty"`
	ReplicaCapacity          *int                                `json:"replicaCapacity,omitempty"`
	ReplicationRole          *ReplicationRole_STATUS             `json:"replicationRole,omitempty"`
	RestorePointInTime       *string                             `json:"restorePointInTime,omitempty"`
	SourceServerResourceId   *string                             `json:"sourceServerResourceId,omitempty"`
	State                    *ServerProperties_State_STATUS      `json:"state,omitempty"`
	Storage                  *Storage_STATUS_ARM                 `json:"storage,omitempty"`
	Version                  *ServerVersion_STATUS               `json:"version,omitempty"`
}

Deprecated version of ServerProperties_STATUS. Use v1api20210501.ServerProperties_STATUS instead

func (*ServerProperties_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServerProperties_STATUS_ARM.

func (*ServerProperties_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ServerProperties_State_STATUS

type ServerProperties_State_STATUS string

Deprecated version of ServerProperties_State_STATUS. Use v1api20210501.ServerProperties_State_STATUS instead

type ServerVersion

type ServerVersion string

Deprecated version of ServerVersion. Use v1api20210501.ServerVersion instead +kubebuilder:validation:Enum={"5.7","8.0.21"}

type ServerVersion_STATUS

type ServerVersion_STATUS string

Deprecated version of ServerVersion_STATUS. Use v1api20210501.ServerVersion_STATUS instead

type Sku

type Sku struct {
	// +kubebuilder:validation:Required
	Name *string `json:"name,omitempty"`

	// +kubebuilder:validation:Required
	Tier *Sku_Tier `json:"tier,omitempty"`
}

Deprecated version of Sku. Use v1api20210501.Sku instead

func (*Sku) AssignProperties_From_Sku

func (sku *Sku) AssignProperties_From_Sku(source *v1beta20210501s.Sku) error

AssignProperties_From_Sku populates our Sku from the provided source Sku

func (*Sku) AssignProperties_To_Sku

func (sku *Sku) AssignProperties_To_Sku(destination *v1beta20210501s.Sku) error

AssignProperties_To_Sku populates the provided destination Sku from our Sku

func (*Sku) ConvertToARM

func (sku *Sku) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Sku) DeepCopy

func (in *Sku) DeepCopy() *Sku

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Sku.

func (*Sku) DeepCopyInto

func (in *Sku) DeepCopyInto(out *Sku)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Sku) NewEmptyARMValue

func (sku *Sku) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Sku) PopulateFromARM

func (sku *Sku) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Sku_ARM

type Sku_ARM struct {
	Name *string   `json:"name,omitempty"`
	Tier *Sku_Tier `json:"tier,omitempty"`
}

Deprecated version of Sku. Use v1api20210501.Sku instead

func (*Sku_ARM) DeepCopy

func (in *Sku_ARM) DeepCopy() *Sku_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Sku_ARM.

func (*Sku_ARM) DeepCopyInto

func (in *Sku_ARM) DeepCopyInto(out *Sku_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Sku_STATUS

type Sku_STATUS struct {
	Name *string          `json:"name,omitempty"`
	Tier *Sku_Tier_STATUS `json:"tier,omitempty"`
}

Deprecated version of Sku_STATUS. Use v1api20210501.Sku_STATUS instead

func (*Sku_STATUS) AssignProperties_From_Sku_STATUS

func (sku *Sku_STATUS) AssignProperties_From_Sku_STATUS(source *v1beta20210501s.Sku_STATUS) error

AssignProperties_From_Sku_STATUS populates our Sku_STATUS from the provided source Sku_STATUS

func (*Sku_STATUS) AssignProperties_To_Sku_STATUS

func (sku *Sku_STATUS) AssignProperties_To_Sku_STATUS(destination *v1beta20210501s.Sku_STATUS) error

AssignProperties_To_Sku_STATUS populates the provided destination Sku_STATUS from our Sku_STATUS

func (*Sku_STATUS) DeepCopy

func (in *Sku_STATUS) DeepCopy() *Sku_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Sku_STATUS.

func (*Sku_STATUS) DeepCopyInto

func (in *Sku_STATUS) DeepCopyInto(out *Sku_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Sku_STATUS) NewEmptyARMValue

func (sku *Sku_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Sku_STATUS) PopulateFromARM

func (sku *Sku_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Sku_STATUS_ARM

type Sku_STATUS_ARM struct {
	Name *string          `json:"name,omitempty"`
	Tier *Sku_Tier_STATUS `json:"tier,omitempty"`
}

Deprecated version of Sku_STATUS. Use v1api20210501.Sku_STATUS instead

func (*Sku_STATUS_ARM) DeepCopy

func (in *Sku_STATUS_ARM) DeepCopy() *Sku_STATUS_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Sku_STATUS_ARM.

func (*Sku_STATUS_ARM) DeepCopyInto

func (in *Sku_STATUS_ARM) DeepCopyInto(out *Sku_STATUS_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Sku_Tier

type Sku_Tier string

Deprecated version of Sku_Tier. Use v1api20210501.Sku_Tier instead +kubebuilder:validation:Enum={"Burstable","GeneralPurpose","MemoryOptimized"}

type Sku_Tier_STATUS

type Sku_Tier_STATUS string

Deprecated version of Sku_Tier_STATUS. Use v1api20210501.Sku_Tier_STATUS instead

type Storage

type Storage struct {
	AutoGrow      *EnableStatusEnum `json:"autoGrow,omitempty"`
	Iops          *int              `json:"iops,omitempty"`
	StorageSizeGB *int              `json:"storageSizeGB,omitempty"`
}

Deprecated version of Storage. Use v1api20210501.Storage instead

func (*Storage) AssignProperties_From_Storage

func (storage *Storage) AssignProperties_From_Storage(source *v1beta20210501s.Storage) error

AssignProperties_From_Storage populates our Storage from the provided source Storage

func (*Storage) AssignProperties_To_Storage

func (storage *Storage) AssignProperties_To_Storage(destination *v1beta20210501s.Storage) error

AssignProperties_To_Storage populates the provided destination Storage from our Storage

func (*Storage) ConvertToARM

func (storage *Storage) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Storage) DeepCopy

func (in *Storage) DeepCopy() *Storage

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Storage.

func (*Storage) DeepCopyInto

func (in *Storage) DeepCopyInto(out *Storage)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Storage) NewEmptyARMValue

func (storage *Storage) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Storage) PopulateFromARM

func (storage *Storage) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Storage_ARM

type Storage_ARM struct {
	AutoGrow      *EnableStatusEnum `json:"autoGrow,omitempty"`
	Iops          *int              `json:"iops,omitempty"`
	StorageSizeGB *int              `json:"storageSizeGB,omitempty"`
}

Deprecated version of Storage. Use v1api20210501.Storage instead

func (*Storage_ARM) DeepCopy

func (in *Storage_ARM) DeepCopy() *Storage_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Storage_ARM.

func (*Storage_ARM) DeepCopyInto

func (in *Storage_ARM) DeepCopyInto(out *Storage_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Storage_STATUS

type Storage_STATUS struct {
	AutoGrow      *EnableStatusEnum_STATUS `json:"autoGrow,omitempty"`
	Iops          *int                     `json:"iops,omitempty"`
	StorageSizeGB *int                     `json:"storageSizeGB,omitempty"`
	StorageSku    *string                  `json:"storageSku,omitempty"`
}

Deprecated version of Storage_STATUS. Use v1api20210501.Storage_STATUS instead

func (*Storage_STATUS) AssignProperties_From_Storage_STATUS

func (storage *Storage_STATUS) AssignProperties_From_Storage_STATUS(source *v1beta20210501s.Storage_STATUS) error

AssignProperties_From_Storage_STATUS populates our Storage_STATUS from the provided source Storage_STATUS

func (*Storage_STATUS) AssignProperties_To_Storage_STATUS

func (storage *Storage_STATUS) AssignProperties_To_Storage_STATUS(destination *v1beta20210501s.Storage_STATUS) error

AssignProperties_To_Storage_STATUS populates the provided destination Storage_STATUS from our Storage_STATUS

func (*Storage_STATUS) DeepCopy

func (in *Storage_STATUS) DeepCopy() *Storage_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Storage_STATUS.

func (*Storage_STATUS) DeepCopyInto

func (in *Storage_STATUS) DeepCopyInto(out *Storage_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Storage_STATUS) NewEmptyARMValue

func (storage *Storage_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Storage_STATUS) PopulateFromARM

func (storage *Storage_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Storage_STATUS_ARM

type Storage_STATUS_ARM struct {
	AutoGrow      *EnableStatusEnum_STATUS `json:"autoGrow,omitempty"`
	Iops          *int                     `json:"iops,omitempty"`
	StorageSizeGB *int                     `json:"storageSizeGB,omitempty"`
	StorageSku    *string                  `json:"storageSku,omitempty"`
}

Deprecated version of Storage_STATUS. Use v1api20210501.Storage_STATUS instead

func (*Storage_STATUS_ARM) DeepCopy

func (in *Storage_STATUS_ARM) DeepCopy() *Storage_STATUS_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Storage_STATUS_ARM.

func (*Storage_STATUS_ARM) DeepCopyInto

func (in *Storage_STATUS_ARM) DeepCopyInto(out *Storage_STATUS_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SystemData_CreatedByType_STATUS

type SystemData_CreatedByType_STATUS string

Deprecated version of SystemData_CreatedByType_STATUS. Use v1api20210501.SystemData_CreatedByType_STATUS instead

type SystemData_LastModifiedByType_STATUS

type SystemData_LastModifiedByType_STATUS string

Deprecated version of SystemData_LastModifiedByType_STATUS. Use v1api20210501.SystemData_LastModifiedByType_STATUS instead

type SystemData_STATUS

type SystemData_STATUS struct {
	CreatedAt          *string                               `json:"createdAt,omitempty"`
	CreatedBy          *string                               `json:"createdBy,omitempty"`
	CreatedByType      *SystemData_CreatedByType_STATUS      `json:"createdByType,omitempty"`
	LastModifiedAt     *string                               `json:"lastModifiedAt,omitempty"`
	LastModifiedBy     *string                               `json:"lastModifiedBy,omitempty"`
	LastModifiedByType *SystemData_LastModifiedByType_STATUS `json:"lastModifiedByType,omitempty"`
}

Deprecated version of SystemData_STATUS. Use v1api20210501.SystemData_STATUS instead

func (*SystemData_STATUS) AssignProperties_From_SystemData_STATUS

func (data *SystemData_STATUS) AssignProperties_From_SystemData_STATUS(source *v1beta20210501s.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 *v1beta20210501s.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.

func (*SystemData_STATUS) NewEmptyARMValue

func (data *SystemData_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SystemData_STATUS) PopulateFromARM

func (data *SystemData_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SystemData_STATUS_ARM

type SystemData_STATUS_ARM struct {
	CreatedAt          *string                               `json:"createdAt,omitempty"`
	CreatedBy          *string                               `json:"createdBy,omitempty"`
	CreatedByType      *SystemData_CreatedByType_STATUS      `json:"createdByType,omitempty"`
	LastModifiedAt     *string                               `json:"lastModifiedAt,omitempty"`
	LastModifiedBy     *string                               `json:"lastModifiedBy,omitempty"`
	LastModifiedByType *SystemData_LastModifiedByType_STATUS `json:"lastModifiedByType,omitempty"`
}

Deprecated version of SystemData_STATUS. Use v1api20210501.SystemData_STATUS instead

func (*SystemData_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SystemData_STATUS_ARM.

func (*SystemData_STATUS_ARM) DeepCopyInto

func (in *SystemData_STATUS_ARM) DeepCopyInto(out *SystemData_STATUS_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type UserAssignedIdentityDetails

type UserAssignedIdentityDetails struct {
	Reference genruntime.ResourceReference `armReference:"Reference" json:"reference,omitempty"`
}

Deprecated version of UserAssignedIdentityDetails. Use v1api20210501.UserAssignedIdentityDetails instead

func (*UserAssignedIdentityDetails) AssignProperties_From_UserAssignedIdentityDetails

func (details *UserAssignedIdentityDetails) AssignProperties_From_UserAssignedIdentityDetails(source *v1beta20210501s.UserAssignedIdentityDetails) error

AssignProperties_From_UserAssignedIdentityDetails populates our UserAssignedIdentityDetails from the provided source UserAssignedIdentityDetails

func (*UserAssignedIdentityDetails) AssignProperties_To_UserAssignedIdentityDetails

func (details *UserAssignedIdentityDetails) AssignProperties_To_UserAssignedIdentityDetails(destination *v1beta20210501s.UserAssignedIdentityDetails) error

AssignProperties_To_UserAssignedIdentityDetails populates the provided destination UserAssignedIdentityDetails from our UserAssignedIdentityDetails

func (*UserAssignedIdentityDetails) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityDetails.

func (*UserAssignedIdentityDetails) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type UserAssignedIdentityDetails_ARM

type UserAssignedIdentityDetails_ARM struct {
}

Information about the user assigned identity for the resource

func (*UserAssignedIdentityDetails_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityDetails_ARM.

func (*UserAssignedIdentityDetails_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL