Documentation ¶
Overview ¶
Package v1api20210301storage contains API Schema definitions for the cache v1api20210301storage 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.
Index ¶
- Constants
- Variables
- type APIVersion
- type Module
- type Module_STATUS
- type Persistence
- type Persistence_STATUS
- type PrivateEndpointConnection_STATUS
- type RedisEnterprise
- func (enterprise *RedisEnterprise) AzureName() string
- func (in *RedisEnterprise) DeepCopy() *RedisEnterprise
- func (in *RedisEnterprise) DeepCopyInto(out *RedisEnterprise)
- func (in *RedisEnterprise) DeepCopyObject() runtime.Object
- func (enterprise RedisEnterprise) GetAPIVersion() string
- func (enterprise *RedisEnterprise) GetConditions() conditions.Conditions
- func (enterprise *RedisEnterprise) GetResourceScope() genruntime.ResourceScope
- func (enterprise *RedisEnterprise) GetSpec() genruntime.ConvertibleSpec
- func (enterprise *RedisEnterprise) GetStatus() genruntime.ConvertibleStatus
- func (enterprise *RedisEnterprise) GetType() string
- func (enterprise *RedisEnterprise) Hub()
- func (enterprise *RedisEnterprise) NewEmptyStatus() genruntime.ConvertibleStatus
- func (enterprise *RedisEnterprise) OriginalGVK() *schema.GroupVersionKind
- func (enterprise *RedisEnterprise) Owner() *genruntime.ResourceReference
- func (enterprise *RedisEnterprise) SetConditions(conditions conditions.Conditions)
- func (enterprise *RedisEnterprise) SetStatus(status genruntime.ConvertibleStatus) error
- type RedisEnterpriseDatabase
- func (database *RedisEnterpriseDatabase) AzureName() string
- func (in *RedisEnterpriseDatabase) DeepCopy() *RedisEnterpriseDatabase
- func (in *RedisEnterpriseDatabase) DeepCopyInto(out *RedisEnterpriseDatabase)
- func (in *RedisEnterpriseDatabase) DeepCopyObject() runtime.Object
- func (database RedisEnterpriseDatabase) GetAPIVersion() string
- func (database *RedisEnterpriseDatabase) GetConditions() conditions.Conditions
- func (database *RedisEnterpriseDatabase) GetResourceScope() genruntime.ResourceScope
- func (database *RedisEnterpriseDatabase) GetSpec() genruntime.ConvertibleSpec
- func (database *RedisEnterpriseDatabase) GetStatus() genruntime.ConvertibleStatus
- func (database *RedisEnterpriseDatabase) GetType() string
- func (database *RedisEnterpriseDatabase) Hub()
- func (database *RedisEnterpriseDatabase) NewEmptyStatus() genruntime.ConvertibleStatus
- func (database *RedisEnterpriseDatabase) OriginalGVK() *schema.GroupVersionKind
- func (database *RedisEnterpriseDatabase) Owner() *genruntime.ResourceReference
- func (database *RedisEnterpriseDatabase) SetConditions(conditions conditions.Conditions)
- func (database *RedisEnterpriseDatabase) SetStatus(status genruntime.ConvertibleStatus) error
- type RedisEnterpriseDatabaseList
- type RedisEnterpriseList
- type RedisEnterprise_Database_STATUS
- func (database *RedisEnterprise_Database_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
- func (database *RedisEnterprise_Database_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
- func (in *RedisEnterprise_Database_STATUS) DeepCopy() *RedisEnterprise_Database_STATUS
- func (in *RedisEnterprise_Database_STATUS) DeepCopyInto(out *RedisEnterprise_Database_STATUS)
- type RedisEnterprise_Database_Spec
- func (database *RedisEnterprise_Database_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
- func (database *RedisEnterprise_Database_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
- func (in *RedisEnterprise_Database_Spec) DeepCopy() *RedisEnterprise_Database_Spec
- func (in *RedisEnterprise_Database_Spec) DeepCopyInto(out *RedisEnterprise_Database_Spec)
- type RedisEnterprise_STATUS
- func (enterprise *RedisEnterprise_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
- func (enterprise *RedisEnterprise_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
- func (in *RedisEnterprise_STATUS) DeepCopy() *RedisEnterprise_STATUS
- func (in *RedisEnterprise_STATUS) DeepCopyInto(out *RedisEnterprise_STATUS)
- type RedisEnterprise_Spec
- func (enterprise *RedisEnterprise_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
- func (enterprise *RedisEnterprise_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
- func (in *RedisEnterprise_Spec) DeepCopy() *RedisEnterprise_Spec
- func (in *RedisEnterprise_Spec) DeepCopyInto(out *RedisEnterprise_Spec)
- type Sku
- type Sku_STATUS
Constants ¶
const APIVersion_Value = APIVersion("2021-03-01")
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "cache.azure.com", Version: "v1api20210301storage"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type APIVersion ¶
type APIVersion string
Storage version of v1api20210301.APIVersion +kubebuilder:validation:Enum={"2021-03-01"}
type Module ¶
type Module struct { Args *string `json:"args,omitempty"` Name *string `json:"name,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210301.Module Specifies configuration of a redis module
func (*Module) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Module.
func (*Module) DeepCopyInto ¶
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"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Version *string `json:"version,omitempty"` }
Storage version of v1api20210301.Module_STATUS Specifies configuration of a redis module
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.
type Persistence ¶
type Persistence struct { AofEnabled *bool `json:"aofEnabled,omitempty"` AofFrequency *string `json:"aofFrequency,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` RdbEnabled *bool `json:"rdbEnabled,omitempty"` RdbFrequency *string `json:"rdbFrequency,omitempty"` }
Storage version of v1api20210301.Persistence Persistence-related configuration for the RedisEnterprise database
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.
type Persistence_STATUS ¶
type Persistence_STATUS struct { AofEnabled *bool `json:"aofEnabled,omitempty"` AofFrequency *string `json:"aofFrequency,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` RdbEnabled *bool `json:"rdbEnabled,omitempty"` RdbFrequency *string `json:"rdbFrequency,omitempty"` }
Storage version of v1api20210301.Persistence_STATUS Persistence-related configuration for the RedisEnterprise database
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.
type PrivateEndpointConnection_STATUS ¶
type PrivateEndpointConnection_STATUS struct { Id *string `json:"id,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210301.PrivateEndpointConnection_STATUS The Private Endpoint Connection resource.
func (*PrivateEndpointConnection_STATUS) DeepCopy ¶
func (in *PrivateEndpointConnection_STATUS) DeepCopy() *PrivateEndpointConnection_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateEndpointConnection_STATUS.
func (*PrivateEndpointConnection_STATUS) DeepCopyInto ¶
func (in *PrivateEndpointConnection_STATUS) DeepCopyInto(out *PrivateEndpointConnection_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
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:storageversion +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Storage version of v1api20210301.RedisEnterprise Generator information: - Generated from: /redisenterprise/resource-manager/Microsoft.Cache/stable/2021-03-01/redisenterprise.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}
func (*RedisEnterprise) AzureName ¶
func (enterprise *RedisEnterprise) AzureName() string
AzureName returns the Azure name of the resource
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) 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) Hub ¶
func (enterprise *RedisEnterprise) Hub()
Hub marks that this RedisEnterprise is the hub type for conversion
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
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:storageversion +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Storage version of v1api20210301.RedisEnterpriseDatabase Generator information: - Generated from: /redisenterprise/resource-manager/Microsoft.Cache/stable/2021-03-01/redisenterprise.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}
func (*RedisEnterpriseDatabase) AzureName ¶
func (database *RedisEnterpriseDatabase) AzureName() string
AzureName returns the Azure name of the resource
func (*RedisEnterpriseDatabase) DeepCopy ¶
func (in *RedisEnterpriseDatabase) DeepCopy() *RedisEnterpriseDatabase
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) 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 ¶
func (database *RedisEnterpriseDatabase) GetSpec() genruntime.ConvertibleSpec
GetSpec returns the specification of this resource
func (*RedisEnterpriseDatabase) GetStatus ¶
func (database *RedisEnterpriseDatabase) GetStatus() genruntime.ConvertibleStatus
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) Hub ¶
func (database *RedisEnterpriseDatabase) Hub()
Hub marks that this RedisEnterpriseDatabase is the hub type for conversion
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 ¶
func (database *RedisEnterpriseDatabase) Owner() *genruntime.ResourceReference
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
type RedisEnterpriseDatabaseList ¶
type RedisEnterpriseDatabaseList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []RedisEnterpriseDatabase `json:"items"` }
+kubebuilder:object:root=true Storage version of v1api20210301.RedisEnterpriseDatabase Generator information: - Generated from: /redisenterprise/resource-manager/Microsoft.Cache/stable/2021-03-01/redisenterprise.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}
func (*RedisEnterpriseDatabaseList) DeepCopy ¶
func (in *RedisEnterpriseDatabaseList) DeepCopy() *RedisEnterpriseDatabaseList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisEnterpriseDatabaseList.
func (*RedisEnterpriseDatabaseList) DeepCopyInto ¶
func (in *RedisEnterpriseDatabaseList) DeepCopyInto(out *RedisEnterpriseDatabaseList)
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 Storage version of v1api20210301.RedisEnterprise Generator information: - Generated from: /redisenterprise/resource-manager/Microsoft.Cache/stable/2021-03-01/redisenterprise.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}
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 *string `json:"clientProtocol,omitempty"` ClusteringPolicy *string `json:"clusteringPolicy,omitempty"` Conditions []conditions.Condition `json:"conditions,omitempty"` EvictionPolicy *string `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"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` ProvisioningState *string `json:"provisioningState,omitempty"` ResourceState *string `json:"resourceState,omitempty"` Type *string `json:"type,omitempty"` }
Storage version of v1api20210301.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 ¶
func (in *RedisEnterprise_Database_STATUS) DeepCopy() *RedisEnterprise_Database_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisEnterprise_Database_STATUS.
func (*RedisEnterprise_Database_STATUS) DeepCopyInto ¶
func (in *RedisEnterprise_Database_STATUS) DeepCopyInto(out *RedisEnterprise_Database_STATUS)
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 *string `json:"clientProtocol,omitempty"` ClusteringPolicy *string `json:"clusteringPolicy,omitempty"` EvictionPolicy *string `json:"evictionPolicy,omitempty"` Modules []Module `json:"modules,omitempty"` OriginalVersion string `json:"originalVersion,omitempty"` // +kubebuilder:validation:Required // Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also // controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a // reference to a 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"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210301.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) DeepCopy ¶
func (in *RedisEnterprise_Database_Spec) DeepCopy() *RedisEnterprise_Database_Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisEnterprise_Database_Spec.
func (*RedisEnterprise_Database_Spec) DeepCopyInto ¶
func (in *RedisEnterprise_Database_Spec) DeepCopyInto(out *RedisEnterprise_Database_Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RedisEnterprise_STATUS ¶
type RedisEnterprise_STATUS struct { Conditions []conditions.Condition `json:"conditions,omitempty"` HostName *string `json:"hostName,omitempty"` Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` MinimumTlsVersion *string `json:"minimumTlsVersion,omitempty"` Name *string `json:"name,omitempty"` PrivateEndpointConnections []PrivateEndpointConnection_STATUS `json:"privateEndpointConnections,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` ProvisioningState *string `json:"provisioningState,omitempty"` RedisVersion *string `json:"redisVersion,omitempty"` ResourceState *string `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"` }
Storage version of v1api20210301.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 ¶
func (in *RedisEnterprise_STATUS) DeepCopy() *RedisEnterprise_STATUS
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.
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"` Location *string `json:"location,omitempty"` MinimumTlsVersion *string `json:"minimumTlsVersion,omitempty"` OriginalVersion string `json:"originalVersion,omitempty"` // +kubebuilder:validation:Required // Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also // controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a // reference to a resources.azure.com/ResourceGroup resource Owner *genruntime.KnownResourceReference `group:"resources.azure.com" json:"owner,omitempty" kind:"ResourceGroup"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Sku *Sku `json:"sku,omitempty"` Tags map[string]string `json:"tags,omitempty"` Zones []string `json:"zones,omitempty"` }
Storage version of v1api20210301.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) DeepCopy ¶
func (in *RedisEnterprise_Spec) DeepCopy() *RedisEnterprise_Spec
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.
type Sku ¶
type Sku struct { Capacity *int `json:"capacity,omitempty"` Name *string `json:"name,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210301.Sku SKU parameters supplied to the create RedisEnterprise operation.
func (*Sku) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Sku.
func (*Sku) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Sku_STATUS ¶
type Sku_STATUS struct { Capacity *int `json:"capacity,omitempty"` Name *string `json:"name,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20210301.Sku_STATUS SKU parameters supplied to the create RedisEnterprise operation.
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.