v1alpha1api20201201storage

package
v2.0.0-alpha.4 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

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

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

type PrivateEndpointConnection_Status_SubResourceEmbedded struct {
	Id          *string                `json:"id,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1alpha1api20201201.PrivateEndpointConnection_Status_SubResourceEmbedded

func (*PrivateEndpointConnection_Status_SubResourceEmbedded) AssignPropertiesFromPrivateEndpointConnectionStatusSubResourceEmbedded

func (privateEndpointConnectionStatusSubResourceEmbedded *PrivateEndpointConnection_Status_SubResourceEmbedded) AssignPropertiesFromPrivateEndpointConnectionStatusSubResourceEmbedded(source *v1alpha1api20210301storage.PrivateEndpointConnection_Status_SubResourceEmbedded) error

AssignPropertiesFromPrivateEndpointConnectionStatusSubResourceEmbedded populates our PrivateEndpointConnection_Status_SubResourceEmbedded from the provided source PrivateEndpointConnection_Status_SubResourceEmbedded

func (*PrivateEndpointConnection_Status_SubResourceEmbedded) AssignPropertiesToPrivateEndpointConnectionStatusSubResourceEmbedded

func (privateEndpointConnectionStatusSubResourceEmbedded *PrivateEndpointConnection_Status_SubResourceEmbedded) AssignPropertiesToPrivateEndpointConnectionStatusSubResourceEmbedded(destination *v1alpha1api20210301storage.PrivateEndpointConnection_Status_SubResourceEmbedded) error

AssignPropertiesToPrivateEndpointConnectionStatusSubResourceEmbedded populates the provided destination PrivateEndpointConnection_Status_SubResourceEmbedded from our PrivateEndpointConnection_Status_SubResourceEmbedded

func (*PrivateEndpointConnection_Status_SubResourceEmbedded) DeepCopy

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

func (*PrivateEndpointConnection_Status_SubResourceEmbedded) DeepCopyInto

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

type Redis

type Redis struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Redis_Spec           `json:"spec,omitempty"`
	Status            RedisResource_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 v1alpha1api20201201.Redis Generated from: https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/resourceDefinitions/redis

func (*Redis) AzureName

func (redis *Redis) AzureName() string

AzureName returns the Azure name of the resource

func (*Redis) DeepCopy

func (in *Redis) DeepCopy() *Redis

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

func (*Redis) DeepCopyInto

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

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

func (*Redis) DeepCopyObject

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

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

func (Redis) GetAPIVersion

func (redis Redis) GetAPIVersion() string

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

func (*Redis) GetConditions

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

GetConditions returns the conditions of the resource

func (*Redis) GetResourceKind

func (redis *Redis) GetResourceKind() genruntime.ResourceKind

GetResourceKind returns the kind of the resource

func (*Redis) GetSpec

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

GetSpec returns the specification of this resource

func (*Redis) GetStatus

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

GetStatus returns the status of this resource

func (*Redis) GetType

func (redis *Redis) GetType() string

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

func (*Redis) Hub

func (redis *Redis) Hub()

Hub marks that this Redis is the hub type for conversion

func (*Redis) NewEmptyStatus

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

NewEmptyStatus returns a new empty (blank) status

func (*Redis) OriginalGVK

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

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

func (*Redis) Owner

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

Owner returns the ResourceReference of the owner, or nil if there is no owner

func (*Redis) SetConditions

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

SetConditions sets the conditions on the resource status

func (*Redis) SetStatus

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

SetStatus sets the status of this resource

type RedisAccessKeys_Status

type RedisAccessKeys_Status struct {
	PrimaryKey   *string                `json:"primaryKey,omitempty"`
	PropertyBag  genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	SecondaryKey *string                `json:"secondaryKey,omitempty"`
}

Storage version of v1alpha1api20201201.RedisAccessKeys_Status

func (*RedisAccessKeys_Status) DeepCopy

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

func (*RedisAccessKeys_Status) DeepCopyInto

func (in *RedisAccessKeys_Status) DeepCopyInto(out *RedisAccessKeys_Status)

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

type RedisFirewallRule

type RedisFirewallRule struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RedisFirewallRules_Spec  `json:"spec,omitempty"`
	Status            RedisFirewallRule_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 v1alpha1api20201201.RedisFirewallRule Generated from: https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/resourceDefinitions/redis_firewallRules

func (*RedisFirewallRule) AzureName

func (redisFirewallRule *RedisFirewallRule) AzureName() string

AzureName returns the Azure name of the resource

func (*RedisFirewallRule) DeepCopy

func (in *RedisFirewallRule) DeepCopy() *RedisFirewallRule

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

func (*RedisFirewallRule) DeepCopyInto

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

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

func (*RedisFirewallRule) DeepCopyObject

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

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

func (RedisFirewallRule) GetAPIVersion

func (redisFirewallRule RedisFirewallRule) GetAPIVersion() string

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

func (*RedisFirewallRule) GetConditions

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

GetConditions returns the conditions of the resource

func (*RedisFirewallRule) GetResourceKind

func (redisFirewallRule *RedisFirewallRule) GetResourceKind() genruntime.ResourceKind

GetResourceKind returns the kind of the resource

func (*RedisFirewallRule) GetSpec

func (redisFirewallRule *RedisFirewallRule) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*RedisFirewallRule) GetStatus

func (redisFirewallRule *RedisFirewallRule) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*RedisFirewallRule) GetType

func (redisFirewallRule *RedisFirewallRule) GetType() string

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

func (*RedisFirewallRule) Hub

func (redisFirewallRule *RedisFirewallRule) Hub()

Hub marks that this RedisFirewallRule is the hub type for conversion

func (*RedisFirewallRule) NewEmptyStatus

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

NewEmptyStatus returns a new empty (blank) status

func (*RedisFirewallRule) OriginalGVK

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

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

func (*RedisFirewallRule) Owner

func (redisFirewallRule *RedisFirewallRule) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner, or nil if there is no owner

func (*RedisFirewallRule) SetConditions

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

SetConditions sets the conditions on the resource status

func (*RedisFirewallRule) SetStatus

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

SetStatus sets the status of this resource

type RedisFirewallRuleList

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

+kubebuilder:object:root=true Storage version of v1alpha1api20201201.RedisFirewallRule Generated from: https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/resourceDefinitions/redis_firewallRules

func (*RedisFirewallRuleList) DeepCopy

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

func (*RedisFirewallRuleList) DeepCopyInto

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

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

func (*RedisFirewallRuleList) DeepCopyObject

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

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

type RedisFirewallRule_Status

type RedisFirewallRule_Status struct {
	Conditions  []conditions.Condition `json:"conditions,omitempty"`
	EndIP       *string                `json:"endIP,omitempty"`
	Id          *string                `json:"id,omitempty"`
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	StartIP     *string                `json:"startIP,omitempty"`
	Type        *string                `json:"type,omitempty"`
}

Storage version of v1alpha1api20201201.RedisFirewallRule_Status

func (*RedisFirewallRule_Status) ConvertStatusFrom

func (redisFirewallRuleStatus *RedisFirewallRule_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our RedisFirewallRule_Status from the provided source

func (*RedisFirewallRule_Status) ConvertStatusTo

func (redisFirewallRuleStatus *RedisFirewallRule_Status) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our RedisFirewallRule_Status

func (*RedisFirewallRule_Status) DeepCopy

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

func (*RedisFirewallRule_Status) DeepCopyInto

func (in *RedisFirewallRule_Status) DeepCopyInto(out *RedisFirewallRule_Status)

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

type RedisFirewallRules_Spec

type RedisFirewallRules_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"`
	EndIP           *string `json:"endIP,omitempty"`
	Location        *string `json:"location,omitempty"`
	OriginalVersion string  `json:"originalVersion"`

	// +kubebuilder:validation:Required
	Owner       genruntime.KnownResourceReference `group:"cache.azure.com" json:"owner" kind:"Redis"`
	PropertyBag genruntime.PropertyBag            `json:"$propertyBag,omitempty"`
	StartIP     *string                           `json:"startIP,omitempty"`
	Tags        map[string]string                 `json:"tags,omitempty"`
}

Storage version of v1alpha1api20201201.RedisFirewallRules_Spec

func (*RedisFirewallRules_Spec) ConvertSpecFrom

func (redisFirewallRulesSpec *RedisFirewallRules_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our RedisFirewallRules_Spec from the provided source

func (*RedisFirewallRules_Spec) ConvertSpecTo

func (redisFirewallRulesSpec *RedisFirewallRules_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our RedisFirewallRules_Spec

func (*RedisFirewallRules_Spec) DeepCopy

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

func (*RedisFirewallRules_Spec) DeepCopyInto

func (in *RedisFirewallRules_Spec) DeepCopyInto(out *RedisFirewallRules_Spec)

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

type RedisInstanceDetails_Status

type RedisInstanceDetails_Status struct {
	IsMaster    *bool                  `json:"isMaster,omitempty"`
	IsPrimary   *bool                  `json:"isPrimary,omitempty"`
	NonSslPort  *int                   `json:"nonSslPort,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	ShardId     *int                   `json:"shardId,omitempty"`
	SslPort     *int                   `json:"sslPort,omitempty"`
	Zone        *string                `json:"zone,omitempty"`
}

Storage version of v1alpha1api20201201.RedisInstanceDetails_Status

func (*RedisInstanceDetails_Status) DeepCopy

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

func (*RedisInstanceDetails_Status) DeepCopyInto

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

type RedisLinkedServer

type RedisLinkedServer struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RedisLinkedServers_Spec                `json:"spec,omitempty"`
	Status            RedisLinkedServerWithProperties_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 v1alpha1api20201201.RedisLinkedServer Generated from: https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/resourceDefinitions/redis_linkedServers

func (*RedisLinkedServer) AzureName

func (redisLinkedServer *RedisLinkedServer) AzureName() string

AzureName returns the Azure name of the resource

func (*RedisLinkedServer) DeepCopy

func (in *RedisLinkedServer) DeepCopy() *RedisLinkedServer

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

func (*RedisLinkedServer) DeepCopyInto

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

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

func (*RedisLinkedServer) DeepCopyObject

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

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

func (RedisLinkedServer) GetAPIVersion

func (redisLinkedServer RedisLinkedServer) GetAPIVersion() string

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

func (*RedisLinkedServer) GetConditions

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

GetConditions returns the conditions of the resource

func (*RedisLinkedServer) GetResourceKind

func (redisLinkedServer *RedisLinkedServer) GetResourceKind() genruntime.ResourceKind

GetResourceKind returns the kind of the resource

func (*RedisLinkedServer) GetSpec

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

GetSpec returns the specification of this resource

func (*RedisLinkedServer) GetStatus

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

GetStatus returns the status of this resource

func (*RedisLinkedServer) GetType

func (redisLinkedServer *RedisLinkedServer) GetType() string

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

func (*RedisLinkedServer) Hub

func (redisLinkedServer *RedisLinkedServer) Hub()

Hub marks that this RedisLinkedServer is the hub type for conversion

func (*RedisLinkedServer) NewEmptyStatus

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

NewEmptyStatus returns a new empty (blank) status

func (*RedisLinkedServer) OriginalGVK

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

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

func (*RedisLinkedServer) Owner

func (redisLinkedServer *RedisLinkedServer) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner, or nil if there is no owner

func (*RedisLinkedServer) SetConditions

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

SetConditions sets the conditions on the resource status

func (*RedisLinkedServer) SetStatus

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

SetStatus sets the status of this resource

type RedisLinkedServerList

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

+kubebuilder:object:root=true Storage version of v1alpha1api20201201.RedisLinkedServer Generated from: https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/resourceDefinitions/redis_linkedServers

func (*RedisLinkedServerList) DeepCopy

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

func (*RedisLinkedServerList) DeepCopyInto

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

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

func (*RedisLinkedServerList) DeepCopyObject

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

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

type RedisLinkedServerWithProperties_Status

type RedisLinkedServerWithProperties_Status struct {
	Conditions               []conditions.Condition `json:"conditions,omitempty"`
	Id                       *string                `json:"id,omitempty"`
	LinkedRedisCacheId       *string                `json:"linkedRedisCacheId,omitempty"`
	LinkedRedisCacheLocation *string                `json:"linkedRedisCacheLocation,omitempty"`
	Name                     *string                `json:"name,omitempty"`
	PropertyBag              genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	ProvisioningState        *string                `json:"provisioningState,omitempty"`
	ServerRole               *string                `json:"serverRole,omitempty"`
	Type                     *string                `json:"type,omitempty"`
}

Storage version of v1alpha1api20201201.RedisLinkedServerWithProperties_Status

func (*RedisLinkedServerWithProperties_Status) ConvertStatusFrom

func (redisLinkedServerWithPropertiesStatus *RedisLinkedServerWithProperties_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our RedisLinkedServerWithProperties_Status from the provided source

func (*RedisLinkedServerWithProperties_Status) ConvertStatusTo

func (redisLinkedServerWithPropertiesStatus *RedisLinkedServerWithProperties_Status) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our RedisLinkedServerWithProperties_Status

func (*RedisLinkedServerWithProperties_Status) DeepCopy

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

func (*RedisLinkedServerWithProperties_Status) DeepCopyInto

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

type RedisLinkedServer_Status

type RedisLinkedServer_Status struct {
	Id          *string                `json:"id,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1alpha1api20201201.RedisLinkedServer_Status

func (*RedisLinkedServer_Status) DeepCopy

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

func (*RedisLinkedServer_Status) DeepCopyInto

func (in *RedisLinkedServer_Status) DeepCopyInto(out *RedisLinkedServer_Status)

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

type RedisLinkedServers_Spec

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

	// +kubebuilder:validation:Required
	//LinkedRedisCacheReference: Fully qualified resourceId of the linked redis cache.
	LinkedRedisCacheReference genruntime.ResourceReference `armReference:"LinkedRedisCacheId" json:"linkedRedisCacheReference"`
	Location                  *string                      `json:"location,omitempty"`
	OriginalVersion           string                       `json:"originalVersion"`

	// +kubebuilder:validation:Required
	Owner       genruntime.KnownResourceReference `group:"cache.azure.com" json:"owner" kind:"Redis"`
	PropertyBag genruntime.PropertyBag            `json:"$propertyBag,omitempty"`
	ServerRole  *string                           `json:"serverRole,omitempty"`
	Tags        map[string]string                 `json:"tags,omitempty"`
}

Storage version of v1alpha1api20201201.RedisLinkedServers_Spec

func (*RedisLinkedServers_Spec) ConvertSpecFrom

func (redisLinkedServersSpec *RedisLinkedServers_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our RedisLinkedServers_Spec from the provided source

func (*RedisLinkedServers_Spec) ConvertSpecTo

func (redisLinkedServersSpec *RedisLinkedServers_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our RedisLinkedServers_Spec

func (*RedisLinkedServers_Spec) DeepCopy

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

func (*RedisLinkedServers_Spec) DeepCopyInto

func (in *RedisLinkedServers_Spec) DeepCopyInto(out *RedisLinkedServers_Spec)

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

type RedisList

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

+kubebuilder:object:root=true Storage version of v1alpha1api20201201.Redis Generated from: https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/resourceDefinitions/redis

func (*RedisList) DeepCopy

func (in *RedisList) DeepCopy() *RedisList

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

func (*RedisList) DeepCopyInto

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

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

func (*RedisList) DeepCopyObject

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

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

type RedisPatchSchedule

type RedisPatchSchedule struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RedisPatchSchedules_Spec  `json:"spec,omitempty"`
	Status            RedisPatchSchedule_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 v1alpha1api20201201.RedisPatchSchedule Generated from: https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/resourceDefinitions/redis_patchSchedules

func (*RedisPatchSchedule) AzureName

func (redisPatchSchedule *RedisPatchSchedule) AzureName() string

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

func (*RedisPatchSchedule) DeepCopy

func (in *RedisPatchSchedule) DeepCopy() *RedisPatchSchedule

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

func (*RedisPatchSchedule) DeepCopyInto

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

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

func (*RedisPatchSchedule) DeepCopyObject

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

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

func (RedisPatchSchedule) GetAPIVersion

func (redisPatchSchedule RedisPatchSchedule) GetAPIVersion() string

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

func (*RedisPatchSchedule) GetConditions

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

GetConditions returns the conditions of the resource

func (*RedisPatchSchedule) GetResourceKind

func (redisPatchSchedule *RedisPatchSchedule) GetResourceKind() genruntime.ResourceKind

GetResourceKind returns the kind of the resource

func (*RedisPatchSchedule) GetSpec

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

GetSpec returns the specification of this resource

func (*RedisPatchSchedule) GetStatus

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

GetStatus returns the status of this resource

func (*RedisPatchSchedule) GetType

func (redisPatchSchedule *RedisPatchSchedule) GetType() string

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

func (*RedisPatchSchedule) Hub

func (redisPatchSchedule *RedisPatchSchedule) Hub()

Hub marks that this RedisPatchSchedule is the hub type for conversion

func (*RedisPatchSchedule) NewEmptyStatus

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

NewEmptyStatus returns a new empty (blank) status

func (*RedisPatchSchedule) OriginalGVK

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

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

func (*RedisPatchSchedule) Owner

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

Owner returns the ResourceReference of the owner, or nil if there is no owner

func (*RedisPatchSchedule) SetConditions

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

SetConditions sets the conditions on the resource status

func (*RedisPatchSchedule) SetStatus

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

SetStatus sets the status of this resource

type RedisPatchScheduleList

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

+kubebuilder:object:root=true Storage version of v1alpha1api20201201.RedisPatchSchedule Generated from: https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/resourceDefinitions/redis_patchSchedules

func (*RedisPatchScheduleList) DeepCopy

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

func (*RedisPatchScheduleList) DeepCopyInto

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

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

func (*RedisPatchScheduleList) DeepCopyObject

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

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

type RedisPatchSchedule_Status

type RedisPatchSchedule_Status struct {
	Conditions      []conditions.Condition `json:"conditions,omitempty"`
	Id              *string                `json:"id,omitempty"`
	Name            *string                `json:"name,omitempty"`
	PropertyBag     genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	ScheduleEntries []ScheduleEntry_Status `json:"scheduleEntries,omitempty"`
	Type            *string                `json:"type,omitempty"`
}

Storage version of v1alpha1api20201201.RedisPatchSchedule_Status

func (*RedisPatchSchedule_Status) ConvertStatusFrom

func (redisPatchScheduleStatus *RedisPatchSchedule_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our RedisPatchSchedule_Status from the provided source

func (*RedisPatchSchedule_Status) ConvertStatusTo

func (redisPatchScheduleStatus *RedisPatchSchedule_Status) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our RedisPatchSchedule_Status

func (*RedisPatchSchedule_Status) DeepCopy

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

func (*RedisPatchSchedule_Status) DeepCopyInto

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

type RedisPatchSchedules_Spec

type RedisPatchSchedules_Spec struct {
	Location        *string `json:"location,omitempty"`
	OriginalVersion string  `json:"originalVersion"`

	// +kubebuilder:validation:Required
	Owner           genruntime.KnownResourceReference `group:"cache.azure.com" json:"owner" kind:"Redis"`
	PropertyBag     genruntime.PropertyBag            `json:"$propertyBag,omitempty"`
	ScheduleEntries []ScheduleEntry                   `json:"scheduleEntries,omitempty"`
	Tags            map[string]string                 `json:"tags,omitempty"`
}

Storage version of v1alpha1api20201201.RedisPatchSchedules_Spec

func (*RedisPatchSchedules_Spec) ConvertSpecFrom

func (redisPatchSchedulesSpec *RedisPatchSchedules_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our RedisPatchSchedules_Spec from the provided source

func (*RedisPatchSchedules_Spec) ConvertSpecTo

func (redisPatchSchedulesSpec *RedisPatchSchedules_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our RedisPatchSchedules_Spec

func (*RedisPatchSchedules_Spec) DeepCopy

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

func (*RedisPatchSchedules_Spec) DeepCopyInto

func (in *RedisPatchSchedules_Spec) DeepCopyInto(out *RedisPatchSchedules_Spec)

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

type RedisResource_Status

type RedisResource_Status struct {
	AccessKeys                 *RedisAccessKeys_Status                                `json:"accessKeys,omitempty"`
	Conditions                 []conditions.Condition                                 `json:"conditions,omitempty"`
	EnableNonSslPort           *bool                                                  `json:"enableNonSslPort,omitempty"`
	HostName                   *string                                                `json:"hostName,omitempty"`
	Id                         *string                                                `json:"id,omitempty"`
	Instances                  []RedisInstanceDetails_Status                          `json:"instances,omitempty"`
	LinkedServers              []RedisLinkedServer_Status                             `json:"linkedServers,omitempty"`
	Location                   *string                                                `json:"location,omitempty"`
	MinimumTlsVersion          *string                                                `json:"minimumTlsVersion,omitempty"`
	Name                       *string                                                `json:"name,omitempty"`
	Port                       *int                                                   `json:"port,omitempty"`
	PrivateEndpointConnections []PrivateEndpointConnection_Status_SubResourceEmbedded `json:"privateEndpointConnections,omitempty"`
	PropertyBag                genruntime.PropertyBag                                 `json:"$propertyBag,omitempty"`
	ProvisioningState          *string                                                `json:"provisioningState,omitempty"`
	PublicNetworkAccess        *string                                                `json:"publicNetworkAccess,omitempty"`
	RedisConfiguration         map[string]string                                      `json:"redisConfiguration,omitempty"`
	RedisVersion               *string                                                `json:"redisVersion,omitempty"`
	ReplicasPerMaster          *int                                                   `json:"replicasPerMaster,omitempty"`
	ReplicasPerPrimary         *int                                                   `json:"replicasPerPrimary,omitempty"`
	ShardCount                 *int                                                   `json:"shardCount,omitempty"`
	Sku                        *Sku_Status                                            `json:"sku,omitempty"`
	SslPort                    *int                                                   `json:"sslPort,omitempty"`
	StaticIP                   *string                                                `json:"staticIP,omitempty"`
	SubnetId                   *string                                                `json:"subnetId,omitempty"`
	Tags                       map[string]string                                      `json:"tags,omitempty"`
	TenantSettings             map[string]string                                      `json:"tenantSettings,omitempty"`
	Type                       *string                                                `json:"type,omitempty"`
	Zones                      []string                                               `json:"zones,omitempty"`
}

Storage version of v1alpha1api20201201.RedisResource_Status

func (*RedisResource_Status) ConvertStatusFrom

func (redisResourceStatus *RedisResource_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our RedisResource_Status from the provided source

func (*RedisResource_Status) ConvertStatusTo

func (redisResourceStatus *RedisResource_Status) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our RedisResource_Status

func (*RedisResource_Status) DeepCopy

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

func (*RedisResource_Status) DeepCopyInto

func (in *RedisResource_Status) DeepCopyInto(out *RedisResource_Status)

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

type Redis_Spec

type Redis_Spec struct {
	//AzureName: The name of the resource in Azure. This is often the same as the name
	//of the resource in Kubernetes but it doesn't have to be.
	AzureName         string  `json:"azureName"`
	EnableNonSslPort  *bool   `json:"enableNonSslPort,omitempty"`
	Location          *string `json:"location,omitempty"`
	MinimumTlsVersion *string `json:"minimumTlsVersion,omitempty"`
	OriginalVersion   string  `json:"originalVersion"`

	// +kubebuilder:validation:Required
	Owner               genruntime.KnownResourceReference `group:"resources.azure.com" json:"owner" kind:"ResourceGroup"`
	PropertyBag         genruntime.PropertyBag            `json:"$propertyBag,omitempty"`
	PublicNetworkAccess *string                           `json:"publicNetworkAccess,omitempty"`
	RedisConfiguration  map[string]string                 `json:"redisConfiguration,omitempty"`
	RedisVersion        *string                           `json:"redisVersion,omitempty"`
	ReplicasPerMaster   *int                              `json:"replicasPerMaster,omitempty"`
	ReplicasPerPrimary  *int                              `json:"replicasPerPrimary,omitempty"`
	ShardCount          *int                              `json:"shardCount,omitempty"`
	Sku                 *Sku                              `json:"sku,omitempty"`
	StaticIP            *string                           `json:"staticIP,omitempty"`

	//SubnetReference: The full resource ID of a subnet in a virtual network to deploy
	//the Redis cache in. Example format:
	///subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1
	SubnetReference *genruntime.ResourceReference `armReference:"SubnetId" json:"subnetReference,omitempty"`
	Tags            map[string]string             `json:"tags,omitempty"`
	TenantSettings  map[string]string             `json:"tenantSettings,omitempty"`
	Zones           []string                      `json:"zones,omitempty"`
}

Storage version of v1alpha1api20201201.Redis_Spec

func (*Redis_Spec) ConvertSpecFrom

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

ConvertSpecFrom populates our Redis_Spec from the provided source

func (*Redis_Spec) ConvertSpecTo

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

ConvertSpecTo populates the provided destination from our Redis_Spec

func (*Redis_Spec) DeepCopy

func (in *Redis_Spec) DeepCopy() *Redis_Spec

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

func (*Redis_Spec) DeepCopyInto

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

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

type ScheduleEntry

type ScheduleEntry struct {
	DayOfWeek         *string                `json:"dayOfWeek,omitempty"`
	MaintenanceWindow *string                `json:"maintenanceWindow,omitempty"`
	PropertyBag       genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	StartHourUtc      *int                   `json:"startHourUtc,omitempty"`
}

Storage version of v1alpha1api20201201.ScheduleEntry Generated from: https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/definitions/ScheduleEntry

func (*ScheduleEntry) DeepCopy

func (in *ScheduleEntry) DeepCopy() *ScheduleEntry

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

func (*ScheduleEntry) DeepCopyInto

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

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

type ScheduleEntry_Status

type ScheduleEntry_Status struct {
	DayOfWeek         *string                `json:"dayOfWeek,omitempty"`
	MaintenanceWindow *string                `json:"maintenanceWindow,omitempty"`
	PropertyBag       genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	StartHourUtc      *int                   `json:"startHourUtc,omitempty"`
}

Storage version of v1alpha1api20201201.ScheduleEntry_Status

func (*ScheduleEntry_Status) DeepCopy

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

func (*ScheduleEntry_Status) DeepCopyInto

func (in *ScheduleEntry_Status) DeepCopyInto(out *ScheduleEntry_Status)

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

type Sku

type Sku struct {
	Capacity    *int                   `json:"capacity,omitempty"`
	Family      *string                `json:"family,omitempty"`
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1alpha1api20201201.Sku Generated from: https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Cache.json#/definitions/Sku

func (*Sku) AssignPropertiesFromSku

func (sku *Sku) AssignPropertiesFromSku(source *v1alpha1api20210301storage.Sku) error

AssignPropertiesFromSku populates our Sku from the provided source Sku

func (*Sku) AssignPropertiesToSku

func (sku *Sku) AssignPropertiesToSku(destination *v1alpha1api20210301storage.Sku) error

AssignPropertiesToSku populates the provided destination Sku from our Sku

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.

type Sku_Status

type Sku_Status struct {
	Capacity    *int                   `json:"capacity,omitempty"`
	Family      *string                `json:"family,omitempty"`
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1alpha1api20201201.Sku_Status

func (*Sku_Status) AssignPropertiesFromSkuStatus

func (skuStatus *Sku_Status) AssignPropertiesFromSkuStatus(source *v1alpha1api20210301storage.Sku_Status) error

AssignPropertiesFromSkuStatus populates our Sku_Status from the provided source Sku_Status

func (*Sku_Status) AssignPropertiesToSkuStatus

func (skuStatus *Sku_Status) AssignPropertiesToSkuStatus(destination *v1alpha1api20210301storage.Sku_Status) error

AssignPropertiesToSkuStatus 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.

Jump to

Keyboard shortcuts

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