v1alpha1api20201201

package
v2.0.0-beta.5 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package v1alpha1api20201201 contains API Schema definitions for the cache v1alpha1api20201201 API group +groupName=cache.azure.com

Package v1alpha1api20201201 contains API Schema definitions for the cache v1alpha1api20201201 API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=cache.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.

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.

Index

Constants

View Source
const (
	RedisLinkedServerCreateProperties_ServerRole_Primary   = RedisLinkedServerCreateProperties_ServerRole("Primary")
	RedisLinkedServerCreateProperties_ServerRole_Secondary = RedisLinkedServerCreateProperties_ServerRole("Secondary")
)
View Source
const (
	RedisLinkedServerProperties_ServerRole_STATUS_Primary   = RedisLinkedServerProperties_ServerRole_STATUS("Primary")
	RedisLinkedServerProperties_ServerRole_STATUS_Secondary = RedisLinkedServerProperties_ServerRole_STATUS("Secondary")
)
View Source
const (
	ScheduleEntry_DayOfWeek_Everyday  = ScheduleEntry_DayOfWeek("Everyday")
	ScheduleEntry_DayOfWeek_Friday    = ScheduleEntry_DayOfWeek("Friday")
	ScheduleEntry_DayOfWeek_Monday    = ScheduleEntry_DayOfWeek("Monday")
	ScheduleEntry_DayOfWeek_Saturday  = ScheduleEntry_DayOfWeek("Saturday")
	ScheduleEntry_DayOfWeek_Sunday    = ScheduleEntry_DayOfWeek("Sunday")
	ScheduleEntry_DayOfWeek_Thursday  = ScheduleEntry_DayOfWeek("Thursday")
	ScheduleEntry_DayOfWeek_Tuesday   = ScheduleEntry_DayOfWeek("Tuesday")
	ScheduleEntry_DayOfWeek_Wednesday = ScheduleEntry_DayOfWeek("Wednesday")
	ScheduleEntry_DayOfWeek_Weekend   = ScheduleEntry_DayOfWeek("Weekend")
)
View Source
const (
	ScheduleEntry_DayOfWeek_STATUS_Everyday  = ScheduleEntry_DayOfWeek_STATUS("Everyday")
	ScheduleEntry_DayOfWeek_STATUS_Friday    = ScheduleEntry_DayOfWeek_STATUS("Friday")
	ScheduleEntry_DayOfWeek_STATUS_Monday    = ScheduleEntry_DayOfWeek_STATUS("Monday")
	ScheduleEntry_DayOfWeek_STATUS_Saturday  = ScheduleEntry_DayOfWeek_STATUS("Saturday")
	ScheduleEntry_DayOfWeek_STATUS_Sunday    = ScheduleEntry_DayOfWeek_STATUS("Sunday")
	ScheduleEntry_DayOfWeek_STATUS_Thursday  = ScheduleEntry_DayOfWeek_STATUS("Thursday")
	ScheduleEntry_DayOfWeek_STATUS_Tuesday   = ScheduleEntry_DayOfWeek_STATUS("Tuesday")
	ScheduleEntry_DayOfWeek_STATUS_Wednesday = ScheduleEntry_DayOfWeek_STATUS("Wednesday")
	ScheduleEntry_DayOfWeek_STATUS_Weekend   = ScheduleEntry_DayOfWeek_STATUS("Weekend")
)
View Source
const (
	RedisCreateProperties_MinimumTlsVersion_10 = RedisCreateProperties_MinimumTlsVersion("1.0")
	RedisCreateProperties_MinimumTlsVersion_11 = RedisCreateProperties_MinimumTlsVersion("1.1")
	RedisCreateProperties_MinimumTlsVersion_12 = RedisCreateProperties_MinimumTlsVersion("1.2")
)
View Source
const (
	RedisCreateProperties_PublicNetworkAccess_Disabled = RedisCreateProperties_PublicNetworkAccess("Disabled")
	RedisCreateProperties_PublicNetworkAccess_Enabled  = RedisCreateProperties_PublicNetworkAccess("Enabled")
)
View Source
const (
	RedisProperties_MinimumTlsVersion_STATUS_10 = RedisProperties_MinimumTlsVersion_STATUS("1.0")
	RedisProperties_MinimumTlsVersion_STATUS_11 = RedisProperties_MinimumTlsVersion_STATUS("1.1")
	RedisProperties_MinimumTlsVersion_STATUS_12 = RedisProperties_MinimumTlsVersion_STATUS("1.2")
)
View Source
const (
	RedisProperties_ProvisioningState_STATUS_Creating               = RedisProperties_ProvisioningState_STATUS("Creating")
	RedisProperties_ProvisioningState_STATUS_Deleting               = RedisProperties_ProvisioningState_STATUS("Deleting")
	RedisProperties_ProvisioningState_STATUS_Disabled               = RedisProperties_ProvisioningState_STATUS("Disabled")
	RedisProperties_ProvisioningState_STATUS_Failed                 = RedisProperties_ProvisioningState_STATUS("Failed")
	RedisProperties_ProvisioningState_STATUS_Linking                = RedisProperties_ProvisioningState_STATUS("Linking")
	RedisProperties_ProvisioningState_STATUS_Provisioning           = RedisProperties_ProvisioningState_STATUS("Provisioning")
	RedisProperties_ProvisioningState_STATUS_RecoveringScaleFailure = RedisProperties_ProvisioningState_STATUS("RecoveringScaleFailure")
	RedisProperties_ProvisioningState_STATUS_Scaling                = RedisProperties_ProvisioningState_STATUS("Scaling")
	RedisProperties_ProvisioningState_STATUS_Succeeded              = RedisProperties_ProvisioningState_STATUS("Succeeded")
	RedisProperties_ProvisioningState_STATUS_Unlinking              = RedisProperties_ProvisioningState_STATUS("Unlinking")
	RedisProperties_ProvisioningState_STATUS_Unprovisioning         = RedisProperties_ProvisioningState_STATUS("Unprovisioning")
	RedisProperties_ProvisioningState_STATUS_Updating               = RedisProperties_ProvisioningState_STATUS("Updating")
)
View Source
const (
	RedisProperties_PublicNetworkAccess_STATUS_Disabled = RedisProperties_PublicNetworkAccess_STATUS("Disabled")
	RedisProperties_PublicNetworkAccess_STATUS_Enabled  = RedisProperties_PublicNetworkAccess_STATUS("Enabled")
)
View Source
const (
	Sku_Family_C = Sku_Family("C")
	Sku_Family_P = Sku_Family("P")
)
View Source
const (
	Sku_Family_STATUS_C = Sku_Family_STATUS("C")
	Sku_Family_STATUS_P = Sku_Family_STATUS("P")
)
View Source
const (
	Sku_Name_Basic    = Sku_Name("Basic")
	Sku_Name_Premium  = Sku_Name("Premium")
	Sku_Name_Standard = Sku_Name("Standard")
)
View Source
const (
	Sku_Name_STATUS_Basic    = Sku_Name_STATUS("Basic")
	Sku_Name_STATUS_Premium  = Sku_Name_STATUS("Premium")
	Sku_Name_STATUS_Standard = Sku_Name_STATUS("Standard")
)
View Source
const APIVersion_Value = APIVersion("2020-12-01")

Variables

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

	// 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 v1beta20201201.APIVersion instead +kubebuilder:validation:Enum={"2020-12-01"}

type PrivateEndpointConnection_STATUS

type PrivateEndpointConnection_STATUS struct {
	Id *string `json:"id,omitempty"`
}

Deprecated version of PrivateEndpointConnection_STATUS. Use v1beta20201201.PrivateEndpointConnection_STATUS instead

func (*PrivateEndpointConnection_STATUS) AssignProperties_From_PrivateEndpointConnection_STATUS

func (connection *PrivateEndpointConnection_STATUS) AssignProperties_From_PrivateEndpointConnection_STATUS(source *alpha20201201s.PrivateEndpointConnection_STATUS) error

AssignProperties_From_PrivateEndpointConnection_STATUS populates our PrivateEndpointConnection_STATUS from the provided source PrivateEndpointConnection_STATUS

func (*PrivateEndpointConnection_STATUS) AssignProperties_To_PrivateEndpointConnection_STATUS

func (connection *PrivateEndpointConnection_STATUS) AssignProperties_To_PrivateEndpointConnection_STATUS(destination *alpha20201201s.PrivateEndpointConnection_STATUS) error

AssignProperties_To_PrivateEndpointConnection_STATUS populates the provided destination PrivateEndpointConnection_STATUS from our PrivateEndpointConnection_STATUS

func (*PrivateEndpointConnection_STATUS) DeepCopy

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

func (*PrivateEndpointConnection_STATUS) DeepCopyInto

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

func (*PrivateEndpointConnection_STATUS) NewEmptyARMValue

func (connection *PrivateEndpointConnection_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*PrivateEndpointConnection_STATUS) PopulateFromARM

func (connection *PrivateEndpointConnection_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type PrivateEndpointConnection_STATUS_ARM

type PrivateEndpointConnection_STATUS_ARM struct {
	Id *string `json:"id,omitempty"`
}

Deprecated version of PrivateEndpointConnection_STATUS. Use v1beta20201201.PrivateEndpointConnection_STATUS instead

func (*PrivateEndpointConnection_STATUS_ARM) DeepCopy

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

func (*PrivateEndpointConnection_STATUS_ARM) DeepCopyInto

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

type Redis

type Redis struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Redis_Spec   `json:"spec,omitempty"`
	Status            Redis_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 Redis. Use v1beta20201201.Redis instead

func (*Redis) AssignProperties_From_Redis

func (redis *Redis) AssignProperties_From_Redis(source *alpha20201201s.Redis) error

AssignProperties_From_Redis populates our Redis from the provided source Redis

func (*Redis) AssignProperties_To_Redis

func (redis *Redis) AssignProperties_To_Redis(destination *alpha20201201s.Redis) error

AssignProperties_To_Redis populates the provided destination Redis from our Redis

func (*Redis) AzureName

func (redis *Redis) AzureName() string

AzureName returns the Azure name of the resource

func (*Redis) ConvertFrom

func (redis *Redis) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our Redis from the provided hub Redis

func (*Redis) ConvertTo

func (redis *Redis) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub Redis from our Redis

func (*Redis) DeepCopy

func (in *Redis) DeepCopy() *Redis

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

func (*Redis) DeepCopyInto

func (in *Redis) DeepCopyInto(out *Redis)

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

func (*Redis) DeepCopyObject

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

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

func (*Redis) Default

func (redis *Redis) Default()

Default applies defaults to the Redis resource

func (Redis) GetAPIVersion

func (redis Redis) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2020-12-01"

func (*Redis) GetConditions

func (redis *Redis) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*Redis) GetResourceScope

func (redis *Redis) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*Redis) GetSpec

func (redis *Redis) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*Redis) GetStatus

func (redis *Redis) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*Redis) GetType

func (redis *Redis) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Cache/redis"

func (*Redis) NewEmptyStatus

func (redis *Redis) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*Redis) OriginalGVK

func (redis *Redis) OriginalGVK() *schema.GroupVersionKind

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

func (*Redis) Owner

func (redis *Redis) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner

func (*Redis) SetConditions

func (redis *Redis) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*Redis) SetStatus

func (redis *Redis) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

func (*Redis) ValidateCreate

func (redis *Redis) ValidateCreate() error

ValidateCreate validates the creation of the resource

func (*Redis) ValidateDelete

func (redis *Redis) ValidateDelete() error

ValidateDelete validates the deletion of the resource

func (*Redis) ValidateUpdate

func (redis *Redis) ValidateUpdate(old runtime.Object) error

ValidateUpdate validates an update of the resource

type RedisCreateProperties_ARM

type RedisCreateProperties_ARM struct {
	EnableNonSslPort    *bool                                         `json:"enableNonSslPort,omitempty"`
	MinimumTlsVersion   *RedisCreateProperties_MinimumTlsVersion      `json:"minimumTlsVersion,omitempty"`
	PublicNetworkAccess *RedisCreateProperties_PublicNetworkAccess    `json:"publicNetworkAccess,omitempty"`
	RedisConfiguration  *RedisCreateProperties_RedisConfiguration_ARM `json:"redisConfiguration,omitempty"`
	RedisVersion        *string                                       `json:"redisVersion,omitempty"`
	ReplicasPerMaster   *int                                          `json:"replicasPerMaster,omitempty"`
	ReplicasPerPrimary  *int                                          `json:"replicasPerPrimary,omitempty"`
	ShardCount          *int                                          `json:"shardCount,omitempty"`
	Sku                 *Sku_ARM                                      `json:"sku,omitempty"`
	StaticIP            *string                                       `json:"staticIP,omitempty"`
	SubnetId            *string                                       `json:"subnetId,omitempty"`
	TenantSettings      map[string]string                             `json:"tenantSettings,omitempty"`
}

Deprecated version of RedisCreateProperties. Use v1beta20201201.RedisCreateProperties instead

func (*RedisCreateProperties_ARM) DeepCopy

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

func (*RedisCreateProperties_ARM) DeepCopyInto

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

type RedisCreateProperties_MinimumTlsVersion

type RedisCreateProperties_MinimumTlsVersion string

Deprecated version of RedisCreateProperties_MinimumTlsVersion. Use v1beta20201201.RedisCreateProperties_MinimumTlsVersion instead +kubebuilder:validation:Enum={"1.0","1.1","1.2"}

type RedisCreateProperties_PublicNetworkAccess

type RedisCreateProperties_PublicNetworkAccess string

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

type RedisCreateProperties_RedisConfiguration

type RedisCreateProperties_RedisConfiguration struct {
	AdditionalProperties           map[string]string `json:"additionalProperties,omitempty"`
	AofBackupEnabled               *string           `json:"aof-backup-enabled,omitempty"`
	AofStorageConnectionString0    *string           `json:"aof-storage-connection-string-0,omitempty"`
	AofStorageConnectionString1    *string           `json:"aof-storage-connection-string-1,omitempty"`
	Authnotrequired                *string           `json:"authnotrequired,omitempty"`
	MaxfragmentationmemoryReserved *string           `json:"maxfragmentationmemory-reserved,omitempty"`
	MaxmemoryDelta                 *string           `json:"maxmemory-delta,omitempty"`
	MaxmemoryPolicy                *string           `json:"maxmemory-policy,omitempty"`
	MaxmemoryReserved              *string           `json:"maxmemory-reserved,omitempty"`
	RdbBackupEnabled               *string           `json:"rdb-backup-enabled,omitempty"`
	RdbBackupFrequency             *string           `json:"rdb-backup-frequency,omitempty"`
	RdbBackupMaxSnapshotCount      *string           `json:"rdb-backup-max-snapshot-count,omitempty"`
	RdbStorageConnectionString     *string           `json:"rdb-storage-connection-string,omitempty"`
}

Deprecated version of RedisCreateProperties_RedisConfiguration. Use v1beta20201201.RedisCreateProperties_RedisConfiguration instead

func (*RedisCreateProperties_RedisConfiguration) AssignProperties_From_RedisCreateProperties_RedisConfiguration

func (configuration *RedisCreateProperties_RedisConfiguration) AssignProperties_From_RedisCreateProperties_RedisConfiguration(source *alpha20201201s.RedisCreateProperties_RedisConfiguration) error

AssignProperties_From_RedisCreateProperties_RedisConfiguration populates our RedisCreateProperties_RedisConfiguration from the provided source RedisCreateProperties_RedisConfiguration

func (*RedisCreateProperties_RedisConfiguration) AssignProperties_To_RedisCreateProperties_RedisConfiguration

func (configuration *RedisCreateProperties_RedisConfiguration) AssignProperties_To_RedisCreateProperties_RedisConfiguration(destination *alpha20201201s.RedisCreateProperties_RedisConfiguration) error

AssignProperties_To_RedisCreateProperties_RedisConfiguration populates the provided destination RedisCreateProperties_RedisConfiguration from our RedisCreateProperties_RedisConfiguration

func (*RedisCreateProperties_RedisConfiguration) ConvertToARM

func (configuration *RedisCreateProperties_RedisConfiguration) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*RedisCreateProperties_RedisConfiguration) DeepCopy

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

func (*RedisCreateProperties_RedisConfiguration) DeepCopyInto

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

func (*RedisCreateProperties_RedisConfiguration) NewEmptyARMValue

func (configuration *RedisCreateProperties_RedisConfiguration) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*RedisCreateProperties_RedisConfiguration) PopulateFromARM

func (configuration *RedisCreateProperties_RedisConfiguration) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type RedisCreateProperties_RedisConfiguration_ARM

type RedisCreateProperties_RedisConfiguration_ARM struct {
	AdditionalProperties           map[string]string `json:"additionalProperties,omitempty"`
	AofBackupEnabled               *string           `json:"aof-backup-enabled,omitempty"`
	AofStorageConnectionString0    *string           `json:"aof-storage-connection-string-0,omitempty"`
	AofStorageConnectionString1    *string           `json:"aof-storage-connection-string-1,omitempty"`
	Authnotrequired                *string           `json:"authnotrequired,omitempty"`
	MaxfragmentationmemoryReserved *string           `json:"maxfragmentationmemory-reserved,omitempty"`
	MaxmemoryDelta                 *string           `json:"maxmemory-delta,omitempty"`
	MaxmemoryPolicy                *string           `json:"maxmemory-policy,omitempty"`
	MaxmemoryReserved              *string           `json:"maxmemory-reserved,omitempty"`
	RdbBackupEnabled               *string           `json:"rdb-backup-enabled,omitempty"`
	RdbBackupFrequency             *string           `json:"rdb-backup-frequency,omitempty"`
	RdbBackupMaxSnapshotCount      *string           `json:"rdb-backup-max-snapshot-count,omitempty"`
	RdbStorageConnectionString     *string           `json:"rdb-storage-connection-string,omitempty"`
}

Deprecated version of RedisCreateProperties_RedisConfiguration. Use v1beta20201201.RedisCreateProperties_RedisConfiguration instead

func (*RedisCreateProperties_RedisConfiguration_ARM) DeepCopy

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

func (*RedisCreateProperties_RedisConfiguration_ARM) DeepCopyInto

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

type RedisFirewallRule

type RedisFirewallRule struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Redis_FirewallRule_Spec   `json:"spec,omitempty"`
	Status            Redis_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 RedisFirewallRule. Use v1beta20201201.RedisFirewallRule instead

func (*RedisFirewallRule) AssignProperties_From_RedisFirewallRule

func (rule *RedisFirewallRule) AssignProperties_From_RedisFirewallRule(source *alpha20201201s.RedisFirewallRule) error

AssignProperties_From_RedisFirewallRule populates our RedisFirewallRule from the provided source RedisFirewallRule

func (*RedisFirewallRule) AssignProperties_To_RedisFirewallRule

func (rule *RedisFirewallRule) AssignProperties_To_RedisFirewallRule(destination *alpha20201201s.RedisFirewallRule) error

AssignProperties_To_RedisFirewallRule populates the provided destination RedisFirewallRule from our RedisFirewallRule

func (*RedisFirewallRule) AzureName

func (rule *RedisFirewallRule) AzureName() string

AzureName returns the Azure name of the resource

func (*RedisFirewallRule) ConvertFrom

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

ConvertFrom populates our RedisFirewallRule from the provided hub RedisFirewallRule

func (*RedisFirewallRule) ConvertTo

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

ConvertTo populates the provided hub RedisFirewallRule from our RedisFirewallRule

func (*RedisFirewallRule) DeepCopy

func (in *RedisFirewallRule) DeepCopy() *RedisFirewallRule

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

func (*RedisFirewallRule) DeepCopyInto

func (in *RedisFirewallRule) DeepCopyInto(out *RedisFirewallRule)

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

func (*RedisFirewallRule) DeepCopyObject

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

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

func (*RedisFirewallRule) Default

func (rule *RedisFirewallRule) Default()

Default applies defaults to the RedisFirewallRule resource

func (RedisFirewallRule) GetAPIVersion

func (rule RedisFirewallRule) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2020-12-01"

func (*RedisFirewallRule) GetConditions

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

GetConditions returns the conditions of the resource

func (*RedisFirewallRule) GetResourceScope

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

GetResourceScope returns the scope of the resource

func (*RedisFirewallRule) GetSpec

GetSpec returns the specification of this resource

func (*RedisFirewallRule) GetStatus

GetStatus returns the status of this resource

func (*RedisFirewallRule) GetType

func (rule *RedisFirewallRule) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Cache/redis/firewallRules"

func (*RedisFirewallRule) NewEmptyStatus

func (rule *RedisFirewallRule) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*RedisFirewallRule) OriginalGVK

func (rule *RedisFirewallRule) OriginalGVK() *schema.GroupVersionKind

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

func (*RedisFirewallRule) Owner

Owner returns the ResourceReference of the owner

func (*RedisFirewallRule) SetConditions

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

SetConditions sets the conditions on the resource status

func (*RedisFirewallRule) SetStatus

func (rule *RedisFirewallRule) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

func (*RedisFirewallRule) ValidateCreate

func (rule *RedisFirewallRule) ValidateCreate() error

ValidateCreate validates the creation of the resource

func (*RedisFirewallRule) ValidateDelete

func (rule *RedisFirewallRule) ValidateDelete() error

ValidateDelete validates the deletion of the resource

func (*RedisFirewallRule) ValidateUpdate

func (rule *RedisFirewallRule) ValidateUpdate(old runtime.Object) error

ValidateUpdate validates an update of the resource

type RedisFirewallRuleList

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

+kubebuilder:object:root=true Deprecated version of RedisFirewallRule. Use v1beta20201201.RedisFirewallRule instead

func (*RedisFirewallRuleList) DeepCopy

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

func (*RedisFirewallRuleList) DeepCopyInto

func (in *RedisFirewallRuleList) DeepCopyInto(out *RedisFirewallRuleList)

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

func (*RedisFirewallRuleList) DeepCopyObject

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

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

type RedisFirewallRuleProperties_ARM

type RedisFirewallRuleProperties_ARM struct {
	EndIP   *string `json:"endIP,omitempty"`
	StartIP *string `json:"startIP,omitempty"`
}

Deprecated version of RedisFirewallRuleProperties. Use v1beta20201201.RedisFirewallRuleProperties instead

func (*RedisFirewallRuleProperties_ARM) DeepCopy

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

func (*RedisFirewallRuleProperties_ARM) DeepCopyInto

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

type RedisFirewallRuleProperties_STATUS_ARM

type RedisFirewallRuleProperties_STATUS_ARM struct {
	EndIP   *string `json:"endIP,omitempty"`
	StartIP *string `json:"startIP,omitempty"`
}

Deprecated version of RedisFirewallRuleProperties_STATUS. Use v1beta20201201.RedisFirewallRuleProperties_STATUS instead

func (*RedisFirewallRuleProperties_STATUS_ARM) DeepCopy

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

func (*RedisFirewallRuleProperties_STATUS_ARM) DeepCopyInto

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

type RedisInstanceDetails_STATUS

type RedisInstanceDetails_STATUS struct {
	IsMaster   *bool   `json:"isMaster,omitempty"`
	IsPrimary  *bool   `json:"isPrimary,omitempty"`
	NonSslPort *int    `json:"nonSslPort,omitempty"`
	ShardId    *int    `json:"shardId,omitempty"`
	SslPort    *int    `json:"sslPort,omitempty"`
	Zone       *string `json:"zone,omitempty"`
}

Deprecated version of RedisInstanceDetails_STATUS. Use v1beta20201201.RedisInstanceDetails_STATUS instead

func (*RedisInstanceDetails_STATUS) AssignProperties_From_RedisInstanceDetails_STATUS

func (details *RedisInstanceDetails_STATUS) AssignProperties_From_RedisInstanceDetails_STATUS(source *alpha20201201s.RedisInstanceDetails_STATUS) error

AssignProperties_From_RedisInstanceDetails_STATUS populates our RedisInstanceDetails_STATUS from the provided source RedisInstanceDetails_STATUS

func (*RedisInstanceDetails_STATUS) AssignProperties_To_RedisInstanceDetails_STATUS

func (details *RedisInstanceDetails_STATUS) AssignProperties_To_RedisInstanceDetails_STATUS(destination *alpha20201201s.RedisInstanceDetails_STATUS) error

AssignProperties_To_RedisInstanceDetails_STATUS populates the provided destination RedisInstanceDetails_STATUS from our RedisInstanceDetails_STATUS

func (*RedisInstanceDetails_STATUS) DeepCopy

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

func (*RedisInstanceDetails_STATUS) DeepCopyInto

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

func (*RedisInstanceDetails_STATUS) NewEmptyARMValue

func (details *RedisInstanceDetails_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*RedisInstanceDetails_STATUS) PopulateFromARM

func (details *RedisInstanceDetails_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type RedisInstanceDetails_STATUS_ARM

type RedisInstanceDetails_STATUS_ARM struct {
	IsMaster   *bool   `json:"isMaster,omitempty"`
	IsPrimary  *bool   `json:"isPrimary,omitempty"`
	NonSslPort *int    `json:"nonSslPort,omitempty"`
	ShardId    *int    `json:"shardId,omitempty"`
	SslPort    *int    `json:"sslPort,omitempty"`
	Zone       *string `json:"zone,omitempty"`
}

Deprecated version of RedisInstanceDetails_STATUS. Use v1beta20201201.RedisInstanceDetails_STATUS instead

func (*RedisInstanceDetails_STATUS_ARM) DeepCopy

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

func (*RedisInstanceDetails_STATUS_ARM) DeepCopyInto

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

type RedisLinkedServer

type RedisLinkedServer struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Redis_LinkedServer_Spec   `json:"spec,omitempty"`
	Status            Redis_LinkedServer_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 RedisLinkedServer. Use v1beta20201201.RedisLinkedServer instead

func (*RedisLinkedServer) AssignProperties_From_RedisLinkedServer

func (server *RedisLinkedServer) AssignProperties_From_RedisLinkedServer(source *alpha20201201s.RedisLinkedServer) error

AssignProperties_From_RedisLinkedServer populates our RedisLinkedServer from the provided source RedisLinkedServer

func (*RedisLinkedServer) AssignProperties_To_RedisLinkedServer

func (server *RedisLinkedServer) AssignProperties_To_RedisLinkedServer(destination *alpha20201201s.RedisLinkedServer) error

AssignProperties_To_RedisLinkedServer populates the provided destination RedisLinkedServer from our RedisLinkedServer

func (*RedisLinkedServer) AzureName

func (server *RedisLinkedServer) AzureName() string

AzureName returns the Azure name of the resource

func (*RedisLinkedServer) ConvertFrom

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

ConvertFrom populates our RedisLinkedServer from the provided hub RedisLinkedServer

func (*RedisLinkedServer) ConvertTo

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

ConvertTo populates the provided hub RedisLinkedServer from our RedisLinkedServer

func (*RedisLinkedServer) DeepCopy

func (in *RedisLinkedServer) DeepCopy() *RedisLinkedServer

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

func (*RedisLinkedServer) DeepCopyInto

func (in *RedisLinkedServer) DeepCopyInto(out *RedisLinkedServer)

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

func (*RedisLinkedServer) DeepCopyObject

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

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

func (*RedisLinkedServer) Default

func (server *RedisLinkedServer) Default()

Default applies defaults to the RedisLinkedServer resource

func (RedisLinkedServer) GetAPIVersion

func (server RedisLinkedServer) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2020-12-01"

func (*RedisLinkedServer) GetConditions

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

GetConditions returns the conditions of the resource

func (*RedisLinkedServer) GetResourceScope

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

GetResourceScope returns the scope of the resource

func (*RedisLinkedServer) GetSpec

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

GetSpec returns the specification of this resource

func (*RedisLinkedServer) GetStatus

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

GetStatus returns the status of this resource

func (*RedisLinkedServer) GetType

func (server *RedisLinkedServer) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Cache/redis/linkedServers"

func (*RedisLinkedServer) NewEmptyStatus

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

NewEmptyStatus returns a new empty (blank) status

func (*RedisLinkedServer) OriginalGVK

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

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

func (*RedisLinkedServer) Owner

Owner returns the ResourceReference of the owner

func (*RedisLinkedServer) SetConditions

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

SetConditions sets the conditions on the resource status

func (*RedisLinkedServer) SetStatus

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

SetStatus sets the status of this resource

func (*RedisLinkedServer) ValidateCreate

func (server *RedisLinkedServer) ValidateCreate() error

ValidateCreate validates the creation of the resource

func (*RedisLinkedServer) ValidateDelete

func (server *RedisLinkedServer) ValidateDelete() error

ValidateDelete validates the deletion of the resource

func (*RedisLinkedServer) ValidateUpdate

func (server *RedisLinkedServer) ValidateUpdate(old runtime.Object) error

ValidateUpdate validates an update of the resource

type RedisLinkedServerCreateProperties_ARM

type RedisLinkedServerCreateProperties_ARM struct {
	LinkedRedisCacheId       *string                                       `json:"linkedRedisCacheId,omitempty"`
	LinkedRedisCacheLocation *string                                       `json:"linkedRedisCacheLocation,omitempty"`
	ServerRole               *RedisLinkedServerCreateProperties_ServerRole `json:"serverRole,omitempty"`
}

Deprecated version of RedisLinkedServerCreateProperties. Use v1beta20201201.RedisLinkedServerCreateProperties instead

func (*RedisLinkedServerCreateProperties_ARM) DeepCopy

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

func (*RedisLinkedServerCreateProperties_ARM) DeepCopyInto

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

type RedisLinkedServerCreateProperties_ServerRole

type RedisLinkedServerCreateProperties_ServerRole string

Deprecated version of RedisLinkedServerCreateProperties_ServerRole. Use v1beta20201201.RedisLinkedServerCreateProperties_ServerRole instead +kubebuilder:validation:Enum={"Primary","Secondary"}

type RedisLinkedServerList

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

+kubebuilder:object:root=true Deprecated version of RedisLinkedServer. Use v1beta20201201.RedisLinkedServer instead

func (*RedisLinkedServerList) DeepCopy

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

func (*RedisLinkedServerList) DeepCopyInto

func (in *RedisLinkedServerList) DeepCopyInto(out *RedisLinkedServerList)

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

func (*RedisLinkedServerList) DeepCopyObject

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

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

type RedisLinkedServerProperties_STATUS_ARM

type RedisLinkedServerProperties_STATUS_ARM struct {
	LinkedRedisCacheId       *string                                        `json:"linkedRedisCacheId,omitempty"`
	LinkedRedisCacheLocation *string                                        `json:"linkedRedisCacheLocation,omitempty"`
	ProvisioningState        *string                                        `json:"provisioningState,omitempty"`
	ServerRole               *RedisLinkedServerProperties_ServerRole_STATUS `json:"serverRole,omitempty"`
}

Deprecated version of RedisLinkedServerProperties_STATUS. Use v1beta20201201.RedisLinkedServerProperties_STATUS instead

func (*RedisLinkedServerProperties_STATUS_ARM) DeepCopy

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

func (*RedisLinkedServerProperties_STATUS_ARM) DeepCopyInto

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

type RedisLinkedServerProperties_ServerRole_STATUS

type RedisLinkedServerProperties_ServerRole_STATUS string

Deprecated version of RedisLinkedServerProperties_ServerRole_STATUS. Use v1beta20201201.RedisLinkedServerProperties_ServerRole_STATUS instead

type RedisLinkedServer_STATUS

type RedisLinkedServer_STATUS struct {
	Id *string `json:"id,omitempty"`
}

Deprecated version of RedisLinkedServer_STATUS. Use v1beta20201201.RedisLinkedServer_STATUS instead

func (*RedisLinkedServer_STATUS) AssignProperties_From_RedisLinkedServer_STATUS

func (server *RedisLinkedServer_STATUS) AssignProperties_From_RedisLinkedServer_STATUS(source *alpha20201201s.RedisLinkedServer_STATUS) error

AssignProperties_From_RedisLinkedServer_STATUS populates our RedisLinkedServer_STATUS from the provided source RedisLinkedServer_STATUS

func (*RedisLinkedServer_STATUS) AssignProperties_To_RedisLinkedServer_STATUS

func (server *RedisLinkedServer_STATUS) AssignProperties_To_RedisLinkedServer_STATUS(destination *alpha20201201s.RedisLinkedServer_STATUS) error

AssignProperties_To_RedisLinkedServer_STATUS populates the provided destination RedisLinkedServer_STATUS from our RedisLinkedServer_STATUS

func (*RedisLinkedServer_STATUS) DeepCopy

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

func (*RedisLinkedServer_STATUS) DeepCopyInto

func (in *RedisLinkedServer_STATUS) DeepCopyInto(out *RedisLinkedServer_STATUS)

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

func (*RedisLinkedServer_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*RedisLinkedServer_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type RedisLinkedServer_STATUS_ARM

type RedisLinkedServer_STATUS_ARM struct {
	Id *string `json:"id,omitempty"`
}

Deprecated version of RedisLinkedServer_STATUS. Use v1beta20201201.RedisLinkedServer_STATUS instead

func (*RedisLinkedServer_STATUS_ARM) DeepCopy

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

func (*RedisLinkedServer_STATUS_ARM) DeepCopyInto

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

type RedisList

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

+kubebuilder:object:root=true Deprecated version of Redis. Use v1beta20201201.Redis instead

func (*RedisList) DeepCopy

func (in *RedisList) DeepCopy() *RedisList

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

func (*RedisList) DeepCopyInto

func (in *RedisList) DeepCopyInto(out *RedisList)

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

func (*RedisList) DeepCopyObject

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

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

type RedisOperatorSecrets

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

	// Port: indicates where the Port secret should be placed. If omitted, the secret will not be retrieved from Azure.
	Port *genruntime.SecretDestination `json:"port,omitempty"`

	// PrimaryKey: indicates where the PrimaryKey secret should be placed. If omitted, the secret will not be retrieved from
	// Azure.
	PrimaryKey *genruntime.SecretDestination `json:"primaryKey,omitempty"`

	// SSLPort: indicates where the SSLPort secret should be placed. If omitted, the secret will not be retrieved from Azure.
	SSLPort *genruntime.SecretDestination `json:"sslPort,omitempty"`

	// SecondaryKey: indicates where the SecondaryKey secret should be placed. If omitted, the secret will not be retrieved
	// from Azure.
	SecondaryKey *genruntime.SecretDestination `json:"secondaryKey,omitempty"`
}

func (*RedisOperatorSecrets) AssignProperties_From_RedisOperatorSecrets

func (secrets *RedisOperatorSecrets) AssignProperties_From_RedisOperatorSecrets(source *alpha20201201s.RedisOperatorSecrets) error

AssignProperties_From_RedisOperatorSecrets populates our RedisOperatorSecrets from the provided source RedisOperatorSecrets

func (*RedisOperatorSecrets) AssignProperties_To_RedisOperatorSecrets

func (secrets *RedisOperatorSecrets) AssignProperties_To_RedisOperatorSecrets(destination *alpha20201201s.RedisOperatorSecrets) error

AssignProperties_To_RedisOperatorSecrets populates the provided destination RedisOperatorSecrets from our RedisOperatorSecrets

func (*RedisOperatorSecrets) DeepCopy

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

func (*RedisOperatorSecrets) DeepCopyInto

func (in *RedisOperatorSecrets) DeepCopyInto(out *RedisOperatorSecrets)

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

type RedisOperatorSpec

type RedisOperatorSpec struct {
	// Secrets: configures where to place Azure generated secrets.
	Secrets *RedisOperatorSecrets `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 (*RedisOperatorSpec) AssignProperties_From_RedisOperatorSpec

func (operator *RedisOperatorSpec) AssignProperties_From_RedisOperatorSpec(source *alpha20201201s.RedisOperatorSpec) error

AssignProperties_From_RedisOperatorSpec populates our RedisOperatorSpec from the provided source RedisOperatorSpec

func (*RedisOperatorSpec) AssignProperties_To_RedisOperatorSpec

func (operator *RedisOperatorSpec) AssignProperties_To_RedisOperatorSpec(destination *alpha20201201s.RedisOperatorSpec) error

AssignProperties_To_RedisOperatorSpec populates the provided destination RedisOperatorSpec from our RedisOperatorSpec

func (*RedisOperatorSpec) DeepCopy

func (in *RedisOperatorSpec) DeepCopy() *RedisOperatorSpec

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

func (*RedisOperatorSpec) DeepCopyInto

func (in *RedisOperatorSpec) DeepCopyInto(out *RedisOperatorSpec)

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

type RedisPatchSchedule

type RedisPatchSchedule struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Redis_PatchSchedule_Spec   `json:"spec,omitempty"`
	Status            Redis_PatchSchedule_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 RedisPatchSchedule. Use v1beta20201201.RedisPatchSchedule instead

func (*RedisPatchSchedule) AssignProperties_From_RedisPatchSchedule

func (schedule *RedisPatchSchedule) AssignProperties_From_RedisPatchSchedule(source *alpha20201201s.RedisPatchSchedule) error

AssignProperties_From_RedisPatchSchedule populates our RedisPatchSchedule from the provided source RedisPatchSchedule

func (*RedisPatchSchedule) AssignProperties_To_RedisPatchSchedule

func (schedule *RedisPatchSchedule) AssignProperties_To_RedisPatchSchedule(destination *alpha20201201s.RedisPatchSchedule) error

AssignProperties_To_RedisPatchSchedule populates the provided destination RedisPatchSchedule from our RedisPatchSchedule

func (*RedisPatchSchedule) AzureName

func (schedule *RedisPatchSchedule) AzureName() string

AzureName returns the Azure name of the resource (always "default")

func (*RedisPatchSchedule) ConvertFrom

func (schedule *RedisPatchSchedule) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our RedisPatchSchedule from the provided hub RedisPatchSchedule

func (*RedisPatchSchedule) ConvertTo

func (schedule *RedisPatchSchedule) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub RedisPatchSchedule from our RedisPatchSchedule

func (*RedisPatchSchedule) DeepCopy

func (in *RedisPatchSchedule) DeepCopy() *RedisPatchSchedule

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

func (*RedisPatchSchedule) DeepCopyInto

func (in *RedisPatchSchedule) DeepCopyInto(out *RedisPatchSchedule)

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

func (*RedisPatchSchedule) DeepCopyObject

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

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

func (*RedisPatchSchedule) Default

func (schedule *RedisPatchSchedule) Default()

Default applies defaults to the RedisPatchSchedule resource

func (RedisPatchSchedule) GetAPIVersion

func (schedule RedisPatchSchedule) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2020-12-01"

func (*RedisPatchSchedule) GetConditions

func (schedule *RedisPatchSchedule) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*RedisPatchSchedule) GetResourceScope

func (schedule *RedisPatchSchedule) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*RedisPatchSchedule) GetSpec

func (schedule *RedisPatchSchedule) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*RedisPatchSchedule) GetStatus

func (schedule *RedisPatchSchedule) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*RedisPatchSchedule) GetType

func (schedule *RedisPatchSchedule) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Cache/redis/patchSchedules"

func (*RedisPatchSchedule) NewEmptyStatus

func (schedule *RedisPatchSchedule) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*RedisPatchSchedule) OriginalGVK

func (schedule *RedisPatchSchedule) OriginalGVK() *schema.GroupVersionKind

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

func (*RedisPatchSchedule) Owner

func (schedule *RedisPatchSchedule) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner

func (*RedisPatchSchedule) SetConditions

func (schedule *RedisPatchSchedule) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*RedisPatchSchedule) SetStatus

func (schedule *RedisPatchSchedule) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

func (*RedisPatchSchedule) ValidateCreate

func (schedule *RedisPatchSchedule) ValidateCreate() error

ValidateCreate validates the creation of the resource

func (*RedisPatchSchedule) ValidateDelete

func (schedule *RedisPatchSchedule) ValidateDelete() error

ValidateDelete validates the deletion of the resource

func (*RedisPatchSchedule) ValidateUpdate

func (schedule *RedisPatchSchedule) ValidateUpdate(old runtime.Object) error

ValidateUpdate validates an update of the resource

type RedisPatchScheduleList

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

+kubebuilder:object:root=true Deprecated version of RedisPatchSchedule. Use v1beta20201201.RedisPatchSchedule instead

func (*RedisPatchScheduleList) DeepCopy

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

func (*RedisPatchScheduleList) DeepCopyInto

func (in *RedisPatchScheduleList) DeepCopyInto(out *RedisPatchScheduleList)

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

func (*RedisPatchScheduleList) DeepCopyObject

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

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

type RedisProperties_MinimumTlsVersion_STATUS

type RedisProperties_MinimumTlsVersion_STATUS string

Deprecated version of RedisProperties_MinimumTlsVersion_STATUS. Use v1beta20201201.RedisProperties_MinimumTlsVersion_STATUS instead

type RedisProperties_ProvisioningState_STATUS

type RedisProperties_ProvisioningState_STATUS string

Deprecated version of RedisProperties_ProvisioningState_STATUS. Use v1beta20201201.RedisProperties_ProvisioningState_STATUS instead

type RedisProperties_PublicNetworkAccess_STATUS

type RedisProperties_PublicNetworkAccess_STATUS string

Deprecated version of RedisProperties_PublicNetworkAccess_STATUS. Use v1beta20201201.RedisProperties_PublicNetworkAccess_STATUS instead

type RedisProperties_RedisConfiguration_STATUS

type RedisProperties_RedisConfiguration_STATUS struct {
	AdditionalProperties           map[string]string `json:"additionalProperties,omitempty"`
	AofBackupEnabled               *string           `json:"aof-backup-enabled,omitempty"`
	AofStorageConnectionString0    *string           `json:"aof-storage-connection-string-0,omitempty"`
	AofStorageConnectionString1    *string           `json:"aof-storage-connection-string-1,omitempty"`
	Authnotrequired                *string           `json:"authnotrequired,omitempty"`
	Maxclients                     *string           `json:"maxclients,omitempty"`
	MaxfragmentationmemoryReserved *string           `json:"maxfragmentationmemory-reserved,omitempty"`
	MaxmemoryDelta                 *string           `json:"maxmemory-delta,omitempty"`
	MaxmemoryPolicy                *string           `json:"maxmemory-policy,omitempty"`
	MaxmemoryReserved              *string           `json:"maxmemory-reserved,omitempty"`
	RdbBackupEnabled               *string           `json:"rdb-backup-enabled,omitempty"`
	RdbBackupFrequency             *string           `json:"rdb-backup-frequency,omitempty"`
	RdbBackupMaxSnapshotCount      *string           `json:"rdb-backup-max-snapshot-count,omitempty"`
	RdbStorageConnectionString     *string           `json:"rdb-storage-connection-string,omitempty"`
	ZonalConfiguration             *string           `json:"zonal-configuration,omitempty"`
}

Deprecated version of RedisProperties_RedisConfiguration_STATUS. Use v1beta20201201.RedisProperties_RedisConfiguration_STATUS instead

func (*RedisProperties_RedisConfiguration_STATUS) AssignProperties_From_RedisProperties_RedisConfiguration_STATUS

func (configuration *RedisProperties_RedisConfiguration_STATUS) AssignProperties_From_RedisProperties_RedisConfiguration_STATUS(source *alpha20201201s.RedisProperties_RedisConfiguration_STATUS) error

AssignProperties_From_RedisProperties_RedisConfiguration_STATUS populates our RedisProperties_RedisConfiguration_STATUS from the provided source RedisProperties_RedisConfiguration_STATUS

func (*RedisProperties_RedisConfiguration_STATUS) AssignProperties_To_RedisProperties_RedisConfiguration_STATUS

func (configuration *RedisProperties_RedisConfiguration_STATUS) AssignProperties_To_RedisProperties_RedisConfiguration_STATUS(destination *alpha20201201s.RedisProperties_RedisConfiguration_STATUS) error

AssignProperties_To_RedisProperties_RedisConfiguration_STATUS populates the provided destination RedisProperties_RedisConfiguration_STATUS from our RedisProperties_RedisConfiguration_STATUS

func (*RedisProperties_RedisConfiguration_STATUS) DeepCopy

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

func (*RedisProperties_RedisConfiguration_STATUS) DeepCopyInto

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

func (*RedisProperties_RedisConfiguration_STATUS) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*RedisProperties_RedisConfiguration_STATUS) PopulateFromARM

func (configuration *RedisProperties_RedisConfiguration_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type RedisProperties_RedisConfiguration_STATUS_ARM

type RedisProperties_RedisConfiguration_STATUS_ARM struct {
	AdditionalProperties           map[string]string `json:"additionalProperties,omitempty"`
	AofBackupEnabled               *string           `json:"aof-backup-enabled,omitempty"`
	AofStorageConnectionString0    *string           `json:"aof-storage-connection-string-0,omitempty"`
	AofStorageConnectionString1    *string           `json:"aof-storage-connection-string-1,omitempty"`
	Authnotrequired                *string           `json:"authnotrequired,omitempty"`
	Maxclients                     *string           `json:"maxclients,omitempty"`
	MaxfragmentationmemoryReserved *string           `json:"maxfragmentationmemory-reserved,omitempty"`
	MaxmemoryDelta                 *string           `json:"maxmemory-delta,omitempty"`
	MaxmemoryPolicy                *string           `json:"maxmemory-policy,omitempty"`
	MaxmemoryReserved              *string           `json:"maxmemory-reserved,omitempty"`
	RdbBackupEnabled               *string           `json:"rdb-backup-enabled,omitempty"`
	RdbBackupFrequency             *string           `json:"rdb-backup-frequency,omitempty"`
	RdbBackupMaxSnapshotCount      *string           `json:"rdb-backup-max-snapshot-count,omitempty"`
	RdbStorageConnectionString     *string           `json:"rdb-storage-connection-string,omitempty"`
	ZonalConfiguration             *string           `json:"zonal-configuration,omitempty"`
}

Deprecated version of RedisProperties_RedisConfiguration_STATUS. Use v1beta20201201.RedisProperties_RedisConfiguration_STATUS instead

func (*RedisProperties_RedisConfiguration_STATUS_ARM) DeepCopy

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

func (*RedisProperties_RedisConfiguration_STATUS_ARM) DeepCopyInto

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

type RedisProperties_STATUS_ARM

type RedisProperties_STATUS_ARM struct {
	EnableNonSslPort           *bool                                          `json:"enableNonSslPort,omitempty"`
	HostName                   *string                                        `json:"hostName,omitempty"`
	Instances                  []RedisInstanceDetails_STATUS_ARM              `json:"instances,omitempty"`
	LinkedServers              []RedisLinkedServer_STATUS_ARM                 `json:"linkedServers,omitempty"`
	MinimumTlsVersion          *RedisProperties_MinimumTlsVersion_STATUS      `json:"minimumTlsVersion,omitempty"`
	Port                       *int                                           `json:"port,omitempty"`
	PrivateEndpointConnections []PrivateEndpointConnection_STATUS_ARM         `json:"privateEndpointConnections,omitempty"`
	ProvisioningState          *RedisProperties_ProvisioningState_STATUS      `json:"provisioningState,omitempty"`
	PublicNetworkAccess        *RedisProperties_PublicNetworkAccess_STATUS    `json:"publicNetworkAccess,omitempty"`
	RedisConfiguration         *RedisProperties_RedisConfiguration_STATUS_ARM `json:"redisConfiguration,omitempty"`
	RedisVersion               *string                                        `json:"redisVersion,omitempty"`
	ReplicasPerMaster          *int                                           `json:"replicasPerMaster,omitempty"`
	ReplicasPerPrimary         *int                                           `json:"replicasPerPrimary,omitempty"`
	ShardCount                 *int                                           `json:"shardCount,omitempty"`
	Sku                        *Sku_STATUS_ARM                                `json:"sku,omitempty"`
	SslPort                    *int                                           `json:"sslPort,omitempty"`
	StaticIP                   *string                                        `json:"staticIP,omitempty"`
	SubnetId                   *string                                        `json:"subnetId,omitempty"`
	TenantSettings             map[string]string                              `json:"tenantSettings,omitempty"`
}

Deprecated version of RedisProperties_STATUS. Use v1beta20201201.RedisProperties_STATUS instead

func (*RedisProperties_STATUS_ARM) DeepCopy

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

func (*RedisProperties_STATUS_ARM) DeepCopyInto

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

type Redis_FirewallRule_STATUS

type Redis_FirewallRule_STATUS struct {
	// Conditions: The observed state of the resource
	Conditions []conditions.Condition `json:"conditions,omitempty"`
	EndIP      *string                `json:"endIP,omitempty"`
	Id         *string                `json:"id,omitempty"`
	Name       *string                `json:"name,omitempty"`
	StartIP    *string                `json:"startIP,omitempty"`
	Type       *string                `json:"type,omitempty"`
}

Deprecated version of Redis_FirewallRule_STATUS. Use v1beta20201201.Redis_FirewallRule_STATUS instead

func (*Redis_FirewallRule_STATUS) AssignProperties_From_Redis_FirewallRule_STATUS

func (rule *Redis_FirewallRule_STATUS) AssignProperties_From_Redis_FirewallRule_STATUS(source *alpha20201201s.Redis_FirewallRule_STATUS) error

AssignProperties_From_Redis_FirewallRule_STATUS populates our Redis_FirewallRule_STATUS from the provided source Redis_FirewallRule_STATUS

func (*Redis_FirewallRule_STATUS) AssignProperties_To_Redis_FirewallRule_STATUS

func (rule *Redis_FirewallRule_STATUS) AssignProperties_To_Redis_FirewallRule_STATUS(destination *alpha20201201s.Redis_FirewallRule_STATUS) error

AssignProperties_To_Redis_FirewallRule_STATUS populates the provided destination Redis_FirewallRule_STATUS from our Redis_FirewallRule_STATUS

func (*Redis_FirewallRule_STATUS) ConvertStatusFrom

func (rule *Redis_FirewallRule_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our Redis_FirewallRule_STATUS from the provided source

func (*Redis_FirewallRule_STATUS) ConvertStatusTo

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

ConvertStatusTo populates the provided destination from our Redis_FirewallRule_STATUS

func (*Redis_FirewallRule_STATUS) DeepCopy

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

func (*Redis_FirewallRule_STATUS) DeepCopyInto

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

func (*Redis_FirewallRule_STATUS) NewEmptyARMValue

func (rule *Redis_FirewallRule_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Redis_FirewallRule_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Redis_FirewallRule_STATUS_ARM

type Redis_FirewallRule_STATUS_ARM struct {
	Id         *string                                 `json:"id,omitempty"`
	Name       *string                                 `json:"name,omitempty"`
	Properties *RedisFirewallRuleProperties_STATUS_ARM `json:"properties,omitempty"`
	Type       *string                                 `json:"type,omitempty"`
}

Deprecated version of Redis_FirewallRule_STATUS. Use v1beta20201201.Redis_FirewallRule_STATUS instead

func (*Redis_FirewallRule_STATUS_ARM) DeepCopy

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

func (*Redis_FirewallRule_STATUS_ARM) DeepCopyInto

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

type Redis_FirewallRule_Spec

type Redis_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
	EndIP *string `json:"endIP,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 cache.azure.com/Redis resource
	Owner *genruntime.KnownResourceReference `group:"cache.azure.com" json:"owner,omitempty" kind:"Redis"`

	// +kubebuilder:validation:Required
	StartIP *string `json:"startIP,omitempty"`
}

func (*Redis_FirewallRule_Spec) AssignProperties_From_Redis_FirewallRule_Spec

func (rule *Redis_FirewallRule_Spec) AssignProperties_From_Redis_FirewallRule_Spec(source *alpha20201201s.Redis_FirewallRule_Spec) error

AssignProperties_From_Redis_FirewallRule_Spec populates our Redis_FirewallRule_Spec from the provided source Redis_FirewallRule_Spec

func (*Redis_FirewallRule_Spec) AssignProperties_To_Redis_FirewallRule_Spec

func (rule *Redis_FirewallRule_Spec) AssignProperties_To_Redis_FirewallRule_Spec(destination *alpha20201201s.Redis_FirewallRule_Spec) error

AssignProperties_To_Redis_FirewallRule_Spec populates the provided destination Redis_FirewallRule_Spec from our Redis_FirewallRule_Spec

func (*Redis_FirewallRule_Spec) ConvertSpecFrom

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

ConvertSpecFrom populates our Redis_FirewallRule_Spec from the provided source

func (*Redis_FirewallRule_Spec) ConvertSpecTo

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

ConvertSpecTo populates the provided destination from our Redis_FirewallRule_Spec

func (*Redis_FirewallRule_Spec) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Redis_FirewallRule_Spec) DeepCopy

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

func (*Redis_FirewallRule_Spec) DeepCopyInto

func (in *Redis_FirewallRule_Spec) DeepCopyInto(out *Redis_FirewallRule_Spec)

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

func (*Redis_FirewallRule_Spec) NewEmptyARMValue

func (rule *Redis_FirewallRule_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Redis_FirewallRule_Spec) OriginalVersion

func (rule *Redis_FirewallRule_Spec) OriginalVersion() string

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

func (*Redis_FirewallRule_Spec) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*Redis_FirewallRule_Spec) SetAzureName

func (rule *Redis_FirewallRule_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type Redis_FirewallRule_Spec_ARM

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

Deprecated version of Redis_FirewallRule_Spec. Use v1beta20201201.Redis_FirewallRule_Spec instead

func (*Redis_FirewallRule_Spec_ARM) DeepCopy

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

func (*Redis_FirewallRule_Spec_ARM) DeepCopyInto

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

func (Redis_FirewallRule_Spec_ARM) GetAPIVersion

func (rule Redis_FirewallRule_Spec_ARM) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2020-12-01"

func (*Redis_FirewallRule_Spec_ARM) GetName

func (rule *Redis_FirewallRule_Spec_ARM) GetName() string

GetName returns the Name of the resource

func (*Redis_FirewallRule_Spec_ARM) GetType

func (rule *Redis_FirewallRule_Spec_ARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Cache/redis/firewallRules"

type Redis_LinkedServer_STATUS

type Redis_LinkedServer_STATUS struct {
	// Conditions: The observed state of the resource
	Conditions               []conditions.Condition                         `json:"conditions,omitempty"`
	Id                       *string                                        `json:"id,omitempty"`
	LinkedRedisCacheId       *string                                        `json:"linkedRedisCacheId,omitempty"`
	LinkedRedisCacheLocation *string                                        `json:"linkedRedisCacheLocation,omitempty"`
	Name                     *string                                        `json:"name,omitempty"`
	ProvisioningState        *string                                        `json:"provisioningState,omitempty"`
	ServerRole               *RedisLinkedServerProperties_ServerRole_STATUS `json:"serverRole,omitempty"`
	Type                     *string                                        `json:"type,omitempty"`
}

Deprecated version of Redis_LinkedServer_STATUS. Use v1beta20201201.Redis_LinkedServer_STATUS instead

func (*Redis_LinkedServer_STATUS) AssignProperties_From_Redis_LinkedServer_STATUS

func (server *Redis_LinkedServer_STATUS) AssignProperties_From_Redis_LinkedServer_STATUS(source *alpha20201201s.Redis_LinkedServer_STATUS) error

AssignProperties_From_Redis_LinkedServer_STATUS populates our Redis_LinkedServer_STATUS from the provided source Redis_LinkedServer_STATUS

func (*Redis_LinkedServer_STATUS) AssignProperties_To_Redis_LinkedServer_STATUS

func (server *Redis_LinkedServer_STATUS) AssignProperties_To_Redis_LinkedServer_STATUS(destination *alpha20201201s.Redis_LinkedServer_STATUS) error

AssignProperties_To_Redis_LinkedServer_STATUS populates the provided destination Redis_LinkedServer_STATUS from our Redis_LinkedServer_STATUS

func (*Redis_LinkedServer_STATUS) ConvertStatusFrom

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

ConvertStatusFrom populates our Redis_LinkedServer_STATUS from the provided source

func (*Redis_LinkedServer_STATUS) ConvertStatusTo

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

ConvertStatusTo populates the provided destination from our Redis_LinkedServer_STATUS

func (*Redis_LinkedServer_STATUS) DeepCopy

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

func (*Redis_LinkedServer_STATUS) DeepCopyInto

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

func (*Redis_LinkedServer_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Redis_LinkedServer_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Redis_LinkedServer_STATUS_ARM

type Redis_LinkedServer_STATUS_ARM struct {
	Id         *string                                 `json:"id,omitempty"`
	Name       *string                                 `json:"name,omitempty"`
	Properties *RedisLinkedServerProperties_STATUS_ARM `json:"properties,omitempty"`
	Type       *string                                 `json:"type,omitempty"`
}

Deprecated version of Redis_LinkedServer_STATUS. Use v1beta20201201.Redis_LinkedServer_STATUS instead

func (*Redis_LinkedServer_STATUS_ARM) DeepCopy

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

func (*Redis_LinkedServer_STATUS_ARM) DeepCopyInto

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

type Redis_LinkedServer_Spec

type Redis_LinkedServer_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
	LinkedRedisCacheLocation *string `json:"linkedRedisCacheLocation,omitempty"`

	// +kubebuilder:validation:Required
	LinkedRedisCacheReference *genruntime.ResourceReference `armReference:"LinkedRedisCacheId" json:"linkedRedisCacheReference,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 cache.azure.com/Redis resource
	Owner *genruntime.KnownResourceReference `group:"cache.azure.com" json:"owner,omitempty" kind:"Redis"`

	// +kubebuilder:validation:Required
	ServerRole *RedisLinkedServerCreateProperties_ServerRole `json:"serverRole,omitempty"`
}

func (*Redis_LinkedServer_Spec) AssignProperties_From_Redis_LinkedServer_Spec

func (server *Redis_LinkedServer_Spec) AssignProperties_From_Redis_LinkedServer_Spec(source *alpha20201201s.Redis_LinkedServer_Spec) error

AssignProperties_From_Redis_LinkedServer_Spec populates our Redis_LinkedServer_Spec from the provided source Redis_LinkedServer_Spec

func (*Redis_LinkedServer_Spec) AssignProperties_To_Redis_LinkedServer_Spec

func (server *Redis_LinkedServer_Spec) AssignProperties_To_Redis_LinkedServer_Spec(destination *alpha20201201s.Redis_LinkedServer_Spec) error

AssignProperties_To_Redis_LinkedServer_Spec populates the provided destination Redis_LinkedServer_Spec from our Redis_LinkedServer_Spec

func (*Redis_LinkedServer_Spec) ConvertSpecFrom

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

ConvertSpecFrom populates our Redis_LinkedServer_Spec from the provided source

func (*Redis_LinkedServer_Spec) ConvertSpecTo

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

ConvertSpecTo populates the provided destination from our Redis_LinkedServer_Spec

func (*Redis_LinkedServer_Spec) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Redis_LinkedServer_Spec) DeepCopy

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

func (*Redis_LinkedServer_Spec) DeepCopyInto

func (in *Redis_LinkedServer_Spec) DeepCopyInto(out *Redis_LinkedServer_Spec)

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

func (*Redis_LinkedServer_Spec) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Redis_LinkedServer_Spec) OriginalVersion

func (server *Redis_LinkedServer_Spec) OriginalVersion() string

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

func (*Redis_LinkedServer_Spec) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*Redis_LinkedServer_Spec) SetAzureName

func (server *Redis_LinkedServer_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type Redis_LinkedServer_Spec_ARM

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

Deprecated version of Redis_LinkedServer_Spec. Use v1beta20201201.Redis_LinkedServer_Spec instead

func (*Redis_LinkedServer_Spec_ARM) DeepCopy

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

func (*Redis_LinkedServer_Spec_ARM) DeepCopyInto

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

func (Redis_LinkedServer_Spec_ARM) GetAPIVersion

func (server Redis_LinkedServer_Spec_ARM) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2020-12-01"

func (*Redis_LinkedServer_Spec_ARM) GetName

func (server *Redis_LinkedServer_Spec_ARM) GetName() string

GetName returns the Name of the resource

func (*Redis_LinkedServer_Spec_ARM) GetType

func (server *Redis_LinkedServer_Spec_ARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Cache/redis/linkedServers"

type Redis_PatchSchedule_STATUS

type Redis_PatchSchedule_STATUS struct {
	// Conditions: The observed state of the resource
	Conditions      []conditions.Condition `json:"conditions,omitempty"`
	Id              *string                `json:"id,omitempty"`
	Location        *string                `json:"location,omitempty"`
	Name            *string                `json:"name,omitempty"`
	ScheduleEntries []ScheduleEntry_STATUS `json:"scheduleEntries,omitempty"`
	Type            *string                `json:"type,omitempty"`
}

Deprecated version of Redis_PatchSchedule_STATUS. Use v1beta20201201.Redis_PatchSchedule_STATUS instead

func (*Redis_PatchSchedule_STATUS) AssignProperties_From_Redis_PatchSchedule_STATUS

func (schedule *Redis_PatchSchedule_STATUS) AssignProperties_From_Redis_PatchSchedule_STATUS(source *alpha20201201s.Redis_PatchSchedule_STATUS) error

AssignProperties_From_Redis_PatchSchedule_STATUS populates our Redis_PatchSchedule_STATUS from the provided source Redis_PatchSchedule_STATUS

func (*Redis_PatchSchedule_STATUS) AssignProperties_To_Redis_PatchSchedule_STATUS

func (schedule *Redis_PatchSchedule_STATUS) AssignProperties_To_Redis_PatchSchedule_STATUS(destination *alpha20201201s.Redis_PatchSchedule_STATUS) error

AssignProperties_To_Redis_PatchSchedule_STATUS populates the provided destination Redis_PatchSchedule_STATUS from our Redis_PatchSchedule_STATUS

func (*Redis_PatchSchedule_STATUS) ConvertStatusFrom

func (schedule *Redis_PatchSchedule_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our Redis_PatchSchedule_STATUS from the provided source

func (*Redis_PatchSchedule_STATUS) ConvertStatusTo

func (schedule *Redis_PatchSchedule_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our Redis_PatchSchedule_STATUS

func (*Redis_PatchSchedule_STATUS) DeepCopy

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

func (*Redis_PatchSchedule_STATUS) DeepCopyInto

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

func (*Redis_PatchSchedule_STATUS) NewEmptyARMValue

func (schedule *Redis_PatchSchedule_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Redis_PatchSchedule_STATUS) PopulateFromARM

func (schedule *Redis_PatchSchedule_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Redis_PatchSchedule_STATUS_ARM

type Redis_PatchSchedule_STATUS_ARM struct {
	Id         *string                     `json:"id,omitempty"`
	Location   *string                     `json:"location,omitempty"`
	Name       *string                     `json:"name,omitempty"`
	Properties *ScheduleEntries_STATUS_ARM `json:"properties,omitempty"`
	Type       *string                     `json:"type,omitempty"`
}

Deprecated version of Redis_PatchSchedule_STATUS. Use v1beta20201201.Redis_PatchSchedule_STATUS instead

func (*Redis_PatchSchedule_STATUS_ARM) DeepCopy

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

func (*Redis_PatchSchedule_STATUS_ARM) DeepCopyInto

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

type Redis_PatchSchedule_Spec

type Redis_PatchSchedule_Spec struct {
	// +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 cache.azure.com/Redis resource
	Owner *genruntime.KnownResourceReference `group:"cache.azure.com" json:"owner,omitempty" kind:"Redis"`

	// +kubebuilder:validation:Required
	ScheduleEntries []ScheduleEntry `json:"scheduleEntries,omitempty"`
}

func (*Redis_PatchSchedule_Spec) AssignProperties_From_Redis_PatchSchedule_Spec

func (schedule *Redis_PatchSchedule_Spec) AssignProperties_From_Redis_PatchSchedule_Spec(source *alpha20201201s.Redis_PatchSchedule_Spec) error

AssignProperties_From_Redis_PatchSchedule_Spec populates our Redis_PatchSchedule_Spec from the provided source Redis_PatchSchedule_Spec

func (*Redis_PatchSchedule_Spec) AssignProperties_To_Redis_PatchSchedule_Spec

func (schedule *Redis_PatchSchedule_Spec) AssignProperties_To_Redis_PatchSchedule_Spec(destination *alpha20201201s.Redis_PatchSchedule_Spec) error

AssignProperties_To_Redis_PatchSchedule_Spec populates the provided destination Redis_PatchSchedule_Spec from our Redis_PatchSchedule_Spec

func (*Redis_PatchSchedule_Spec) ConvertSpecFrom

func (schedule *Redis_PatchSchedule_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Redis_PatchSchedule_Spec from the provided source

func (*Redis_PatchSchedule_Spec) ConvertSpecTo

func (schedule *Redis_PatchSchedule_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our Redis_PatchSchedule_Spec

func (*Redis_PatchSchedule_Spec) ConvertToARM

func (schedule *Redis_PatchSchedule_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Redis_PatchSchedule_Spec) DeepCopy

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

func (*Redis_PatchSchedule_Spec) DeepCopyInto

func (in *Redis_PatchSchedule_Spec) DeepCopyInto(out *Redis_PatchSchedule_Spec)

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

func (*Redis_PatchSchedule_Spec) NewEmptyARMValue

func (schedule *Redis_PatchSchedule_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Redis_PatchSchedule_Spec) OriginalVersion

func (schedule *Redis_PatchSchedule_Spec) OriginalVersion() string

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

func (*Redis_PatchSchedule_Spec) PopulateFromARM

func (schedule *Redis_PatchSchedule_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Redis_PatchSchedule_Spec_ARM

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

Deprecated version of Redis_PatchSchedule_Spec. Use v1beta20201201.Redis_PatchSchedule_Spec instead

func (*Redis_PatchSchedule_Spec_ARM) DeepCopy

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

func (*Redis_PatchSchedule_Spec_ARM) DeepCopyInto

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

func (Redis_PatchSchedule_Spec_ARM) GetAPIVersion

func (schedule Redis_PatchSchedule_Spec_ARM) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2020-12-01"

func (*Redis_PatchSchedule_Spec_ARM) GetName

func (schedule *Redis_PatchSchedule_Spec_ARM) GetName() string

GetName returns the Name of the resource

func (*Redis_PatchSchedule_Spec_ARM) GetType

func (schedule *Redis_PatchSchedule_Spec_ARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Cache/redis/patchSchedules"

type Redis_STATUS

type Redis_STATUS struct {
	// Conditions: The observed state of the resource
	Conditions                 []conditions.Condition                      `json:"conditions,omitempty"`
	EnableNonSslPort           *bool                                       `json:"enableNonSslPort,omitempty"`
	HostName                   *string                                     `json:"hostName,omitempty"`
	Id                         *string                                     `json:"id,omitempty"`
	Instances                  []RedisInstanceDetails_STATUS               `json:"instances,omitempty"`
	LinkedServers              []RedisLinkedServer_STATUS                  `json:"linkedServers,omitempty"`
	Location                   *string                                     `json:"location,omitempty"`
	MinimumTlsVersion          *RedisProperties_MinimumTlsVersion_STATUS   `json:"minimumTlsVersion,omitempty"`
	Name                       *string                                     `json:"name,omitempty"`
	Port                       *int                                        `json:"port,omitempty"`
	PrivateEndpointConnections []PrivateEndpointConnection_STATUS          `json:"privateEndpointConnections,omitempty"`
	ProvisioningState          *RedisProperties_ProvisioningState_STATUS   `json:"provisioningState,omitempty"`
	PublicNetworkAccess        *RedisProperties_PublicNetworkAccess_STATUS `json:"publicNetworkAccess,omitempty"`
	RedisConfiguration         *RedisProperties_RedisConfiguration_STATUS  `json:"redisConfiguration,omitempty"`
	RedisVersion               *string                                     `json:"redisVersion,omitempty"`
	ReplicasPerMaster          *int                                        `json:"replicasPerMaster,omitempty"`
	ReplicasPerPrimary         *int                                        `json:"replicasPerPrimary,omitempty"`
	ShardCount                 *int                                        `json:"shardCount,omitempty"`
	Sku                        *Sku_STATUS                                 `json:"sku,omitempty"`
	SslPort                    *int                                        `json:"sslPort,omitempty"`
	StaticIP                   *string                                     `json:"staticIP,omitempty"`
	SubnetId                   *string                                     `json:"subnetId,omitempty"`
	Tags                       map[string]string                           `json:"tags,omitempty"`
	TenantSettings             map[string]string                           `json:"tenantSettings,omitempty"`
	Type                       *string                                     `json:"type,omitempty"`
	Zones                      []string                                    `json:"zones,omitempty"`
}

Deprecated version of Redis_STATUS. Use v1beta20201201.Redis_STATUS instead

func (*Redis_STATUS) AssignProperties_From_Redis_STATUS

func (redis *Redis_STATUS) AssignProperties_From_Redis_STATUS(source *alpha20201201s.Redis_STATUS) error

AssignProperties_From_Redis_STATUS populates our Redis_STATUS from the provided source Redis_STATUS

func (*Redis_STATUS) AssignProperties_To_Redis_STATUS

func (redis *Redis_STATUS) AssignProperties_To_Redis_STATUS(destination *alpha20201201s.Redis_STATUS) error

AssignProperties_To_Redis_STATUS populates the provided destination Redis_STATUS from our Redis_STATUS

func (*Redis_STATUS) ConvertStatusFrom

func (redis *Redis_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our Redis_STATUS from the provided source

func (*Redis_STATUS) ConvertStatusTo

func (redis *Redis_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our Redis_STATUS

func (*Redis_STATUS) DeepCopy

func (in *Redis_STATUS) DeepCopy() *Redis_STATUS

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

func (*Redis_STATUS) DeepCopyInto

func (in *Redis_STATUS) DeepCopyInto(out *Redis_STATUS)

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

func (*Redis_STATUS) NewEmptyARMValue

func (redis *Redis_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Redis_STATUS) PopulateFromARM

func (redis *Redis_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Redis_STATUS_ARM

type Redis_STATUS_ARM struct {
	Id         *string                     `json:"id,omitempty"`
	Location   *string                     `json:"location,omitempty"`
	Name       *string                     `json:"name,omitempty"`
	Properties *RedisProperties_STATUS_ARM `json:"properties,omitempty"`
	Tags       map[string]string           `json:"tags,omitempty"`
	Type       *string                     `json:"type,omitempty"`
	Zones      []string                    `json:"zones,omitempty"`
}

Deprecated version of Redis_STATUS. Use v1beta20201201.Redis_STATUS instead

func (*Redis_STATUS_ARM) DeepCopy

func (in *Redis_STATUS_ARM) DeepCopy() *Redis_STATUS_ARM

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

func (*Redis_STATUS_ARM) DeepCopyInto

func (in *Redis_STATUS_ARM) DeepCopyInto(out *Redis_STATUS_ARM)

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

type Redis_Spec

type Redis_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"`
	EnableNonSslPort *bool  `json:"enableNonSslPort,omitempty"`

	// +kubebuilder:validation:Required
	Location          *string                                  `json:"location,omitempty"`
	MinimumTlsVersion *RedisCreateProperties_MinimumTlsVersion `json:"minimumTlsVersion,omitempty"`

	// OperatorSpec: The specification for configuring operator behavior. This field is interpreted by the operator and not
	// passed directly to Azure
	OperatorSpec *RedisOperatorSpec `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"`
	PublicNetworkAccess *RedisCreateProperties_PublicNetworkAccess `json:"publicNetworkAccess,omitempty"`
	RedisConfiguration  *RedisCreateProperties_RedisConfiguration  `json:"redisConfiguration,omitempty"`
	RedisVersion        *string                                    `json:"redisVersion,omitempty"`
	ReplicasPerMaster   *int                                       `json:"replicasPerMaster,omitempty"`
	ReplicasPerPrimary  *int                                       `json:"replicasPerPrimary,omitempty"`
	ShardCount          *int                                       `json:"shardCount,omitempty"`

	// +kubebuilder:validation:Required
	Sku *Sku `json:"sku,omitempty"`

	// +kubebuilder:validation:Pattern="^\\d+\\.\\d+\\.\\d+\\.\\d+$"
	StaticIP        *string                       `json:"staticIP,omitempty"`
	SubnetReference *genruntime.ResourceReference `armReference:"SubnetId" json:"subnetReference,omitempty"`
	Tags            map[string]string             `json:"tags,omitempty"`
	TenantSettings  map[string]string             `json:"tenantSettings,omitempty"`
	Zones           []string                      `json:"zones,omitempty"`
}

func (*Redis_Spec) AssignProperties_From_Redis_Spec

func (redis *Redis_Spec) AssignProperties_From_Redis_Spec(source *alpha20201201s.Redis_Spec) error

AssignProperties_From_Redis_Spec populates our Redis_Spec from the provided source Redis_Spec

func (*Redis_Spec) AssignProperties_To_Redis_Spec

func (redis *Redis_Spec) AssignProperties_To_Redis_Spec(destination *alpha20201201s.Redis_Spec) error

AssignProperties_To_Redis_Spec populates the provided destination Redis_Spec from our Redis_Spec

func (*Redis_Spec) ConvertSpecFrom

func (redis *Redis_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Redis_Spec from the provided source

func (*Redis_Spec) ConvertSpecTo

func (redis *Redis_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our Redis_Spec

func (*Redis_Spec) ConvertToARM

func (redis *Redis_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Redis_Spec) DeepCopy

func (in *Redis_Spec) DeepCopy() *Redis_Spec

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

func (*Redis_Spec) DeepCopyInto

func (in *Redis_Spec) DeepCopyInto(out *Redis_Spec)

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

func (*Redis_Spec) NewEmptyARMValue

func (redis *Redis_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Redis_Spec) OriginalVersion

func (redis *Redis_Spec) OriginalVersion() string

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

func (*Redis_Spec) PopulateFromARM

func (redis *Redis_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*Redis_Spec) SetAzureName

func (redis *Redis_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type Redis_Spec_ARM

type Redis_Spec_ARM struct {
	Location   *string                    `json:"location,omitempty"`
	Name       string                     `json:"name,omitempty"`
	Properties *RedisCreateProperties_ARM `json:"properties,omitempty"`
	Tags       map[string]string          `json:"tags,omitempty"`
	Zones      []string                   `json:"zones,omitempty"`
}

Deprecated version of Redis_Spec. Use v1beta20201201.Redis_Spec instead

func (*Redis_Spec_ARM) DeepCopy

func (in *Redis_Spec_ARM) DeepCopy() *Redis_Spec_ARM

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

func (*Redis_Spec_ARM) DeepCopyInto

func (in *Redis_Spec_ARM) DeepCopyInto(out *Redis_Spec_ARM)

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

func (Redis_Spec_ARM) GetAPIVersion

func (redis Redis_Spec_ARM) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2020-12-01"

func (*Redis_Spec_ARM) GetName

func (redis *Redis_Spec_ARM) GetName() string

GetName returns the Name of the resource

func (*Redis_Spec_ARM) GetType

func (redis *Redis_Spec_ARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Cache/redis"

type ScheduleEntries_ARM

type ScheduleEntries_ARM struct {
	ScheduleEntries []ScheduleEntry_ARM `json:"scheduleEntries,omitempty"`
}

Deprecated version of ScheduleEntries. Use v1beta20201201.ScheduleEntries instead

func (*ScheduleEntries_ARM) DeepCopy

func (in *ScheduleEntries_ARM) DeepCopy() *ScheduleEntries_ARM

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

func (*ScheduleEntries_ARM) DeepCopyInto

func (in *ScheduleEntries_ARM) DeepCopyInto(out *ScheduleEntries_ARM)

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

type ScheduleEntries_STATUS_ARM

type ScheduleEntries_STATUS_ARM struct {
	ScheduleEntries []ScheduleEntry_STATUS_ARM `json:"scheduleEntries,omitempty"`
}

Deprecated version of ScheduleEntries_STATUS. Use v1beta20201201.ScheduleEntries_STATUS instead

func (*ScheduleEntries_STATUS_ARM) DeepCopy

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

func (*ScheduleEntries_STATUS_ARM) DeepCopyInto

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

type ScheduleEntry

type ScheduleEntry struct {
	// +kubebuilder:validation:Required
	DayOfWeek         *ScheduleEntry_DayOfWeek `json:"dayOfWeek,omitempty"`
	MaintenanceWindow *string                  `json:"maintenanceWindow,omitempty"`

	// +kubebuilder:validation:Required
	StartHourUtc *int `json:"startHourUtc,omitempty"`
}

Deprecated version of ScheduleEntry. Use v1beta20201201.ScheduleEntry instead

func (*ScheduleEntry) AssignProperties_From_ScheduleEntry

func (entry *ScheduleEntry) AssignProperties_From_ScheduleEntry(source *alpha20201201s.ScheduleEntry) error

AssignProperties_From_ScheduleEntry populates our ScheduleEntry from the provided source ScheduleEntry

func (*ScheduleEntry) AssignProperties_To_ScheduleEntry

func (entry *ScheduleEntry) AssignProperties_To_ScheduleEntry(destination *alpha20201201s.ScheduleEntry) error

AssignProperties_To_ScheduleEntry populates the provided destination ScheduleEntry from our ScheduleEntry

func (*ScheduleEntry) ConvertToARM

func (entry *ScheduleEntry) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*ScheduleEntry) DeepCopy

func (in *ScheduleEntry) DeepCopy() *ScheduleEntry

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

func (*ScheduleEntry) DeepCopyInto

func (in *ScheduleEntry) DeepCopyInto(out *ScheduleEntry)

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

func (*ScheduleEntry) NewEmptyARMValue

func (entry *ScheduleEntry) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ScheduleEntry) PopulateFromARM

func (entry *ScheduleEntry) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ScheduleEntry_ARM

type ScheduleEntry_ARM struct {
	DayOfWeek         *ScheduleEntry_DayOfWeek `json:"dayOfWeek,omitempty"`
	MaintenanceWindow *string                  `json:"maintenanceWindow,omitempty"`
	StartHourUtc      *int                     `json:"startHourUtc,omitempty"`
}

Deprecated version of ScheduleEntry. Use v1beta20201201.ScheduleEntry instead

func (*ScheduleEntry_ARM) DeepCopy

func (in *ScheduleEntry_ARM) DeepCopy() *ScheduleEntry_ARM

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

func (*ScheduleEntry_ARM) DeepCopyInto

func (in *ScheduleEntry_ARM) DeepCopyInto(out *ScheduleEntry_ARM)

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

type ScheduleEntry_DayOfWeek

type ScheduleEntry_DayOfWeek string

Deprecated version of ScheduleEntry_DayOfWeek. Use v1beta20201201.ScheduleEntry_DayOfWeek instead +kubebuilder:validation:Enum={"Everyday","Friday","Monday","Saturday","Sunday","Thursday","Tuesday","Wednesday","Weekend"}

type ScheduleEntry_DayOfWeek_STATUS

type ScheduleEntry_DayOfWeek_STATUS string

Deprecated version of ScheduleEntry_DayOfWeek_STATUS. Use v1beta20201201.ScheduleEntry_DayOfWeek_STATUS instead

type ScheduleEntry_STATUS

type ScheduleEntry_STATUS struct {
	DayOfWeek         *ScheduleEntry_DayOfWeek_STATUS `json:"dayOfWeek,omitempty"`
	MaintenanceWindow *string                         `json:"maintenanceWindow,omitempty"`
	StartHourUtc      *int                            `json:"startHourUtc,omitempty"`
}

Deprecated version of ScheduleEntry_STATUS. Use v1beta20201201.ScheduleEntry_STATUS instead

func (*ScheduleEntry_STATUS) AssignProperties_From_ScheduleEntry_STATUS

func (entry *ScheduleEntry_STATUS) AssignProperties_From_ScheduleEntry_STATUS(source *alpha20201201s.ScheduleEntry_STATUS) error

AssignProperties_From_ScheduleEntry_STATUS populates our ScheduleEntry_STATUS from the provided source ScheduleEntry_STATUS

func (*ScheduleEntry_STATUS) AssignProperties_To_ScheduleEntry_STATUS

func (entry *ScheduleEntry_STATUS) AssignProperties_To_ScheduleEntry_STATUS(destination *alpha20201201s.ScheduleEntry_STATUS) error

AssignProperties_To_ScheduleEntry_STATUS populates the provided destination ScheduleEntry_STATUS from our ScheduleEntry_STATUS

func (*ScheduleEntry_STATUS) DeepCopy

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

func (*ScheduleEntry_STATUS) DeepCopyInto

func (in *ScheduleEntry_STATUS) DeepCopyInto(out *ScheduleEntry_STATUS)

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

func (*ScheduleEntry_STATUS) NewEmptyARMValue

func (entry *ScheduleEntry_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ScheduleEntry_STATUS) PopulateFromARM

func (entry *ScheduleEntry_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ScheduleEntry_STATUS_ARM

type ScheduleEntry_STATUS_ARM struct {
	DayOfWeek         *ScheduleEntry_DayOfWeek_STATUS `json:"dayOfWeek,omitempty"`
	MaintenanceWindow *string                         `json:"maintenanceWindow,omitempty"`
	StartHourUtc      *int                            `json:"startHourUtc,omitempty"`
}

Deprecated version of ScheduleEntry_STATUS. Use v1beta20201201.ScheduleEntry_STATUS instead

func (*ScheduleEntry_STATUS_ARM) DeepCopy

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

func (*ScheduleEntry_STATUS_ARM) DeepCopyInto

func (in *ScheduleEntry_STATUS_ARM) DeepCopyInto(out *ScheduleEntry_STATUS_ARM)

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

type Sku

type Sku struct {
	// +kubebuilder:validation:Required
	Capacity *int `json:"capacity,omitempty"`

	// +kubebuilder:validation:Required
	Family *Sku_Family `json:"family,omitempty"`

	// +kubebuilder:validation:Required
	Name *Sku_Name `json:"name,omitempty"`
}

Deprecated version of Sku. Use v1beta20201201.Sku instead

func (*Sku) AssignProperties_From_Sku

func (sku *Sku) AssignProperties_From_Sku(source *alpha20201201s.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 *alpha20201201s.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 {
	Capacity *int        `json:"capacity,omitempty"`
	Family   *Sku_Family `json:"family,omitempty"`
	Name     *Sku_Name   `json:"name,omitempty"`
}

Deprecated version of Sku. Use v1beta20201201.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_Family

type Sku_Family string

Deprecated version of Sku_Family. Use v1beta20201201.Sku_Family instead +kubebuilder:validation:Enum={"C","P"}

type Sku_Family_STATUS

type Sku_Family_STATUS string

Deprecated version of Sku_Family_STATUS. Use v1beta20201201.Sku_Family_STATUS instead

type Sku_Name

type Sku_Name string

Deprecated version of Sku_Name. Use v1beta20201201.Sku_Name instead +kubebuilder:validation:Enum={"Basic","Premium","Standard"}

type Sku_Name_STATUS

type Sku_Name_STATUS string

Deprecated version of Sku_Name_STATUS. Use v1beta20201201.Sku_Name_STATUS instead

type Sku_STATUS

type Sku_STATUS struct {
	Capacity *int               `json:"capacity,omitempty"`
	Family   *Sku_Family_STATUS `json:"family,omitempty"`
	Name     *Sku_Name_STATUS   `json:"name,omitempty"`
}

Deprecated version of Sku_STATUS. Use v1beta20201201.Sku_STATUS instead

func (*Sku_STATUS) AssignProperties_From_Sku_STATUS

func (sku *Sku_STATUS) AssignProperties_From_Sku_STATUS(source *alpha20201201s.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 *alpha20201201s.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 {
	Capacity *int               `json:"capacity,omitempty"`
	Family   *Sku_Family_STATUS `json:"family,omitempty"`
	Name     *Sku_Name_STATUS   `json:"name,omitempty"`
}

Deprecated version of Sku_STATUS. Use v1beta20201201.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.

Jump to

Keyboard shortcuts

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