v1beta20210301

package
v2.3.0 Latest Latest
Warning

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

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

Documentation

Overview

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

Package v1beta20210301 contains API Schema definitions for the cache v1beta20210301 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.

Index

Constants

View Source
const (
	DatabaseProperties_ClientProtocol_Encrypted = DatabaseProperties_ClientProtocol("Encrypted")
	DatabaseProperties_ClientProtocol_Plaintext = DatabaseProperties_ClientProtocol("Plaintext")
)
View Source
const (
	DatabaseProperties_ClientProtocol_STATUS_Encrypted = DatabaseProperties_ClientProtocol_STATUS("Encrypted")
	DatabaseProperties_ClientProtocol_STATUS_Plaintext = DatabaseProperties_ClientProtocol_STATUS("Plaintext")
)
View Source
const (
	DatabaseProperties_ClusteringPolicy_EnterpriseCluster = DatabaseProperties_ClusteringPolicy("EnterpriseCluster")
	DatabaseProperties_ClusteringPolicy_OSSCluster        = DatabaseProperties_ClusteringPolicy("OSSCluster")
)
View Source
const (
	DatabaseProperties_ClusteringPolicy_STATUS_EnterpriseCluster = DatabaseProperties_ClusteringPolicy_STATUS("EnterpriseCluster")
	DatabaseProperties_ClusteringPolicy_STATUS_OSSCluster        = DatabaseProperties_ClusteringPolicy_STATUS("OSSCluster")
)
View Source
const (
	DatabaseProperties_EvictionPolicy_AllKeysLFU     = DatabaseProperties_EvictionPolicy("AllKeysLFU")
	DatabaseProperties_EvictionPolicy_AllKeysLRU     = DatabaseProperties_EvictionPolicy("AllKeysLRU")
	DatabaseProperties_EvictionPolicy_AllKeysRandom  = DatabaseProperties_EvictionPolicy("AllKeysRandom")
	DatabaseProperties_EvictionPolicy_NoEviction     = DatabaseProperties_EvictionPolicy("NoEviction")
	DatabaseProperties_EvictionPolicy_VolatileLFU    = DatabaseProperties_EvictionPolicy("VolatileLFU")
	DatabaseProperties_EvictionPolicy_VolatileLRU    = DatabaseProperties_EvictionPolicy("VolatileLRU")
	DatabaseProperties_EvictionPolicy_VolatileRandom = DatabaseProperties_EvictionPolicy("VolatileRandom")
	DatabaseProperties_EvictionPolicy_VolatileTTL    = DatabaseProperties_EvictionPolicy("VolatileTTL")
)
View Source
const (
	DatabaseProperties_EvictionPolicy_STATUS_AllKeysLFU     = DatabaseProperties_EvictionPolicy_STATUS("AllKeysLFU")
	DatabaseProperties_EvictionPolicy_STATUS_AllKeysLRU     = DatabaseProperties_EvictionPolicy_STATUS("AllKeysLRU")
	DatabaseProperties_EvictionPolicy_STATUS_AllKeysRandom  = DatabaseProperties_EvictionPolicy_STATUS("AllKeysRandom")
	DatabaseProperties_EvictionPolicy_STATUS_NoEviction     = DatabaseProperties_EvictionPolicy_STATUS("NoEviction")
	DatabaseProperties_EvictionPolicy_STATUS_VolatileLFU    = DatabaseProperties_EvictionPolicy_STATUS("VolatileLFU")
	DatabaseProperties_EvictionPolicy_STATUS_VolatileLRU    = DatabaseProperties_EvictionPolicy_STATUS("VolatileLRU")
	DatabaseProperties_EvictionPolicy_STATUS_VolatileRandom = DatabaseProperties_EvictionPolicy_STATUS("VolatileRandom")
	DatabaseProperties_EvictionPolicy_STATUS_VolatileTTL    = DatabaseProperties_EvictionPolicy_STATUS("VolatileTTL")
)
View Source
const (
	Persistence_AofFrequency_1S     = Persistence_AofFrequency("1s")
	Persistence_AofFrequency_Always = Persistence_AofFrequency("always")
)
View Source
const (
	Persistence_AofFrequency_STATUS_1S     = Persistence_AofFrequency_STATUS("1s")
	Persistence_AofFrequency_STATUS_Always = Persistence_AofFrequency_STATUS("always")
)
View Source
const (
	Persistence_RdbFrequency_12H = Persistence_RdbFrequency("12h")
	Persistence_RdbFrequency_1H  = Persistence_RdbFrequency("1h")
	Persistence_RdbFrequency_6H  = Persistence_RdbFrequency("6h")
)
View Source
const (
	Persistence_RdbFrequency_STATUS_12H = Persistence_RdbFrequency_STATUS("12h")
	Persistence_RdbFrequency_STATUS_1H  = Persistence_RdbFrequency_STATUS("1h")
	Persistence_RdbFrequency_STATUS_6H  = Persistence_RdbFrequency_STATUS("6h")
)
View Source
const (
	Sku_Name_EnterpriseFlash_F1500 = Sku_Name("EnterpriseFlash_F1500")
	Sku_Name_EnterpriseFlash_F300  = Sku_Name("EnterpriseFlash_F300")
	Sku_Name_EnterpriseFlash_F700  = Sku_Name("EnterpriseFlash_F700")
	Sku_Name_Enterprise_E10        = Sku_Name("Enterprise_E10")
	Sku_Name_Enterprise_E100       = Sku_Name("Enterprise_E100")
	Sku_Name_Enterprise_E20        = Sku_Name("Enterprise_E20")
	Sku_Name_Enterprise_E50        = Sku_Name("Enterprise_E50")
)
View Source
const (
	Sku_Name_STATUS_EnterpriseFlash_F1500 = Sku_Name_STATUS("EnterpriseFlash_F1500")
	Sku_Name_STATUS_EnterpriseFlash_F300  = Sku_Name_STATUS("EnterpriseFlash_F300")
	Sku_Name_STATUS_EnterpriseFlash_F700  = Sku_Name_STATUS("EnterpriseFlash_F700")
	Sku_Name_STATUS_Enterprise_E10        = Sku_Name_STATUS("Enterprise_E10")
	Sku_Name_STATUS_Enterprise_E100       = Sku_Name_STATUS("Enterprise_E100")
	Sku_Name_STATUS_Enterprise_E20        = Sku_Name_STATUS("Enterprise_E20")
	Sku_Name_STATUS_Enterprise_E50        = Sku_Name_STATUS("Enterprise_E50")
)
View Source
const (
	ClusterProperties_MinimumTlsVersion_10 = ClusterProperties_MinimumTlsVersion("1.0")
	ClusterProperties_MinimumTlsVersion_11 = ClusterProperties_MinimumTlsVersion("1.1")
	ClusterProperties_MinimumTlsVersion_12 = ClusterProperties_MinimumTlsVersion("1.2")
)
View Source
const (
	ClusterProperties_MinimumTlsVersion_STATUS_10 = ClusterProperties_MinimumTlsVersion_STATUS("1.0")
	ClusterProperties_MinimumTlsVersion_STATUS_11 = ClusterProperties_MinimumTlsVersion_STATUS("1.1")
	ClusterProperties_MinimumTlsVersion_STATUS_12 = ClusterProperties_MinimumTlsVersion_STATUS("1.2")
)
View Source
const (
	ProvisioningState_STATUS_Canceled  = ProvisioningState_STATUS("Canceled")
	ProvisioningState_STATUS_Creating  = ProvisioningState_STATUS("Creating")
	ProvisioningState_STATUS_Deleting  = ProvisioningState_STATUS("Deleting")
	ProvisioningState_STATUS_Failed    = ProvisioningState_STATUS("Failed")
	ProvisioningState_STATUS_Succeeded = ProvisioningState_STATUS("Succeeded")
	ProvisioningState_STATUS_Updating  = ProvisioningState_STATUS("Updating")
)
View Source
const (
	ResourceState_STATUS_CreateFailed  = ResourceState_STATUS("CreateFailed")
	ResourceState_STATUS_Creating      = ResourceState_STATUS("Creating")
	ResourceState_STATUS_DeleteFailed  = ResourceState_STATUS("DeleteFailed")
	ResourceState_STATUS_Deleting      = ResourceState_STATUS("Deleting")
	ResourceState_STATUS_DisableFailed = ResourceState_STATUS("DisableFailed")
	ResourceState_STATUS_Disabled      = ResourceState_STATUS("Disabled")
	ResourceState_STATUS_Disabling     = ResourceState_STATUS("Disabling")
	ResourceState_STATUS_EnableFailed  = ResourceState_STATUS("EnableFailed")
	ResourceState_STATUS_Enabling      = ResourceState_STATUS("Enabling")
	ResourceState_STATUS_Running       = ResourceState_STATUS("Running")
	ResourceState_STATUS_UpdateFailed  = ResourceState_STATUS("UpdateFailed")
	ResourceState_STATUS_Updating      = ResourceState_STATUS("Updating")
)
View Source
const APIVersion_Value = APIVersion("2021-03-01")

Variables

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

	// 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 v1api20210301.APIVersion instead +kubebuilder:validation:Enum={"2021-03-01"}

type ClusterProperties_ARM

type ClusterProperties_ARM struct {
	MinimumTlsVersion *ClusterProperties_MinimumTlsVersion `json:"minimumTlsVersion,omitempty"`
}

Deprecated version of ClusterProperties. Use v1api20210301.ClusterProperties instead

func (*ClusterProperties_ARM) DeepCopy

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

func (*ClusterProperties_ARM) DeepCopyInto

func (in *ClusterProperties_ARM) DeepCopyInto(out *ClusterProperties_ARM)

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

type ClusterProperties_MinimumTlsVersion

type ClusterProperties_MinimumTlsVersion string

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

type ClusterProperties_MinimumTlsVersion_STATUS

type ClusterProperties_MinimumTlsVersion_STATUS string

Deprecated version of ClusterProperties_MinimumTlsVersion_STATUS. Use v1api20210301.ClusterProperties_MinimumTlsVersion_STATUS instead

type ClusterProperties_STATUS_ARM

type ClusterProperties_STATUS_ARM struct {
	HostName                   *string                                     `json:"hostName,omitempty"`
	MinimumTlsVersion          *ClusterProperties_MinimumTlsVersion_STATUS `json:"minimumTlsVersion,omitempty"`
	PrivateEndpointConnections []PrivateEndpointConnection_STATUS_ARM      `json:"privateEndpointConnections,omitempty"`
	ProvisioningState          *ProvisioningState_STATUS                   `json:"provisioningState,omitempty"`
	RedisVersion               *string                                     `json:"redisVersion,omitempty"`
	ResourceState              *ResourceState_STATUS                       `json:"resourceState,omitempty"`
}

Deprecated version of ClusterProperties_STATUS. Use v1api20210301.ClusterProperties_STATUS instead

func (*ClusterProperties_STATUS_ARM) DeepCopy

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

func (*ClusterProperties_STATUS_ARM) DeepCopyInto

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

type DatabaseProperties_ARM

type DatabaseProperties_ARM struct {
	ClientProtocol   *DatabaseProperties_ClientProtocol   `json:"clientProtocol,omitempty"`
	ClusteringPolicy *DatabaseProperties_ClusteringPolicy `json:"clusteringPolicy,omitempty"`
	EvictionPolicy   *DatabaseProperties_EvictionPolicy   `json:"evictionPolicy,omitempty"`
	Modules          []Module_ARM                         `json:"modules,omitempty"`
	Persistence      *Persistence_ARM                     `json:"persistence,omitempty"`
	Port             *int                                 `json:"port,omitempty"`
}

Deprecated version of DatabaseProperties. Use v1api20210301.DatabaseProperties instead

func (*DatabaseProperties_ARM) DeepCopy

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

func (*DatabaseProperties_ARM) DeepCopyInto

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

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

type DatabaseProperties_ClientProtocol

type DatabaseProperties_ClientProtocol string

Deprecated version of DatabaseProperties_ClientProtocol. Use v1api20210301.DatabaseProperties_ClientProtocol instead +kubebuilder:validation:Enum={"Encrypted","Plaintext"}

type DatabaseProperties_ClientProtocol_STATUS

type DatabaseProperties_ClientProtocol_STATUS string

Deprecated version of DatabaseProperties_ClientProtocol_STATUS. Use v1api20210301.DatabaseProperties_ClientProtocol_STATUS instead

type DatabaseProperties_ClusteringPolicy

type DatabaseProperties_ClusteringPolicy string

Deprecated version of DatabaseProperties_ClusteringPolicy. Use v1api20210301.DatabaseProperties_ClusteringPolicy instead +kubebuilder:validation:Enum={"EnterpriseCluster","OSSCluster"}

type DatabaseProperties_ClusteringPolicy_STATUS

type DatabaseProperties_ClusteringPolicy_STATUS string

Deprecated version of DatabaseProperties_ClusteringPolicy_STATUS. Use v1api20210301.DatabaseProperties_ClusteringPolicy_STATUS instead

type DatabaseProperties_EvictionPolicy

type DatabaseProperties_EvictionPolicy string

Deprecated version of DatabaseProperties_EvictionPolicy. Use v1api20210301.DatabaseProperties_EvictionPolicy instead +kubebuilder:validation:Enum={"AllKeysLFU","AllKeysLRU","AllKeysRandom","NoEviction","VolatileLFU","VolatileLRU","VolatileRandom","VolatileTTL"}

type DatabaseProperties_EvictionPolicy_STATUS

type DatabaseProperties_EvictionPolicy_STATUS string

Deprecated version of DatabaseProperties_EvictionPolicy_STATUS. Use v1api20210301.DatabaseProperties_EvictionPolicy_STATUS instead

type DatabaseProperties_STATUS_ARM

type DatabaseProperties_STATUS_ARM struct {
	ClientProtocol    *DatabaseProperties_ClientProtocol_STATUS   `json:"clientProtocol,omitempty"`
	ClusteringPolicy  *DatabaseProperties_ClusteringPolicy_STATUS `json:"clusteringPolicy,omitempty"`
	EvictionPolicy    *DatabaseProperties_EvictionPolicy_STATUS   `json:"evictionPolicy,omitempty"`
	Modules           []Module_STATUS_ARM                         `json:"modules,omitempty"`
	Persistence       *Persistence_STATUS_ARM                     `json:"persistence,omitempty"`
	Port              *int                                        `json:"port,omitempty"`
	ProvisioningState *ProvisioningState_STATUS                   `json:"provisioningState,omitempty"`
	ResourceState     *ResourceState_STATUS                       `json:"resourceState,omitempty"`
}

Deprecated version of DatabaseProperties_STATUS. Use v1api20210301.DatabaseProperties_STATUS instead

func (*DatabaseProperties_STATUS_ARM) DeepCopy

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

func (*DatabaseProperties_STATUS_ARM) DeepCopyInto

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

type Module

type Module struct {
	Args *string `json:"args,omitempty"`

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

Deprecated version of Module. Use v1api20210301.Module instead

func (*Module) AssignProperties_From_Module

func (module *Module) AssignProperties_From_Module(source *v1beta20210301s.Module) error

AssignProperties_From_Module populates our Module from the provided source Module

func (*Module) AssignProperties_To_Module

func (module *Module) AssignProperties_To_Module(destination *v1beta20210301s.Module) error

AssignProperties_To_Module populates the provided destination Module from our Module

func (*Module) ConvertToARM

func (module *Module) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Module) DeepCopy

func (in *Module) DeepCopy() *Module

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

func (*Module) DeepCopyInto

func (in *Module) DeepCopyInto(out *Module)

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

func (*Module) NewEmptyARMValue

func (module *Module) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Module) PopulateFromARM

func (module *Module) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Module_ARM

type Module_ARM struct {
	Args *string `json:"args,omitempty"`
	Name *string `json:"name,omitempty"`
}

Deprecated version of Module. Use v1api20210301.Module instead

func (*Module_ARM) DeepCopy

func (in *Module_ARM) DeepCopy() *Module_ARM

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

func (*Module_ARM) DeepCopyInto

func (in *Module_ARM) DeepCopyInto(out *Module_ARM)

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

type Module_STATUS

type Module_STATUS struct {
	Args    *string `json:"args,omitempty"`
	Name    *string `json:"name,omitempty"`
	Version *string `json:"version,omitempty"`
}

Deprecated version of Module_STATUS. Use v1api20210301.Module_STATUS instead

func (*Module_STATUS) AssignProperties_From_Module_STATUS

func (module *Module_STATUS) AssignProperties_From_Module_STATUS(source *v1beta20210301s.Module_STATUS) error

AssignProperties_From_Module_STATUS populates our Module_STATUS from the provided source Module_STATUS

func (*Module_STATUS) AssignProperties_To_Module_STATUS

func (module *Module_STATUS) AssignProperties_To_Module_STATUS(destination *v1beta20210301s.Module_STATUS) error

AssignProperties_To_Module_STATUS populates the provided destination Module_STATUS from our Module_STATUS

func (*Module_STATUS) DeepCopy

func (in *Module_STATUS) DeepCopy() *Module_STATUS

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

func (*Module_STATUS) DeepCopyInto

func (in *Module_STATUS) DeepCopyInto(out *Module_STATUS)

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

func (*Module_STATUS) NewEmptyARMValue

func (module *Module_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Module_STATUS) PopulateFromARM

func (module *Module_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Module_STATUS_ARM

type Module_STATUS_ARM struct {
	Args    *string `json:"args,omitempty"`
	Name    *string `json:"name,omitempty"`
	Version *string `json:"version,omitempty"`
}

Deprecated version of Module_STATUS. Use v1api20210301.Module_STATUS instead

func (*Module_STATUS_ARM) DeepCopy

func (in *Module_STATUS_ARM) DeepCopy() *Module_STATUS_ARM

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

func (*Module_STATUS_ARM) DeepCopyInto

func (in *Module_STATUS_ARM) DeepCopyInto(out *Module_STATUS_ARM)

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

type Persistence

type Persistence struct {
	AofEnabled   *bool                     `json:"aofEnabled,omitempty"`
	AofFrequency *Persistence_AofFrequency `json:"aofFrequency,omitempty"`
	RdbEnabled   *bool                     `json:"rdbEnabled,omitempty"`
	RdbFrequency *Persistence_RdbFrequency `json:"rdbFrequency,omitempty"`
}

Deprecated version of Persistence. Use v1api20210301.Persistence instead

func (*Persistence) AssignProperties_From_Persistence

func (persistence *Persistence) AssignProperties_From_Persistence(source *v1beta20210301s.Persistence) error

AssignProperties_From_Persistence populates our Persistence from the provided source Persistence

func (*Persistence) AssignProperties_To_Persistence

func (persistence *Persistence) AssignProperties_To_Persistence(destination *v1beta20210301s.Persistence) error

AssignProperties_To_Persistence populates the provided destination Persistence from our Persistence

func (*Persistence) ConvertToARM

func (persistence *Persistence) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Persistence) DeepCopy

func (in *Persistence) DeepCopy() *Persistence

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

func (*Persistence) DeepCopyInto

func (in *Persistence) DeepCopyInto(out *Persistence)

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

func (*Persistence) NewEmptyARMValue

func (persistence *Persistence) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Persistence) PopulateFromARM

func (persistence *Persistence) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Persistence_ARM

type Persistence_ARM struct {
	AofEnabled   *bool                     `json:"aofEnabled,omitempty"`
	AofFrequency *Persistence_AofFrequency `json:"aofFrequency,omitempty"`
	RdbEnabled   *bool                     `json:"rdbEnabled,omitempty"`
	RdbFrequency *Persistence_RdbFrequency `json:"rdbFrequency,omitempty"`
}

Deprecated version of Persistence. Use v1api20210301.Persistence instead

func (*Persistence_ARM) DeepCopy

func (in *Persistence_ARM) DeepCopy() *Persistence_ARM

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

func (*Persistence_ARM) DeepCopyInto

func (in *Persistence_ARM) DeepCopyInto(out *Persistence_ARM)

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

type Persistence_AofFrequency

type Persistence_AofFrequency string

Deprecated version of Persistence_AofFrequency. Use v1api20210301.Persistence_AofFrequency instead +kubebuilder:validation:Enum={"1s","always"}

type Persistence_AofFrequency_STATUS

type Persistence_AofFrequency_STATUS string

Deprecated version of Persistence_AofFrequency_STATUS. Use v1api20210301.Persistence_AofFrequency_STATUS instead

type Persistence_RdbFrequency

type Persistence_RdbFrequency string

Deprecated version of Persistence_RdbFrequency. Use v1api20210301.Persistence_RdbFrequency instead +kubebuilder:validation:Enum={"12h","1h","6h"}

type Persistence_RdbFrequency_STATUS

type Persistence_RdbFrequency_STATUS string

Deprecated version of Persistence_RdbFrequency_STATUS. Use v1api20210301.Persistence_RdbFrequency_STATUS instead

type Persistence_STATUS

type Persistence_STATUS struct {
	AofEnabled   *bool                            `json:"aofEnabled,omitempty"`
	AofFrequency *Persistence_AofFrequency_STATUS `json:"aofFrequency,omitempty"`
	RdbEnabled   *bool                            `json:"rdbEnabled,omitempty"`
	RdbFrequency *Persistence_RdbFrequency_STATUS `json:"rdbFrequency,omitempty"`
}

Deprecated version of Persistence_STATUS. Use v1api20210301.Persistence_STATUS instead

func (*Persistence_STATUS) AssignProperties_From_Persistence_STATUS

func (persistence *Persistence_STATUS) AssignProperties_From_Persistence_STATUS(source *v1beta20210301s.Persistence_STATUS) error

AssignProperties_From_Persistence_STATUS populates our Persistence_STATUS from the provided source Persistence_STATUS

func (*Persistence_STATUS) AssignProperties_To_Persistence_STATUS

func (persistence *Persistence_STATUS) AssignProperties_To_Persistence_STATUS(destination *v1beta20210301s.Persistence_STATUS) error

AssignProperties_To_Persistence_STATUS populates the provided destination Persistence_STATUS from our Persistence_STATUS

func (*Persistence_STATUS) DeepCopy

func (in *Persistence_STATUS) DeepCopy() *Persistence_STATUS

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

func (*Persistence_STATUS) DeepCopyInto

func (in *Persistence_STATUS) DeepCopyInto(out *Persistence_STATUS)

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

func (*Persistence_STATUS) NewEmptyARMValue

func (persistence *Persistence_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Persistence_STATUS) PopulateFromARM

func (persistence *Persistence_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Persistence_STATUS_ARM

type Persistence_STATUS_ARM struct {
	AofEnabled   *bool                            `json:"aofEnabled,omitempty"`
	AofFrequency *Persistence_AofFrequency_STATUS `json:"aofFrequency,omitempty"`
	RdbEnabled   *bool                            `json:"rdbEnabled,omitempty"`
	RdbFrequency *Persistence_RdbFrequency_STATUS `json:"rdbFrequency,omitempty"`
}

Deprecated version of Persistence_STATUS. Use v1api20210301.Persistence_STATUS instead

func (*Persistence_STATUS_ARM) DeepCopy

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

func (*Persistence_STATUS_ARM) DeepCopyInto

func (in *Persistence_STATUS_ARM) DeepCopyInto(out *Persistence_STATUS_ARM)

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

type PrivateEndpointConnection_STATUS

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

Deprecated version of PrivateEndpointConnection_STATUS. Use v1api20210301.PrivateEndpointConnection_STATUS instead

func (*PrivateEndpointConnection_STATUS) AssignProperties_From_PrivateEndpointConnection_STATUS

func (connection *PrivateEndpointConnection_STATUS) AssignProperties_From_PrivateEndpointConnection_STATUS(source *v1beta20210301s.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 *v1beta20210301s.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 v1api20210301.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 ProvisioningState_STATUS

type ProvisioningState_STATUS string

Deprecated version of ProvisioningState_STATUS. Use v1api20210301.ProvisioningState_STATUS instead

type RedisEnterprise

type RedisEnterprise struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RedisEnterprise_Spec   `json:"spec,omitempty"`
	Status            RedisEnterprise_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 RedisEnterprise. Use v1api20210301.RedisEnterprise instead

func (*RedisEnterprise) AssignProperties_From_RedisEnterprise

func (enterprise *RedisEnterprise) AssignProperties_From_RedisEnterprise(source *v1beta20210301s.RedisEnterprise) error

AssignProperties_From_RedisEnterprise populates our RedisEnterprise from the provided source RedisEnterprise

func (*RedisEnterprise) AssignProperties_To_RedisEnterprise

func (enterprise *RedisEnterprise) AssignProperties_To_RedisEnterprise(destination *v1beta20210301s.RedisEnterprise) error

AssignProperties_To_RedisEnterprise populates the provided destination RedisEnterprise from our RedisEnterprise

func (*RedisEnterprise) AzureName

func (enterprise *RedisEnterprise) AzureName() string

AzureName returns the Azure name of the resource

func (*RedisEnterprise) ConvertFrom

func (enterprise *RedisEnterprise) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our RedisEnterprise from the provided hub RedisEnterprise

func (*RedisEnterprise) ConvertTo

func (enterprise *RedisEnterprise) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub RedisEnterprise from our RedisEnterprise

func (*RedisEnterprise) DeepCopy

func (in *RedisEnterprise) DeepCopy() *RedisEnterprise

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

func (*RedisEnterprise) DeepCopyInto

func (in *RedisEnterprise) DeepCopyInto(out *RedisEnterprise)

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

func (*RedisEnterprise) DeepCopyObject

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

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

func (*RedisEnterprise) Default

func (enterprise *RedisEnterprise) Default()

Default applies defaults to the RedisEnterprise resource

func (RedisEnterprise) GetAPIVersion

func (enterprise RedisEnterprise) GetAPIVersion() string

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

func (*RedisEnterprise) GetConditions

func (enterprise *RedisEnterprise) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*RedisEnterprise) GetResourceScope

func (enterprise *RedisEnterprise) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*RedisEnterprise) GetSpec

func (enterprise *RedisEnterprise) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*RedisEnterprise) GetStatus

func (enterprise *RedisEnterprise) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*RedisEnterprise) GetType

func (enterprise *RedisEnterprise) GetType() string

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

func (*RedisEnterprise) NewEmptyStatus

func (enterprise *RedisEnterprise) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*RedisEnterprise) OriginalGVK

func (enterprise *RedisEnterprise) OriginalGVK() *schema.GroupVersionKind

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

func (*RedisEnterprise) Owner

func (enterprise *RedisEnterprise) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner

func (*RedisEnterprise) SetConditions

func (enterprise *RedisEnterprise) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*RedisEnterprise) SetStatus

func (enterprise *RedisEnterprise) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

func (*RedisEnterprise) ValidateCreate

func (enterprise *RedisEnterprise) ValidateCreate() (admission.Warnings, error)

ValidateCreate validates the creation of the resource

func (*RedisEnterprise) ValidateDelete

func (enterprise *RedisEnterprise) ValidateDelete() (admission.Warnings, error)

ValidateDelete validates the deletion of the resource

func (*RedisEnterprise) ValidateUpdate

func (enterprise *RedisEnterprise) ValidateUpdate(old runtime.Object) (admission.Warnings, error)

ValidateUpdate validates an update of the resource

type RedisEnterpriseDatabase

type RedisEnterpriseDatabase struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RedisEnterprise_Database_Spec   `json:"spec,omitempty"`
	Status            RedisEnterprise_Database_STATUS `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Deprecated version of RedisEnterpriseDatabase. Use v1api20210301.RedisEnterpriseDatabase instead

func (*RedisEnterpriseDatabase) AssignProperties_From_RedisEnterpriseDatabase

func (database *RedisEnterpriseDatabase) AssignProperties_From_RedisEnterpriseDatabase(source *v1beta20210301s.RedisEnterpriseDatabase) error

AssignProperties_From_RedisEnterpriseDatabase populates our RedisEnterpriseDatabase from the provided source RedisEnterpriseDatabase

func (*RedisEnterpriseDatabase) AssignProperties_To_RedisEnterpriseDatabase

func (database *RedisEnterpriseDatabase) AssignProperties_To_RedisEnterpriseDatabase(destination *v1beta20210301s.RedisEnterpriseDatabase) error

AssignProperties_To_RedisEnterpriseDatabase populates the provided destination RedisEnterpriseDatabase from our RedisEnterpriseDatabase

func (*RedisEnterpriseDatabase) AzureName

func (database *RedisEnterpriseDatabase) AzureName() string

AzureName returns the Azure name of the resource

func (*RedisEnterpriseDatabase) ConvertFrom

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

ConvertFrom populates our RedisEnterpriseDatabase from the provided hub RedisEnterpriseDatabase

func (*RedisEnterpriseDatabase) ConvertTo

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

ConvertTo populates the provided hub RedisEnterpriseDatabase from our RedisEnterpriseDatabase

func (*RedisEnterpriseDatabase) DeepCopy

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

func (*RedisEnterpriseDatabase) DeepCopyInto

func (in *RedisEnterpriseDatabase) DeepCopyInto(out *RedisEnterpriseDatabase)

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

func (*RedisEnterpriseDatabase) DeepCopyObject

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

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

func (*RedisEnterpriseDatabase) Default

func (database *RedisEnterpriseDatabase) Default()

Default applies defaults to the RedisEnterpriseDatabase resource

func (RedisEnterpriseDatabase) GetAPIVersion

func (database RedisEnterpriseDatabase) GetAPIVersion() string

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

func (*RedisEnterpriseDatabase) GetConditions

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

GetConditions returns the conditions of the resource

func (*RedisEnterpriseDatabase) GetResourceScope

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

GetResourceScope returns the scope of the resource

func (*RedisEnterpriseDatabase) GetSpec

GetSpec returns the specification of this resource

func (*RedisEnterpriseDatabase) GetStatus

GetStatus returns the status of this resource

func (*RedisEnterpriseDatabase) GetType

func (database *RedisEnterpriseDatabase) GetType() string

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

func (*RedisEnterpriseDatabase) NewEmptyStatus

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

NewEmptyStatus returns a new empty (blank) status

func (*RedisEnterpriseDatabase) OriginalGVK

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

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

func (*RedisEnterpriseDatabase) Owner

Owner returns the ResourceReference of the owner

func (*RedisEnterpriseDatabase) SetConditions

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

SetConditions sets the conditions on the resource status

func (*RedisEnterpriseDatabase) SetStatus

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

SetStatus sets the status of this resource

func (*RedisEnterpriseDatabase) ValidateCreate

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

ValidateCreate validates the creation of the resource

func (*RedisEnterpriseDatabase) ValidateDelete

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

ValidateDelete validates the deletion of the resource

func (*RedisEnterpriseDatabase) ValidateUpdate

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

ValidateUpdate validates an update of the resource

type RedisEnterpriseDatabaseList

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

+kubebuilder:object:root=true Deprecated version of RedisEnterpriseDatabase. Use v1api20210301.RedisEnterpriseDatabase instead

func (*RedisEnterpriseDatabaseList) DeepCopy

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

func (*RedisEnterpriseDatabaseList) DeepCopyInto

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

func (*RedisEnterpriseDatabaseList) DeepCopyObject

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

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

type RedisEnterpriseList

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

+kubebuilder:object:root=true Deprecated version of RedisEnterprise. Use v1api20210301.RedisEnterprise instead

func (*RedisEnterpriseList) DeepCopy

func (in *RedisEnterpriseList) DeepCopy() *RedisEnterpriseList

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

func (*RedisEnterpriseList) DeepCopyInto

func (in *RedisEnterpriseList) DeepCopyInto(out *RedisEnterpriseList)

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

func (*RedisEnterpriseList) DeepCopyObject

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

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

type RedisEnterprise_Database_STATUS

type RedisEnterprise_Database_STATUS struct {
	ClientProtocol   *DatabaseProperties_ClientProtocol_STATUS   `json:"clientProtocol,omitempty"`
	ClusteringPolicy *DatabaseProperties_ClusteringPolicy_STATUS `json:"clusteringPolicy,omitempty"`

	// Conditions: The observed state of the resource
	Conditions        []conditions.Condition                    `json:"conditions,omitempty"`
	EvictionPolicy    *DatabaseProperties_EvictionPolicy_STATUS `json:"evictionPolicy,omitempty"`
	Id                *string                                   `json:"id,omitempty"`
	Modules           []Module_STATUS                           `json:"modules,omitempty"`
	Name              *string                                   `json:"name,omitempty"`
	Persistence       *Persistence_STATUS                       `json:"persistence,omitempty"`
	Port              *int                                      `json:"port,omitempty"`
	ProvisioningState *ProvisioningState_STATUS                 `json:"provisioningState,omitempty"`
	ResourceState     *ResourceState_STATUS                     `json:"resourceState,omitempty"`
	Type              *string                                   `json:"type,omitempty"`
}

Deprecated version of RedisEnterprise_Database_STATUS. Use v1api20210301.RedisEnterprise_Database_STATUS instead

func (*RedisEnterprise_Database_STATUS) AssignProperties_From_RedisEnterprise_Database_STATUS

func (database *RedisEnterprise_Database_STATUS) AssignProperties_From_RedisEnterprise_Database_STATUS(source *v1beta20210301s.RedisEnterprise_Database_STATUS) error

AssignProperties_From_RedisEnterprise_Database_STATUS populates our RedisEnterprise_Database_STATUS from the provided source RedisEnterprise_Database_STATUS

func (*RedisEnterprise_Database_STATUS) AssignProperties_To_RedisEnterprise_Database_STATUS

func (database *RedisEnterprise_Database_STATUS) AssignProperties_To_RedisEnterprise_Database_STATUS(destination *v1beta20210301s.RedisEnterprise_Database_STATUS) error

AssignProperties_To_RedisEnterprise_Database_STATUS populates the provided destination RedisEnterprise_Database_STATUS from our RedisEnterprise_Database_STATUS

func (*RedisEnterprise_Database_STATUS) ConvertStatusFrom

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

ConvertStatusFrom populates our RedisEnterprise_Database_STATUS from the provided source

func (*RedisEnterprise_Database_STATUS) ConvertStatusTo

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

ConvertStatusTo populates the provided destination from our RedisEnterprise_Database_STATUS

func (*RedisEnterprise_Database_STATUS) DeepCopy

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

func (*RedisEnterprise_Database_STATUS) DeepCopyInto

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

func (*RedisEnterprise_Database_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*RedisEnterprise_Database_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type RedisEnterprise_Database_STATUS_ARM

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

Deprecated version of RedisEnterprise_Database_STATUS. Use v1api20210301.RedisEnterprise_Database_STATUS instead

func (*RedisEnterprise_Database_STATUS_ARM) DeepCopy

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

func (*RedisEnterprise_Database_STATUS_ARM) DeepCopyInto

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

type RedisEnterprise_Database_Spec

type RedisEnterprise_Database_Spec struct {
	// AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it
	// doesn't have to be.
	AzureName        string                               `json:"azureName,omitempty"`
	ClientProtocol   *DatabaseProperties_ClientProtocol   `json:"clientProtocol,omitempty"`
	ClusteringPolicy *DatabaseProperties_ClusteringPolicy `json:"clusteringPolicy,omitempty"`
	EvictionPolicy   *DatabaseProperties_EvictionPolicy   `json:"evictionPolicy,omitempty"`
	Modules          []Module                             `json:"modules,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/RedisEnterprise resource
	Owner       *genruntime.KnownResourceReference `group:"cache.azure.com" json:"owner,omitempty" kind:"RedisEnterprise"`
	Persistence *Persistence                       `json:"persistence,omitempty"`
	Port        *int                               `json:"port,omitempty"`
}

func (*RedisEnterprise_Database_Spec) AssignProperties_From_RedisEnterprise_Database_Spec

func (database *RedisEnterprise_Database_Spec) AssignProperties_From_RedisEnterprise_Database_Spec(source *v1beta20210301s.RedisEnterprise_Database_Spec) error

AssignProperties_From_RedisEnterprise_Database_Spec populates our RedisEnterprise_Database_Spec from the provided source RedisEnterprise_Database_Spec

func (*RedisEnterprise_Database_Spec) AssignProperties_To_RedisEnterprise_Database_Spec

func (database *RedisEnterprise_Database_Spec) AssignProperties_To_RedisEnterprise_Database_Spec(destination *v1beta20210301s.RedisEnterprise_Database_Spec) error

AssignProperties_To_RedisEnterprise_Database_Spec populates the provided destination RedisEnterprise_Database_Spec from our RedisEnterprise_Database_Spec

func (*RedisEnterprise_Database_Spec) ConvertSpecFrom

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

ConvertSpecFrom populates our RedisEnterprise_Database_Spec from the provided source

func (*RedisEnterprise_Database_Spec) ConvertSpecTo

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

ConvertSpecTo populates the provided destination from our RedisEnterprise_Database_Spec

func (*RedisEnterprise_Database_Spec) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*RedisEnterprise_Database_Spec) DeepCopy

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

func (*RedisEnterprise_Database_Spec) DeepCopyInto

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

func (*RedisEnterprise_Database_Spec) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*RedisEnterprise_Database_Spec) OriginalVersion

func (database *RedisEnterprise_Database_Spec) OriginalVersion() string

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

func (*RedisEnterprise_Database_Spec) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*RedisEnterprise_Database_Spec) SetAzureName

func (database *RedisEnterprise_Database_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type RedisEnterprise_Database_Spec_ARM

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

Deprecated version of RedisEnterprise_Database_Spec. Use v1api20210301.RedisEnterprise_Database_Spec instead

func (*RedisEnterprise_Database_Spec_ARM) DeepCopy

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

func (*RedisEnterprise_Database_Spec_ARM) DeepCopyInto

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

func (RedisEnterprise_Database_Spec_ARM) GetAPIVersion

func (database RedisEnterprise_Database_Spec_ARM) GetAPIVersion() string

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

func (*RedisEnterprise_Database_Spec_ARM) GetName

func (database *RedisEnterprise_Database_Spec_ARM) GetName() string

GetName returns the Name of the resource

func (*RedisEnterprise_Database_Spec_ARM) GetType

func (database *RedisEnterprise_Database_Spec_ARM) GetType() string

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

type RedisEnterprise_STATUS

type RedisEnterprise_STATUS struct {
	// Conditions: The observed state of the resource
	Conditions                 []conditions.Condition                      `json:"conditions,omitempty"`
	HostName                   *string                                     `json:"hostName,omitempty"`
	Id                         *string                                     `json:"id,omitempty"`
	Location                   *string                                     `json:"location,omitempty"`
	MinimumTlsVersion          *ClusterProperties_MinimumTlsVersion_STATUS `json:"minimumTlsVersion,omitempty"`
	Name                       *string                                     `json:"name,omitempty"`
	PrivateEndpointConnections []PrivateEndpointConnection_STATUS          `json:"privateEndpointConnections,omitempty"`
	ProvisioningState          *ProvisioningState_STATUS                   `json:"provisioningState,omitempty"`
	RedisVersion               *string                                     `json:"redisVersion,omitempty"`
	ResourceState              *ResourceState_STATUS                       `json:"resourceState,omitempty"`
	Sku                        *Sku_STATUS                                 `json:"sku,omitempty"`
	Tags                       map[string]string                           `json:"tags,omitempty"`
	Type                       *string                                     `json:"type,omitempty"`
	Zones                      []string                                    `json:"zones,omitempty"`
}

Deprecated version of RedisEnterprise_STATUS. Use v1api20210301.RedisEnterprise_STATUS instead

func (*RedisEnterprise_STATUS) AssignProperties_From_RedisEnterprise_STATUS

func (enterprise *RedisEnterprise_STATUS) AssignProperties_From_RedisEnterprise_STATUS(source *v1beta20210301s.RedisEnterprise_STATUS) error

AssignProperties_From_RedisEnterprise_STATUS populates our RedisEnterprise_STATUS from the provided source RedisEnterprise_STATUS

func (*RedisEnterprise_STATUS) AssignProperties_To_RedisEnterprise_STATUS

func (enterprise *RedisEnterprise_STATUS) AssignProperties_To_RedisEnterprise_STATUS(destination *v1beta20210301s.RedisEnterprise_STATUS) error

AssignProperties_To_RedisEnterprise_STATUS populates the provided destination RedisEnterprise_STATUS from our RedisEnterprise_STATUS

func (*RedisEnterprise_STATUS) ConvertStatusFrom

func (enterprise *RedisEnterprise_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our RedisEnterprise_STATUS from the provided source

func (*RedisEnterprise_STATUS) ConvertStatusTo

func (enterprise *RedisEnterprise_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our RedisEnterprise_STATUS

func (*RedisEnterprise_STATUS) DeepCopy

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

func (*RedisEnterprise_STATUS) DeepCopyInto

func (in *RedisEnterprise_STATUS) DeepCopyInto(out *RedisEnterprise_STATUS)

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

func (*RedisEnterprise_STATUS) NewEmptyARMValue

func (enterprise *RedisEnterprise_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*RedisEnterprise_STATUS) PopulateFromARM

func (enterprise *RedisEnterprise_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type RedisEnterprise_STATUS_ARM

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

Deprecated version of RedisEnterprise_STATUS. Use v1api20210301.RedisEnterprise_STATUS instead

func (*RedisEnterprise_STATUS_ARM) DeepCopy

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

func (*RedisEnterprise_STATUS_ARM) DeepCopyInto

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

type RedisEnterprise_Spec

type RedisEnterprise_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
	Location          *string                              `json:"location,omitempty"`
	MinimumTlsVersion *ClusterProperties_MinimumTlsVersion `json:"minimumTlsVersion,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"`

	// +kubebuilder:validation:Required
	Sku   *Sku              `json:"sku,omitempty"`
	Tags  map[string]string `json:"tags,omitempty"`
	Zones []string          `json:"zones,omitempty"`
}

func (*RedisEnterprise_Spec) AssignProperties_From_RedisEnterprise_Spec

func (enterprise *RedisEnterprise_Spec) AssignProperties_From_RedisEnterprise_Spec(source *v1beta20210301s.RedisEnterprise_Spec) error

AssignProperties_From_RedisEnterprise_Spec populates our RedisEnterprise_Spec from the provided source RedisEnterprise_Spec

func (*RedisEnterprise_Spec) AssignProperties_To_RedisEnterprise_Spec

func (enterprise *RedisEnterprise_Spec) AssignProperties_To_RedisEnterprise_Spec(destination *v1beta20210301s.RedisEnterprise_Spec) error

AssignProperties_To_RedisEnterprise_Spec populates the provided destination RedisEnterprise_Spec from our RedisEnterprise_Spec

func (*RedisEnterprise_Spec) ConvertSpecFrom

func (enterprise *RedisEnterprise_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our RedisEnterprise_Spec from the provided source

func (*RedisEnterprise_Spec) ConvertSpecTo

func (enterprise *RedisEnterprise_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our RedisEnterprise_Spec

func (*RedisEnterprise_Spec) ConvertToARM

func (enterprise *RedisEnterprise_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*RedisEnterprise_Spec) DeepCopy

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

func (*RedisEnterprise_Spec) DeepCopyInto

func (in *RedisEnterprise_Spec) DeepCopyInto(out *RedisEnterprise_Spec)

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

func (*RedisEnterprise_Spec) NewEmptyARMValue

func (enterprise *RedisEnterprise_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*RedisEnterprise_Spec) OriginalVersion

func (enterprise *RedisEnterprise_Spec) OriginalVersion() string

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

func (*RedisEnterprise_Spec) PopulateFromARM

func (enterprise *RedisEnterprise_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*RedisEnterprise_Spec) SetAzureName

func (enterprise *RedisEnterprise_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type RedisEnterprise_Spec_ARM

type RedisEnterprise_Spec_ARM struct {
	Location   *string                `json:"location,omitempty"`
	Name       string                 `json:"name,omitempty"`
	Properties *ClusterProperties_ARM `json:"properties,omitempty"`
	Sku        *Sku_ARM               `json:"sku,omitempty"`
	Tags       map[string]string      `json:"tags,omitempty"`
	Zones      []string               `json:"zones,omitempty"`
}

Deprecated version of RedisEnterprise_Spec. Use v1api20210301.RedisEnterprise_Spec instead

func (*RedisEnterprise_Spec_ARM) DeepCopy

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

func (*RedisEnterprise_Spec_ARM) DeepCopyInto

func (in *RedisEnterprise_Spec_ARM) DeepCopyInto(out *RedisEnterprise_Spec_ARM)

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

func (RedisEnterprise_Spec_ARM) GetAPIVersion

func (enterprise RedisEnterprise_Spec_ARM) GetAPIVersion() string

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

func (*RedisEnterprise_Spec_ARM) GetName

func (enterprise *RedisEnterprise_Spec_ARM) GetName() string

GetName returns the Name of the resource

func (*RedisEnterprise_Spec_ARM) GetType

func (enterprise *RedisEnterprise_Spec_ARM) GetType() string

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

type ResourceState_STATUS

type ResourceState_STATUS string

Deprecated version of ResourceState_STATUS. Use v1api20210301.ResourceState_STATUS instead

type Sku

type Sku struct {
	Capacity *int `json:"capacity,omitempty"`

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

Deprecated version of Sku. Use v1api20210301.Sku instead

func (*Sku) AssignProperties_From_Sku

func (sku *Sku) AssignProperties_From_Sku(source *v1beta20210301s.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 *v1beta20210301s.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"`
	Name     *Sku_Name `json:"name,omitempty"`
}

Deprecated version of Sku. Use v1api20210301.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_Name

type Sku_Name string

Deprecated version of Sku_Name. Use v1api20210301.Sku_Name instead +kubebuilder:validation:Enum={"EnterpriseFlash_F1500","EnterpriseFlash_F300","EnterpriseFlash_F700","Enterprise_E10","Enterprise_E100","Enterprise_E20","Enterprise_E50"}

type Sku_Name_STATUS

type Sku_Name_STATUS string

Deprecated version of Sku_Name_STATUS. Use v1api20210301.Sku_Name_STATUS instead

type Sku_STATUS

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

Deprecated version of Sku_STATUS. Use v1api20210301.Sku_STATUS instead

func (*Sku_STATUS) AssignProperties_From_Sku_STATUS

func (sku *Sku_STATUS) AssignProperties_From_Sku_STATUS(source *v1beta20210301s.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 *v1beta20210301s.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"`
	Name     *Sku_Name_STATUS `json:"name,omitempty"`
}

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