v1alpha1

package
v0.44.0 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2024 License: Apache-2.0 Imports: 19 Imported by: 2

Documentation

Overview

+groupName=ops.kubedb.com

Index

Constants

View Source
const (
	GenericKey = "ops.kubedb.com"

	LabelOpsRequestKind = GenericKey + "/kind"
	LabelOpsRequestName = GenericKey + "/name"
)
View Source
const (
	Running    = "Running"
	Successful = "Successful"
	Failed     = "Failed"
)
View Source
const (
	DatabaseReady           = "DatabaseReady"
	PauseDatabase           = "PauseDatabase"
	DatabasePauseSucceeded  = "DatabasePauseSucceeded"
	DatabasePauseFailed     = "DatabasePauseFailed"
	ResumeDatabase          = "ResumeDatabase"
	DatabaseResumeSucceeded = "DatabaseResumeSucceeded"
	DatabaseResumeFailed    = "DatabaseResumeFailed"
	UpdateDatabase          = "UpdateDatabase"
)

Database

View Source
const (
	VersionUpdate          = "VersionUpdate"
	VersionUpdateStarted   = "VersionUpdateStarted"
	VersionUpdateSucceeded = "VersionUpdateSucceeded"
	VersionUpdateFailed    = "VersionUpdateFailed"
)

Version Update

View Source
const (
	HorizontalScale          = "HorizontalScale"
	HorizontalScaleUp        = "HorizontalScaleUp"
	HorizontalScaleDown      = "HorizontalScaleDown"
	HorizontalScaleStarted   = "HorizontalScaleStarted"
	HorizontalScaleSucceeded = "HorizontalScaleSucceeded"
	HorizontalScaleFailed    = "HorizontalScaleFailed"
)

Horizontal

View Source
const (
	VerticalScale          = "VerticalScale"
	VerticalScaleUp        = "VerticalScaleUp"
	VerticalScaleDown      = "VerticalScaleDown"
	VerticalScaleStarted   = "VerticalScaleStarted"
	VerticalScaleSucceeded = "VerticalScaleSucceeded"
	VerticalScaleFailed    = "VerticalScaleFailed"
)

Vertical

View Source
const (
	VolumeExpansion          = "VolumeExpansion"
	VolumeExpansionSucceeded = "VolumeExpansionSucceeded"
	VolumeExpansionFailed    = "VolumeExpansionFailed"
)

Volume Expansion

View Source
const (
	Reconfigure          = "Reconfigure"
	ReconfigureSucceeded = "ReconfigureSucceeded"
	ReconfigureFailed    = "ReconfigureFailed"
)

Reconfigure

View Source
const (
	ReconfigureTLS          = "ReconfigureTLS"
	ReconfigureTLSSucceeded = "ReconfigureTLSSucceeded"
	ReconfigureTLSFailed    = "ReconfigureTLSFailed"

	RemoveTLS                  = "RemoveTLS"
	RemoveTLSSucceeded         = "RemoveTLSSucceeded"
	RemoveTLSFailed            = "RemoveTLSFailed"
	AddTLS                     = "AddTLS"
	AddTLSSucceeded            = "AddTLSSucceeded"
	AddTLSFailed               = "AddTLSFailed"
	Issuing                    = "Issuing"
	IssueCertificatesSucceeded = "IssueCertificatesSucceeded"
	CertificateSynced          = "CertificateSynced"
	IssueCertificatesFailed    = "IssueCertificatesFailed"
)

ReconfigureTLS

View Source
const (
	Restart              = "Restart"
	RestartNodes         = "RestartNodes"
	RestartPods          = "RestartPods"
	RestartPodsSucceeded = "RestartPodsSucceeded"
	RestartPodsFailed    = "RestartPodsFailed"
)

Restart

View Source
const (
	UpdateStatefulSets          = "UpdateStatefulSets"
	UpdateStatefulSetsSucceeded = "UpdateStatefulSetsSucceeded"
	UpdateStatefulSetsFailed    = "UpdateStatefulSetsFailed"
	ReadyStatefulSets           = "ReadyStatefulSets"
	DeleteStatefulSets          = "DeleteStatefulSets"
)

StatefulSets

View Source
const (
	PauseBackupConfiguration  = "PauseBackupConfiguration"
	ResumeBackupConfiguration = "ResumeBackupConfiguration"
)

Stash

View Source
const (
	OrphanStatefulSetPods     = "OrphanStatefulSetPods"
	PrepareCustomConfig       = "PrepareCustomConfig"
	PrepareSecureCustomConfig = "PrepareSecureCustomConfig"
	ReconfigureSecurityAdmin  = "ReconfigureSecurityAdmin"

	HorizontalScaleMasterNode       = "HorizontalScaleMasterNode"
	HorizontalScaleDataNode         = "HorizontalScaleDataNode"
	HorizontalScaleDataHotNode      = "HorizontalScaleDataHotNode"
	HorizontalScaleDataWarmNode     = "HorizontalScaleDataWarmNode"
	HorizontalScaleDataColdNode     = "HorizontalScaleDataColdNode"
	HorizontalScaleDataFrozenNode   = "HorizontalScaleDataFrozenNode"
	HorizontalScaleDataContentNode  = "HorizontalScaleDataContentNode"
	HorizontalScaleMLNode           = "HorizontalScaleMLNode"
	HorizontalScaleTransformNode    = "HorizontalScaleTransformNode"
	HorizontalScaleCoordinatingNode = "HorizontalScaleCoordinatingNode"
	HorizontalScaleIngestNode       = "HorizontalScaleIngestNode"
	HorizontalScaleCombinedNode     = "HorizontalScaleCombinedNode"

	VolumeExpansionCombinedNode     = "VolumeExpansionCombinedNode"
	VolumeExpansionMasterNode       = "VolumeExpansionMasterNode"
	VolumeExpansionIngestNode       = "VolumeExpansionIngestNode"
	VolumeExpansionDataNode         = "VolumeExpansionDataNode"
	VolumeExpansionDataContentNode  = "VolumeExpansionDataContentNode"
	VolumeExpansionDataHotNode      = "VolumeExpansionDataHotNode"
	VolumeExpansionDataWarmNode     = "VolumeExpansionDataWarmNode"
	VolumeExpansionDataColdNode     = "VolumeExpansionDataColdNode"
	VolumeExpansionDataFrozenNode   = "VolumeExpansionDataFrozenNode"
	VolumeExpansionMLNode           = "VolumeExpansionMLNode"
	VolumeExpansionTransformNode    = "VolumeExpansionTransformNode"
	VolumeExpansionCoordinatingNode = "VolumeExpansionCoordinatingNode"
)

Elasticsearch Constant

View Source
const (
	ScaleUpBroker       = "ScaleUpBroker"
	ScaleUpController   = "ScaleUpController"
	ScaleUpCombined     = "ScaleUpCombined"
	ScaleDownBroker     = "ScaleDownBroker"
	ScaleDownController = "ScaleDownController"
	ScaleDownCombined   = "ScaleDownCombined"

	UpdateBrokerNodePVCs     = "UpdateBrokerNodePVCs"
	UpdateControllerNodePVCs = "UpdateControllerNodePVCs"
	UpdateCombinedNodePVCs   = "UpdateCombinedNodePVCs"
)

Kafka Constants

View Source
const (
	StartingBalancer  = "StartingBalancer"
	StoppingBalancer  = "StoppingBalancer"
	FlushRouterConfig = "FlushRouterConfig"

	UpdateStandaloneImage   = "UpdateStandaloneImage"
	UpdateShardImage        = "UpdateShardImage"
	UpdateReplicaSetImage   = "UpdateReplicaSetImage"
	UpdateConfigServerImage = "UpdateConfigServerImage"
	UpdateMongosImage       = "UpdateMongosImage"

	HorizontalScaleStandaloneUp      = "HorizontalScaleStandaloneUp"
	HorizontalScaleStandaloneDown    = "HorizontalScaleStandaloneDown"
	HorizontalScaleReplicaSetUp      = "HorizontalScaleReplicaSetUp"
	HorizontalScaleReplicaSetDown    = "HorizontalScaleReplicaSetDown"
	HorizontalScaleMongos            = "HorizontalScaleMongos"
	HorizontalScaleConfigServerUp    = "HorizontalScaleConfigServerUp"
	HorizontalScaleConfigServerDown  = "HorizontalScaleConfigServerDown"
	HorizontalScaleShardReplicasUp   = "HorizontalScaleShardReplicasUp"
	HorizontalScaleShardReplicasDown = "HorizontalScaleShardReplicasDown"
	HorizontalScaleShardUp           = "HorizontalScaleShardUp"
	HorizontalScaleShardDown         = "HorizontalScaleShardDown"
	HorizontalScaleArbiterUp         = "HorizontalScaleArbiterUp"
	HorizontalScaleArbiterDown       = "HorizontalScaleArbiterDown"
	HorizontalScaleHiddenUp          = "HorizontalScaleHiddenUp"
	HorizontalScaleHiddenDown        = "HorizontalScaleHiddenDown"

	VerticalScaleStandalone   = "VerticalScaleStandalone"
	VerticalScaleReplicaSet   = "VerticalScaleReplicaSet"
	VerticalScaleMongos       = "VerticalScaleMongos"
	VerticalScaleConfigServer = "VerticalScaleConfigServer"
	VerticalScaleShard        = "VerticalScaleShard"
	VerticalScaleArbiter      = "VerticalScaleArbiter"
	VerticalScaleHidden       = "VerticalScaleHidden"

	VolumeExpansionStandalone   = "VolumeExpansionStandalone"
	VolumeExpansionReplicaSet   = "VolumeExpansionReplicaSet"
	VolumeExpansionMongos       = "VolumeExpansionMongos"
	VolumeExpansionConfigServer = "VolumeExpansionConfigServer"
	VolumeExpansionShard        = "VolumeExpansionShard"
	VolumeExpansionHidden       = "VolumeExpansionHidden"

	ReconfigureStandalone   = "ReconfigureStandalone"
	ReconfigureReplicaset   = "ReconfigureReplicaset"
	ReconfigureMongos       = "ReconfigureMongos"
	ReconfigureConfigServer = "ReconfigureConfigServer"
	ReconfigureShard        = "ReconfigureShard"
	ReconfigureArbiter      = "ReconfigureArbiter"
	ReconfigureHidden       = "ReconfigureHidden"

	RestartStandalone   = "RestartStandalone"
	RestartReplicaSet   = "RestartReplicaSet"
	RestartMongos       = "RestartMongos"
	RestartConfigServer = "RestartConfigServer"
	RestartShard        = "RestartShard"
	RestartArbiter      = "RestartArbiter"
	RestartHidden       = "RestartHidden"
)

MongoDB Constants

View Source
const (
	PausePgCoordinator                                   = "PausePgCoordinator"
	ResumePgCoordinator                                  = "ResumePgCoordinator"
	DataDirectoryInitialized                             = "DataDirectoryInitialized"
	ReplacedDataDirectory                                = "ReplacedDataDirectory"
	TransferLeaderShipToFirstNode                        = "TransferPrimaryRoleToDefault"
	TransferLeaderShipToFirstNodeBeforeCoordinatorPaused = "TransferLeaderShipToFirstNodeBeforeCoordinatorPaused"
	CopiedOldBinaries                                    = "CopiedOldBinaries"
	ResumePrimaryPgCoordinator                           = "NonTransferableResumePgCoordinator"

	UpdatePrimaryImage = "UpdatePrimaryImage"
	UpdateStandbyImage = "UpdateStandbyImage"

	RestartPrimary   = "RestartPrimary"
	RestartSecondary = "RestartSecondary"
)

Postgres Constants

View Source
const (
	PatchedSecret                        = "patchedSecret"
	ConfigKeyRedis                       = "redis.conf"
	RedisTLSArg                          = "--tls-port 6379"
	ReplaceSentinel                      = "ReplaceSentinel"
	ScaleUpRedisReplicasInSentinelMode   = "ScaleUpRedisReplicasInSentinelMode"
	ScaleDownRedisReplicasInSentinelMode = "ScaleDownRedisReplicasInSentinelMode"

	HorizontalScaleReplicasUp   = "HorizontalScaleReplicasUp"
	HorizontalScaleReplicasDown = "HorizontalScaleReplicasDown"
	HorizontalScaleSentinelUp   = "HorizontalScaleSentinelUp"
	HorizontalScaleSentinelDown = "HorizontalScaleSentinelDown"
)

Redis Constants

View Source
const (
	ResourceCodeElasticsearchOpsRequest     = "esops"
	ResourceKindElasticsearchOpsRequest     = "ElasticsearchOpsRequest"
	ResourceSingularElasticsearchOpsRequest = "elasticsearchopsrequest"
	ResourcePluralElasticsearchOpsRequest   = "elasticsearchopsrequests"
)
View Source
const (
	ResourceCodeEtcdOpsRequest     = "etcdops"
	ResourceKindEtcdOpsRequest     = "EtcdOpsRequest"
	ResourceSingularEtcdOpsRequest = "etcdopsrequest"
	ResourcePluralEtcdOpsRequest   = "etcdopsrequests"
)
View Source
const (
	ResourceCodeKafkaOpsRequest     = "kfops"
	ResourceKindKafkaOpsRequest     = "KafkaOpsRequest"
	ResourceSingularKafkaOpsRequest = "kafkaopsrequest"
	ResourcePluralKafkaOpsRequest   = "kafkaopsrequests"
)
View Source
const (
	ResourceCodeMariaDBOpsRequest     = "mariaops"
	ResourceKindMariaDBOpsRequest     = "MariaDBOpsRequest"
	ResourceSingularMariaDBOpsRequest = "mariadbopsrequest"
	ResourcePluralMariaDBOpsRequest   = "mariadbopsrequests"
)
View Source
const (
	ResourceCodeMemcachedOpsRequest     = "mcops"
	ResourceKindMemcachedOpsRequest     = "MemcachedOpsRequest"
	ResourceSingularMemcachedOpsRequest = "memcachedopsrequest"
	ResourcePluralMemcachedOpsRequest   = "memcachedopsrequests"
)
View Source
const (
	ResourceCodeMongoDBOpsRequest     = "mgops"
	ResourceKindMongoDBOpsRequest     = "MongoDBOpsRequest"
	ResourceSingularMongoDBOpsRequest = "mongodbopsrequest"
	ResourcePluralMongoDBOpsRequest   = "mongodbopsrequests"
)
View Source
const (
	ResourceCodeMySQLOpsRequest     = "myops"
	ResourceKindMySQLOpsRequest     = "MySQLOpsRequest"
	ResourceSingularMySQLOpsRequest = "mysqlopsrequest"
	ResourcePluralMySQLOpsRequest   = "mysqlopsrequests"
)
View Source
const (
	ResourceCodePerconaXtraDBOpsRequest     = "pxcops"
	ResourceKindPerconaXtraDBOpsRequest     = "PerconaXtraDBOpsRequest"
	ResourceSingularPerconaXtraDBOpsRequest = "perconaxtradbopsrequest"
	ResourcePluralPerconaXtraDBOpsRequest   = "perconaxtradbopsrequests"
)
View Source
const (
	ResourceCodePgBouncerOpsRequest     = "pbops"
	ResourceKindPgBouncerOpsRequest     = "PgBouncerOpsRequest"
	ResourceSingularPgBouncerOpsRequest = "pgbounceropsrequest"
	ResourcePluralPgBouncerOpsRequest   = "pgbounceropsrequests"
)
View Source
const (
	ResourceCodePostgresOpsRequest     = "pgops"
	ResourceKindPostgresOpsRequest     = "PostgresOpsRequest"
	ResourceSingularPostgresOpsRequest = "postgresopsrequest"
	ResourcePluralPostgresOpsRequest   = "postgresopsrequests"
)
View Source
const (
	ResourceCodeProxySQLOpsRequest     = "prxops"
	ResourceKindProxySQLOpsRequest     = "ProxySQLOpsRequest"
	ResourceSingularProxySQLOpsRequest = "proxysqlopsrequest"
	ResourcePluralProxySQLOpsRequest   = "proxysqlopsrequests"
)
View Source
const (
	ResourceCodeRedisOpsRequest     = "rdops"
	ResourceKindRedisOpsRequest     = "RedisOpsRequest"
	ResourceSingularRedisOpsRequest = "redisopsrequest"
	ResourcePluralRedisOpsRequest   = "redisopsrequests"
)
View Source
const (
	ResourceCodeRedisSentinelOpsRequest     = "rdsops"
	ResourceKindRedisSentinelOpsRequest     = "RedisSentinelOpsRequest"
	ResourceSingularRedisSentinelOpsRequest = "redissentinelopsrequest"
	ResourcePluralRedisSentinelOpsRequest   = "redissentinelopsrequests"
)
View Source
const (
	TempIniFilesPath = "/tmp/kubedb-custom-ini-files"
)

MySQL/MariaDB Constants

Variables

View Source
var (
	// TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api.
	// localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes.
	SchemeBuilder runtime.SchemeBuilder

	AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
var ErrInvalidElasticsearchOpsRequestType = fmt.Errorf("not a valid ElasticsearchOpsRequestType, try [%s]", strings.Join(_ElasticsearchOpsRequestTypeNames, ", "))
View Source
var ErrInvalidEtcdOpsRequestType = fmt.Errorf("not a valid EtcdOpsRequestType, try [%s]", strings.Join(_EtcdOpsRequestTypeNames, ", "))
View Source
var ErrInvalidKafkaOpsRequestType = fmt.Errorf("not a valid KafkaOpsRequestType, try [%s]", strings.Join(_KafkaOpsRequestTypeNames, ", "))
View Source
var ErrInvalidMariaDBOpsRequestType = fmt.Errorf("not a valid MariaDBOpsRequestType, try [%s]", strings.Join(_MariaDBOpsRequestTypeNames, ", "))
View Source
var ErrInvalidMemcachedOpsRequestType = fmt.Errorf("not a valid MemcachedOpsRequestType, try [%s]", strings.Join(_MemcachedOpsRequestTypeNames, ", "))
View Source
var ErrInvalidMongoDBOpsRequestType = fmt.Errorf("not a valid MongoDBOpsRequestType, try [%s]", strings.Join(_MongoDBOpsRequestTypeNames, ", "))
View Source
var ErrInvalidMySQLOpsRequestType = fmt.Errorf("not a valid MySQLOpsRequestType, try [%s]", strings.Join(_MySQLOpsRequestTypeNames, ", "))
View Source
var ErrInvalidPerconaXtraDBOpsRequestType = fmt.Errorf("not a valid PerconaXtraDBOpsRequestType, try [%s]", strings.Join(_PerconaXtraDBOpsRequestTypeNames, ", "))
View Source
var ErrInvalidPgBouncerOpsRequestType = fmt.Errorf("not a valid PgBouncerOpsRequestType, try [%s]", strings.Join(_PgBouncerOpsRequestTypeNames, ", "))
View Source
var ErrInvalidPostgresOpsRequestType = fmt.Errorf("not a valid PostgresOpsRequestType, try [%s]", strings.Join(_PostgresOpsRequestTypeNames, ", "))
View Source
var ErrInvalidProxySQLOpsRequestType = fmt.Errorf("not a valid ProxySQLOpsRequestType, try [%s]", strings.Join(_ProxySQLOpsRequestTypeNames, ", "))
View Source
var ErrInvalidRedisOpsRequestType = fmt.Errorf("not a valid RedisOpsRequestType, try [%s]", strings.Join(_RedisOpsRequestTypeNames, ", "))
View Source
var ErrInvalidRedisSentinelOpsRequestType = fmt.Errorf("not a valid RedisSentinelOpsRequestType, try [%s]", strings.Join(_RedisSentinelOpsRequestTypeNames, ", "))
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: ops.GroupName, Version: "v1alpha1"}

Functions

func ElasticsearchOpsRequestTypeNames added in v0.33.0

func ElasticsearchOpsRequestTypeNames() []string

ElasticsearchOpsRequestTypeNames returns a list of possible string values of ElasticsearchOpsRequestType.

func EtcdOpsRequestTypeNames added in v0.33.0

func EtcdOpsRequestTypeNames() []string

EtcdOpsRequestTypeNames returns a list of possible string values of EtcdOpsRequestType.

func KafkaOpsRequestTypeNames added in v0.36.0

func KafkaOpsRequestTypeNames() []string

KafkaOpsRequestTypeNames returns a list of possible string values of KafkaOpsRequestType.

func Kind

func Kind(kind string) schema.GroupKind

Kind takes an unqualified kind and returns a Group qualified GroupKind

func MariaDBOpsRequestTypeNames added in v0.33.0

func MariaDBOpsRequestTypeNames() []string

MariaDBOpsRequestTypeNames returns a list of possible string values of MariaDBOpsRequestType.

func MemcachedOpsRequestTypeNames added in v0.33.0

func MemcachedOpsRequestTypeNames() []string

MemcachedOpsRequestTypeNames returns a list of possible string values of MemcachedOpsRequestType.

func MongoDBOpsRequestTypeNames added in v0.33.0

func MongoDBOpsRequestTypeNames() []string

MongoDBOpsRequestTypeNames returns a list of possible string values of MongoDBOpsRequestType.

func MySQLOpsRequestTypeNames added in v0.33.0

func MySQLOpsRequestTypeNames() []string

MySQLOpsRequestTypeNames returns a list of possible string values of MySQLOpsRequestType.

func PerconaXtraDBOpsRequestTypeNames added in v0.33.0

func PerconaXtraDBOpsRequestTypeNames() []string

PerconaXtraDBOpsRequestTypeNames returns a list of possible string values of PerconaXtraDBOpsRequestType.

func PgBouncerOpsRequestTypeNames added in v0.33.0

func PgBouncerOpsRequestTypeNames() []string

PgBouncerOpsRequestTypeNames returns a list of possible string values of PgBouncerOpsRequestType.

func PostgresOpsRequestTypeNames added in v0.33.0

func PostgresOpsRequestTypeNames() []string

PostgresOpsRequestTypeNames returns a list of possible string values of PostgresOpsRequestType.

func ProxySQLOpsRequestTypeNames added in v0.33.0

func ProxySQLOpsRequestTypeNames() []string

ProxySQLOpsRequestTypeNames returns a list of possible string values of ProxySQLOpsRequestType.

func RedisOpsRequestTypeNames added in v0.33.0

func RedisOpsRequestTypeNames() []string

RedisOpsRequestTypeNames returns a list of possible string values of RedisOpsRequestType.

func RedisSentinelOpsRequestTypeNames added in v0.33.0

func RedisSentinelOpsRequestTypeNames() []string

RedisSentinelOpsRequestTypeNames returns a list of possible string values of RedisSentinelOpsRequestType.

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type Accessor added in v0.28.1

type Accessor interface {
	GetObjectMeta() metav1.ObjectMeta
	GetDBRefName() string
	GetRequestType() any
	GetStatus() OpsRequestStatus
	SetStatus(_ OpsRequestStatus)
}

type ApplyOption added in v0.28.0

type ApplyOption string

+kubebuilder:validation:Enum=IfReady;Always

const (
	ApplyOptionIfReady ApplyOption = "IfReady"
	ApplyOptionAlways  ApplyOption = "Always"
)

type ArchiverOperation added in v0.38.0

type ArchiverOperation string

+kubebuilder:validation:Enum=ConfigureArchiver;DisableArchiver

const (
	ArchiverOperationConfigure ArchiverOperation = "ConfigureArchiver"
	ArchiverOperationDisable   ArchiverOperation = "DisableArchiver"
)

type ArchiverOptions added in v0.38.0

type ArchiverOptions struct {
	Operation ArchiverOperation     `json:"operation"`
	Ref       kmapi.ObjectReference `json:"ref"`
}

func (*ArchiverOptions) DeepCopy added in v0.38.0

func (in *ArchiverOptions) DeepCopy() *ArchiverOptions

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

func (*ArchiverOptions) DeepCopyInto added in v0.38.0

func (in *ArchiverOptions) DeepCopyInto(out *ArchiverOptions)

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

type ConfigNode

type ConfigNode struct {
	Replicas int32 `json:"replicas,omitempty"`
}

ConfigNode is the spec for mongodb ConfigServer

func (*ConfigNode) DeepCopy

func (in *ConfigNode) DeepCopy() *ConfigNode

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

func (*ConfigNode) DeepCopyInto

func (in *ConfigNode) DeepCopyInto(out *ConfigNode)

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

type ContainerResources added in v0.39.0

type ContainerResources struct {
	// Compute Resources required by the sidecar container.
	// +optional
	Resources core.ResourceRequirements `json:"resources,omitempty"`
}

ContainerResources is the spec for vertical scaling of containers

func (*ContainerResources) DeepCopy added in v0.39.0

func (in *ContainerResources) DeepCopy() *ContainerResources

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

func (*ContainerResources) DeepCopyInto added in v0.39.0

func (in *ContainerResources) DeepCopyInto(out *ContainerResources)

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

type ElasticsearchCustomConfiguration

type ElasticsearchCustomConfiguration struct {
	ConfigMap *core.LocalObjectReference `json:"configMap,omitempty"`
	Data      map[string]string          `json:"data,omitempty"`
	Remove    bool                       `json:"remove,omitempty"`
}

func (*ElasticsearchCustomConfiguration) DeepCopy

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

func (*ElasticsearchCustomConfiguration) DeepCopyInto

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

type ElasticsearchCustomConfigurationSpec

type ElasticsearchCustomConfigurationSpec struct {
	// ConfigSecret is an optional field to provide custom configuration file for database.
	// +optional
	ConfigSecret *core.LocalObjectReference `json:"configSecret,omitempty"`
	// SecureConfigSecret is an optional field to provide secure settings for database.
	//	- Ref: https://www.elastic.co/guide/en/elasticsearch/reference/7.14/secure-settings.html
	// +optional
	SecureConfigSecret *core.LocalObjectReference `json:"secureConfigSecret,omitempty"`
	// ApplyConfig is an optional field to provide Elasticsearch configuration.
	// Provided configuration will be applied to config files stored in ConfigSecret.
	// If the ConfigSecret is missing, the operator will create a new k8s secret by the
	// following naming convention: {db-name}-user-config .
	// Expected input format:
	//	applyConfig:
	//		file-name.yml: |
	//			key: value
	//		elasticsearch.yml: |
	//			thread_pool:
	//				write:
	//					size: 30
	// +optional
	ApplyConfig map[string]string `json:"applyConfig,omitempty"`
	// If set to "true", the user provided configuration will be removed.
	// The Elasticsearch cluster will start will default configuration that is generated by the operator.
	// +optional
	RemoveCustomConfig bool `json:"removeCustomConfig,omitempty"`
	// If set to "true", the user provided secure settings will be removed.
	// The elasticsearch.keystore will start will default password (i.e. "").
	// +optional
	RemoveSecureCustomConfig bool `json:"removeSecureCustomConfig,omitempty"`
}

ElasticsearchCustomConfigurationSpec is the spec for Reconfiguring the Elasticsearch Settings

func (*ElasticsearchCustomConfigurationSpec) DeepCopy

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

func (*ElasticsearchCustomConfigurationSpec) DeepCopyInto

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

type ElasticsearchHorizontalScalingSpec

type ElasticsearchHorizontalScalingSpec struct {
	// Number of combined (i.e. master, data, ingest) node
	Node *int32 `json:"node,omitempty"`
	// Node topology specification
	Topology *ElasticsearchHorizontalScalingTopologySpec `json:"topology,omitempty"`
}

ElasticsearchHorizontalScalingSpec contains the horizontal scaling information of an Elasticsearch cluster

func (*ElasticsearchHorizontalScalingSpec) DeepCopy

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

func (*ElasticsearchHorizontalScalingSpec) DeepCopyInto

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

type ElasticsearchHorizontalScalingTopologySpec added in v0.16.0

type ElasticsearchHorizontalScalingTopologySpec struct {
	// Number of master nodes
	Master *int32 `json:"master,omitempty"`
	// Number of ingest nodes
	Ingest *int32 `json:"ingest,omitempty"`
	// Number of data nodes
	Data         *int32 `json:"data,omitempty"`
	DataContent  *int32 `json:"dataContent,omitempty"`
	DataHot      *int32 `json:"dataHot,omitempty"`
	DataWarm     *int32 `json:"dataWarm,omitempty"`
	DataCold     *int32 `json:"dataCold,omitempty"`
	DataFrozen   *int32 `json:"dataFrozen,omitempty"`
	ML           *int32 `json:"ml,omitempty"`
	Transform    *int32 `json:"transform,omitempty"`
	Coordinating *int32 `json:"coordinating,omitempty"`
}

ElasticsearchHorizontalScalingTopologySpec contains the horizontal scaling information in cluster topology mode

func (*ElasticsearchHorizontalScalingTopologySpec) DeepCopy added in v0.16.0

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

func (*ElasticsearchHorizontalScalingTopologySpec) DeepCopyInto added in v0.16.0

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

type ElasticsearchOpsRequest

type ElasticsearchOpsRequest struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ElasticsearchOpsRequestSpec `json:"spec,omitempty"`
	Status            OpsRequestStatus            `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:resource:path=elasticsearchopsrequests,singular=elasticsearchopsrequest,shortName=esops,categories={datastore,kubedb,appscode} +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Type",type="string",JSONPath=".spec.type" +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.phase" +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

func (ElasticsearchOpsRequest) CustomResourceDefinition

func (_ ElasticsearchOpsRequest) CustomResourceDefinition() *apiextensions.CustomResourceDefinition

func (*ElasticsearchOpsRequest) DeepCopy

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

func (*ElasticsearchOpsRequest) DeepCopyInto

func (in *ElasticsearchOpsRequest) DeepCopyInto(out *ElasticsearchOpsRequest)

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

func (*ElasticsearchOpsRequest) DeepCopyObject

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

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

func (*ElasticsearchOpsRequest) GetDBRefName added in v0.28.1

func (e *ElasticsearchOpsRequest) GetDBRefName() string

func (*ElasticsearchOpsRequest) GetObjectMeta added in v0.28.1

func (e *ElasticsearchOpsRequest) GetObjectMeta() metav1.ObjectMeta

func (*ElasticsearchOpsRequest) GetRequestType added in v0.28.1

func (e *ElasticsearchOpsRequest) GetRequestType() any

func (*ElasticsearchOpsRequest) GetStatus added in v0.28.1

func (ElasticsearchOpsRequest) ResourceFQN added in v0.16.0

func (e ElasticsearchOpsRequest) ResourceFQN() string

func (ElasticsearchOpsRequest) ResourceKind

func (e ElasticsearchOpsRequest) ResourceKind() string

func (ElasticsearchOpsRequest) ResourcePlural

func (e ElasticsearchOpsRequest) ResourcePlural() string

func (ElasticsearchOpsRequest) ResourceShortCode

func (e ElasticsearchOpsRequest) ResourceShortCode() string

func (ElasticsearchOpsRequest) ResourceSingular

func (e ElasticsearchOpsRequest) ResourceSingular() string

func (*ElasticsearchOpsRequest) SetStatus added in v0.28.1

func (e *ElasticsearchOpsRequest) SetStatus(s OpsRequestStatus)

func (ElasticsearchOpsRequest) ValidateSpecs

func (e ElasticsearchOpsRequest) ValidateSpecs() error

type ElasticsearchOpsRequestList

type ElasticsearchOpsRequestList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of ElasticsearchOpsRequest CRD objects
	Items []ElasticsearchOpsRequest `json:"items,omitempty"`
}

ElasticsearchOpsRequestList is a list of ElasticsearchOpsRequests

func (*ElasticsearchOpsRequestList) DeepCopy

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

func (*ElasticsearchOpsRequestList) DeepCopyInto

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

func (*ElasticsearchOpsRequestList) DeepCopyObject

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

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

type ElasticsearchOpsRequestSpec

type ElasticsearchOpsRequestSpec struct {
	// Specifies the Elasticsearch reference
	DatabaseRef core.LocalObjectReference `json:"databaseRef"`
	// Specifies the ops request type: Upgrade, HorizontalScaling, VerticalScaling etc.
	Type ElasticsearchOpsRequestType `json:"type"`
	// Specifies information necessary for upgrading Elasticsearch
	UpdateVersion *ElasticsearchUpdateVersionSpec `json:"updateVersion,omitempty"`
	// Specifies information necessary for horizontal scaling
	HorizontalScaling *ElasticsearchHorizontalScalingSpec `json:"horizontalScaling,omitempty"`
	// Specifies information necessary for vertical scaling
	VerticalScaling *ElasticsearchVerticalScalingSpec `json:"verticalScaling,omitempty"`
	// Specifies information necessary for volume expansion
	VolumeExpansion *ElasticsearchVolumeExpansionSpec `json:"volumeExpansion,omitempty"`
	// Specifies information necessary for custom configuration of Elasticsearch
	Configuration *ElasticsearchCustomConfigurationSpec `json:"configuration,omitempty"`
	// Specifies information necessary for configuring TLS
	TLS *TLSSpec `json:"tls,omitempty"`
	// Specifies information necessary for restarting database
	Restart *RestartSpec `json:"restart,omitempty"`
	// Timeout for each step of the ops request in second. If a step doesn't finish within the specified timeout, the ops request will result in failure.
	Timeout *metav1.Duration `json:"timeout,omitempty"`
	// ApplyOption is to control the execution of OpsRequest depending on the database state.
	// +kubebuilder:default="IfReady"
	Apply ApplyOption `json:"apply,omitempty"`
}

ElasticsearchOpsRequestSpec is the spec for ElasticsearchOpsRequest

func (*ElasticsearchOpsRequestSpec) DeepCopy

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

func (*ElasticsearchOpsRequestSpec) DeepCopyInto

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

type ElasticsearchOpsRequestType added in v0.29.0

type ElasticsearchOpsRequestType string

+kubebuilder:validation:Enum=Upgrade;UpdateVersion;HorizontalScaling;VerticalScaling;VolumeExpansion;Restart;Reconfigure;ReconfigureTLS ENUM(UpdateVersion, HorizontalScaling, VerticalScaling, VolumeExpansion, Restart, Reconfigure, ReconfigureTLS)

const (
	// ElasticsearchOpsRequestTypeUpdateVersion is a ElasticsearchOpsRequestType of type UpdateVersion.
	ElasticsearchOpsRequestTypeUpdateVersion ElasticsearchOpsRequestType = "UpdateVersion"
	// ElasticsearchOpsRequestTypeHorizontalScaling is a ElasticsearchOpsRequestType of type HorizontalScaling.
	ElasticsearchOpsRequestTypeHorizontalScaling ElasticsearchOpsRequestType = "HorizontalScaling"
	// ElasticsearchOpsRequestTypeVerticalScaling is a ElasticsearchOpsRequestType of type VerticalScaling.
	ElasticsearchOpsRequestTypeVerticalScaling ElasticsearchOpsRequestType = "VerticalScaling"
	// ElasticsearchOpsRequestTypeVolumeExpansion is a ElasticsearchOpsRequestType of type VolumeExpansion.
	ElasticsearchOpsRequestTypeVolumeExpansion ElasticsearchOpsRequestType = "VolumeExpansion"
	// ElasticsearchOpsRequestTypeRestart is a ElasticsearchOpsRequestType of type Restart.
	ElasticsearchOpsRequestTypeRestart ElasticsearchOpsRequestType = "Restart"
	// ElasticsearchOpsRequestTypeReconfigure is a ElasticsearchOpsRequestType of type Reconfigure.
	ElasticsearchOpsRequestTypeReconfigure ElasticsearchOpsRequestType = "Reconfigure"
	// ElasticsearchOpsRequestTypeReconfigureTLS is a ElasticsearchOpsRequestType of type ReconfigureTLS.
	ElasticsearchOpsRequestTypeReconfigureTLS ElasticsearchOpsRequestType = "ReconfigureTLS"
)

func ElasticsearchOpsRequestTypeValues added in v0.33.0

func ElasticsearchOpsRequestTypeValues() []ElasticsearchOpsRequestType

ElasticsearchOpsRequestTypeValues returns a list of the values for ElasticsearchOpsRequestType

func MustParseElasticsearchOpsRequestType added in v0.33.0

func MustParseElasticsearchOpsRequestType(name string) ElasticsearchOpsRequestType

MustParseElasticsearchOpsRequestType converts a string to a ElasticsearchOpsRequestType, and panics if is not valid.

func ParseElasticsearchOpsRequestType added in v0.33.0

func ParseElasticsearchOpsRequestType(name string) (ElasticsearchOpsRequestType, error)

ParseElasticsearchOpsRequestType attempts to convert a string to a ElasticsearchOpsRequestType.

func (ElasticsearchOpsRequestType) IsValid added in v0.33.0

func (x ElasticsearchOpsRequestType) IsValid() bool

IsValid provides a quick way to determine if the typed value is part of the allowed enumerated values

func (ElasticsearchOpsRequestType) String added in v0.33.0

String implements the Stringer interface.

type ElasticsearchReplicaReadinessCriteria

type ElasticsearchReplicaReadinessCriteria struct{}

ElasticsearchReplicaReadinessCriteria is the criteria for checking readiness of an Elasticsearch database

func (*ElasticsearchReplicaReadinessCriteria) DeepCopy

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

func (*ElasticsearchReplicaReadinessCriteria) DeepCopyInto

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

type ElasticsearchUpdateVersionSpec added in v0.33.0

type ElasticsearchUpdateVersionSpec struct {
	// Specifies the target version name from catalog
	TargetVersion string `json:"targetVersion,omitempty"`
}

func (*ElasticsearchUpdateVersionSpec) DeepCopy added in v0.33.0

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

func (*ElasticsearchUpdateVersionSpec) DeepCopyInto added in v0.33.0

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

type ElasticsearchVerticalScalingSpec

type ElasticsearchVerticalScalingSpec struct {
	// Resource spec for combined nodes
	Node *PodResources `json:"node,omitempty"`
	// Resource spec for exporter sidecar
	Exporter     *ContainerResources `json:"exporter,omitempty"`
	Master       *PodResources       `json:"master,omitempty"`
	Ingest       *PodResources       `json:"ingest,omitempty"`
	Data         *PodResources       `json:"data,omitempty"`
	DataContent  *PodResources       `json:"dataContent,omitempty"`
	DataHot      *PodResources       `json:"dataHot,omitempty"`
	DataWarm     *PodResources       `json:"dataWarm,omitempty"`
	DataCold     *PodResources       `json:"dataCold,omitempty"`
	DataFrozen   *PodResources       `json:"dataFrozen,omitempty"`
	ML           *PodResources       `json:"ml,omitempty"`
	Transform    *PodResources       `json:"transform,omitempty"`
	Coordinating *PodResources       `json:"coordinating,omitempty"`
}

ElasticsearchVerticalScalingSpec is the spec for Elasticsearch vertical scaling

func (*ElasticsearchVerticalScalingSpec) DeepCopy

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

func (*ElasticsearchVerticalScalingSpec) DeepCopyInto

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

type ElasticsearchVolumeExpansionSpec

type ElasticsearchVolumeExpansionSpec struct {
	Mode VolumeExpansionMode `json:"mode"`
	// volume specification for combined nodes
	Node *resource.Quantity `json:"node,omitempty"`
	// volume specification for master nodes
	Master *resource.Quantity `json:"master,omitempty"`
	// volume specification for ingest nodes
	Ingest *resource.Quantity `json:"ingest,omitempty"`
	// volume specification for data nodes
	Data         *resource.Quantity `json:"data,omitempty"`
	DataContent  *resource.Quantity `json:"dataContent,omitempty"`
	DataHot      *resource.Quantity `json:"dataHot,omitempty"`
	DataWarm     *resource.Quantity `json:"dataWarm,omitempty"`
	DataCold     *resource.Quantity `json:"dataCold,omitempty"`
	DataFrozen   *resource.Quantity `json:"dataFrozen,omitempty"`
	ML           *resource.Quantity `json:"ml,omitempty"`
	Transform    *resource.Quantity `json:"transform,omitempty"`
	Coordinating *resource.Quantity `json:"coordinating,omitempty"`
}

ElasticsearchVolumeExpansionSpec is the spec for Elasticsearch volume expansion

func (*ElasticsearchVolumeExpansionSpec) DeepCopy

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

func (*ElasticsearchVolumeExpansionSpec) DeepCopyInto

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

type EtcdCustomConfiguration

type EtcdCustomConfiguration struct {
	ConfigMap *core.LocalObjectReference `json:"configMap,omitempty"`
	Data      map[string]string          `json:"data,omitempty"`
	Remove    bool                       `json:"remove,omitempty"`
}

func (*EtcdCustomConfiguration) DeepCopy

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

func (*EtcdCustomConfiguration) DeepCopyInto

func (in *EtcdCustomConfiguration) DeepCopyInto(out *EtcdCustomConfiguration)

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

type EtcdCustomConfigurationSpec

type EtcdCustomConfigurationSpec struct{}

func (*EtcdCustomConfigurationSpec) DeepCopy

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

func (*EtcdCustomConfigurationSpec) DeepCopyInto

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

type EtcdHorizontalScalingSpec

type EtcdHorizontalScalingSpec struct{}

HorizontalScaling is the spec for Etcd horizontal scaling

func (*EtcdHorizontalScalingSpec) DeepCopy

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

func (*EtcdHorizontalScalingSpec) DeepCopyInto

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

type EtcdOpsRequest

type EtcdOpsRequest struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              EtcdOpsRequestSpec `json:"spec,omitempty"`
	Status            OpsRequestStatus   `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:resource:path=etcdopsrequests,singular=etcdopsrequest,shortName=etcdops,categories={datastore,kubedb,appscode} +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Type",type="string",JSONPath=".spec.type" +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.phase" +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

func (EtcdOpsRequest) CustomResourceDefinition

func (_ EtcdOpsRequest) CustomResourceDefinition() *apiextensions.CustomResourceDefinition

func (*EtcdOpsRequest) DeepCopy

func (in *EtcdOpsRequest) DeepCopy() *EtcdOpsRequest

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

func (*EtcdOpsRequest) DeepCopyInto

func (in *EtcdOpsRequest) DeepCopyInto(out *EtcdOpsRequest)

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

func (*EtcdOpsRequest) DeepCopyObject

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

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

func (*EtcdOpsRequest) GetDBRefName added in v0.28.1

func (e *EtcdOpsRequest) GetDBRefName() string

func (*EtcdOpsRequest) GetObjectMeta added in v0.28.1

func (e *EtcdOpsRequest) GetObjectMeta() metav1.ObjectMeta

func (*EtcdOpsRequest) GetRequestType added in v0.28.1

func (e *EtcdOpsRequest) GetRequestType() any

func (*EtcdOpsRequest) GetStatus added in v0.28.1

func (e *EtcdOpsRequest) GetStatus() OpsRequestStatus

func (EtcdOpsRequest) ResourceFQN added in v0.16.0

func (e EtcdOpsRequest) ResourceFQN() string

func (EtcdOpsRequest) ResourceKind

func (e EtcdOpsRequest) ResourceKind() string

func (EtcdOpsRequest) ResourcePlural

func (e EtcdOpsRequest) ResourcePlural() string

func (EtcdOpsRequest) ResourceShortCode

func (e EtcdOpsRequest) ResourceShortCode() string

func (EtcdOpsRequest) ResourceSingular

func (e EtcdOpsRequest) ResourceSingular() string

func (*EtcdOpsRequest) SetStatus added in v0.28.1

func (e *EtcdOpsRequest) SetStatus(s OpsRequestStatus)

func (EtcdOpsRequest) ValidateSpecs

func (e EtcdOpsRequest) ValidateSpecs() error

type EtcdOpsRequestList

type EtcdOpsRequestList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of EtcdOpsRequest CRD objects
	Items []EtcdOpsRequest `json:"items,omitempty"`
}

EtcdOpsRequestList is a list of EtcdOpsRequests

func (*EtcdOpsRequestList) DeepCopy

func (in *EtcdOpsRequestList) DeepCopy() *EtcdOpsRequestList

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

func (*EtcdOpsRequestList) DeepCopyInto

func (in *EtcdOpsRequestList) DeepCopyInto(out *EtcdOpsRequestList)

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

func (*EtcdOpsRequestList) DeepCopyObject

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

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

type EtcdOpsRequestSpec

type EtcdOpsRequestSpec struct {
	// Specifies the Etcd reference
	DatabaseRef core.LocalObjectReference `json:"databaseRef"`
	// Specifies the ops request type: Upgrade, HorizontalScaling, VerticalScaling etc.
	Type EtcdOpsRequestType `json:"type"`
	// Specifies information necessary for upgrading Etcd
	UpdateVersion *EtcdUpdateVersionSpec `json:"updateVersion,omitempty"`
	// Specifies information necessary for horizontal scaling
	HorizontalScaling *EtcdHorizontalScalingSpec `json:"horizontalScaling,omitempty"`
	// Specifies information necessary for vertical scaling
	VerticalScaling *EtcdVerticalScalingSpec `json:"verticalScaling,omitempty"`
	// Specifies information necessary for volume expansion
	VolumeExpansion *EtcdVolumeExpansionSpec `json:"volumeExpansion,omitempty"`
	// Specifies information necessary for custom configuration of Etcd
	Configuration *EtcdCustomConfigurationSpec `json:"configuration,omitempty"`
	// Specifies information necessary for configuring TLS
	TLS *TLSSpec `json:"tls,omitempty"`
	// Specifies information necessary for restarting database
	Restart *RestartSpec `json:"restart,omitempty"`
	// ApplyOption is to control the execution of OpsRequest depending on the database state.
	// +kubebuilder:default="IfReady"
	Apply ApplyOption `json:"apply,omitempty"`
}

EtcdOpsRequestSpec is the spec for EtcdOpsRequest

func (*EtcdOpsRequestSpec) DeepCopy

func (in *EtcdOpsRequestSpec) DeepCopy() *EtcdOpsRequestSpec

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

func (*EtcdOpsRequestSpec) DeepCopyInto

func (in *EtcdOpsRequestSpec) DeepCopyInto(out *EtcdOpsRequestSpec)

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

type EtcdOpsRequestType added in v0.29.0

type EtcdOpsRequestType string

+kubebuilder:validation:Enum=UpdateVersion;HorizontalScaling;VerticalScaling;VolumeExpansion;Restart;Reconfigure;ReconfigureTLS ENUM(UpdateVersion, HorizontalScaling, VerticalScaling, VolumeExpansion, Restart, Reconfigure, ReconfigureTLS)

const (
	// EtcdOpsRequestTypeUpdateVersion is a EtcdOpsRequestType of type UpdateVersion.
	EtcdOpsRequestTypeUpdateVersion EtcdOpsRequestType = "UpdateVersion"
	// EtcdOpsRequestTypeHorizontalScaling is a EtcdOpsRequestType of type HorizontalScaling.
	EtcdOpsRequestTypeHorizontalScaling EtcdOpsRequestType = "HorizontalScaling"
	// EtcdOpsRequestTypeVerticalScaling is a EtcdOpsRequestType of type VerticalScaling.
	EtcdOpsRequestTypeVerticalScaling EtcdOpsRequestType = "VerticalScaling"
	// EtcdOpsRequestTypeVolumeExpansion is a EtcdOpsRequestType of type VolumeExpansion.
	EtcdOpsRequestTypeVolumeExpansion EtcdOpsRequestType = "VolumeExpansion"
	// EtcdOpsRequestTypeRestart is a EtcdOpsRequestType of type Restart.
	EtcdOpsRequestTypeRestart EtcdOpsRequestType = "Restart"
	// EtcdOpsRequestTypeReconfigure is a EtcdOpsRequestType of type Reconfigure.
	EtcdOpsRequestTypeReconfigure EtcdOpsRequestType = "Reconfigure"
	// EtcdOpsRequestTypeReconfigureTLS is a EtcdOpsRequestType of type ReconfigureTLS.
	EtcdOpsRequestTypeReconfigureTLS EtcdOpsRequestType = "ReconfigureTLS"
)

func EtcdOpsRequestTypeValues added in v0.33.0

func EtcdOpsRequestTypeValues() []EtcdOpsRequestType

EtcdOpsRequestTypeValues returns a list of the values for EtcdOpsRequestType

func MustParseEtcdOpsRequestType added in v0.33.0

func MustParseEtcdOpsRequestType(name string) EtcdOpsRequestType

MustParseEtcdOpsRequestType converts a string to a EtcdOpsRequestType, and panics if is not valid.

func ParseEtcdOpsRequestType added in v0.33.0

func ParseEtcdOpsRequestType(name string) (EtcdOpsRequestType, error)

ParseEtcdOpsRequestType attempts to convert a string to a EtcdOpsRequestType.

func (EtcdOpsRequestType) IsValid added in v0.33.0

func (x EtcdOpsRequestType) IsValid() bool

IsValid provides a quick way to determine if the typed value is part of the allowed enumerated values

func (EtcdOpsRequestType) String added in v0.33.0

func (x EtcdOpsRequestType) String() string

String implements the Stringer interface.

type EtcdReplicaReadinessCriteria

type EtcdReplicaReadinessCriteria struct{}

EtcdReplicaReadinessCriteria is the criteria for checking readiness of a Etcd pod after updating, horizontal scaling etc.

func (*EtcdReplicaReadinessCriteria) DeepCopy

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

func (*EtcdReplicaReadinessCriteria) DeepCopyInto

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

type EtcdUpdateVersionSpec added in v0.33.0

type EtcdUpdateVersionSpec struct {
	// Specifies the target version name from catalog
	TargetVersion     string                        `json:"targetVersion,omitempty"`
	ReadinessCriteria *EtcdReplicaReadinessCriteria `json:"readinessCriteria,omitempty"`
}

func (*EtcdUpdateVersionSpec) DeepCopy added in v0.33.0

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

func (*EtcdUpdateVersionSpec) DeepCopyInto added in v0.33.0

func (in *EtcdUpdateVersionSpec) DeepCopyInto(out *EtcdUpdateVersionSpec)

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

type EtcdVerticalScalingSpec

type EtcdVerticalScalingSpec struct {
	ReadinessCriteria *EtcdReplicaReadinessCriteria `json:"readinessCriteria,omitempty"`
}

EtcdVerticalScalingSpec is the spec for Etcd vertical scaling

func (*EtcdVerticalScalingSpec) DeepCopy

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

func (*EtcdVerticalScalingSpec) DeepCopyInto

func (in *EtcdVerticalScalingSpec) DeepCopyInto(out *EtcdVerticalScalingSpec)

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

type EtcdVolumeExpansionSpec

type EtcdVolumeExpansionSpec struct{}

EtcdVolumeExpansionSpec is the spec for Etcd volume expansion

func (*EtcdVolumeExpansionSpec) DeepCopy

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

func (*EtcdVolumeExpansionSpec) DeepCopyInto

func (in *EtcdVolumeExpansionSpec) DeepCopyInto(out *EtcdVolumeExpansionSpec)

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

type HiddenNode added in v0.29.0

type HiddenNode struct {
	Replicas int32 `json:"replicas,omitempty"`
}

func (*HiddenNode) DeepCopy added in v0.29.0

func (in *HiddenNode) DeepCopy() *HiddenNode

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

func (*HiddenNode) DeepCopyInto added in v0.29.0

func (in *HiddenNode) DeepCopyInto(out *HiddenNode)

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

type KafkaCustomConfigurationSpec added in v0.36.0

type KafkaCustomConfigurationSpec struct {
	// ConfigSecret is an optional field to provide custom configuration file for database.
	// +optional
	ConfigSecret *core.LocalObjectReference `json:"configSecret,omitempty"`
	// ApplyConfig is an optional field to provide Kafka configuration.
	// Provided configuration will be applied to config files stored in ConfigSecret.
	// If the ConfigSecret is missing, the operator will create a new k8s secret by the
	// following naming convention: {db-name}-user-config .
	// Expected input format:
	//	applyConfig:
	//		file-name.properties: |
	//			key=value
	//		server.properties: |
	//			log.retention.ms=10000
	// +optional
	ApplyConfig map[string]string `json:"applyConfig,omitempty"`
	// If set to "true", the user provided configuration will be removed.
	// The Kafka cluster will start will default configuration that is generated by the operator.
	// +optional
	RemoveCustomConfig bool `json:"removeCustomConfig,omitempty"`
}

KafkaCustomConfigurationSpec is the spec for Reconfiguring the Kafka Settings

func (*KafkaCustomConfigurationSpec) DeepCopy added in v0.36.0

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

func (*KafkaCustomConfigurationSpec) DeepCopyInto added in v0.36.0

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

type KafkaHorizontalScalingSpec added in v0.36.0

type KafkaHorizontalScalingSpec struct {
	// Number of combined (i.e. broker, controller) node
	Node *int32 `json:"node,omitempty"`
	// Node topology specification
	Topology *KafkaHorizontalScalingTopologySpec `json:"topology,omitempty"`
}

KafkaHorizontalScalingSpec contains the horizontal scaling information of a Kafka cluster

func (*KafkaHorizontalScalingSpec) DeepCopy added in v0.36.0

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

func (*KafkaHorizontalScalingSpec) DeepCopyInto added in v0.36.0

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

type KafkaHorizontalScalingTopologySpec added in v0.36.0

type KafkaHorizontalScalingTopologySpec struct {
	// Number of broker nodes
	Broker *int32 `json:"broker,omitempty"`
	// Number of controller nodes
	Controller *int32 `json:"controller,omitempty"`
}

KafkaHorizontalScalingTopologySpec contains the horizontal scaling information in cluster topology mode

func (*KafkaHorizontalScalingTopologySpec) DeepCopy added in v0.36.0

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

func (*KafkaHorizontalScalingTopologySpec) DeepCopyInto added in v0.36.0

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

type KafkaOpsRequest added in v0.36.0

type KafkaOpsRequest struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              KafkaOpsRequestSpec `json:"spec,omitempty"`
	Status            OpsRequestStatus    `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:resource:path=kafkaopsrequests,singular=kafkaopsrequest,shortName=kfops,categories={datastore,kubedb,appscode} +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Type",type="string",JSONPath=".spec.type" +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.phase" +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

func (*KafkaOpsRequest) CustomResourceDefinition added in v0.36.0

func (_ *KafkaOpsRequest) CustomResourceDefinition() *apiextensions.CustomResourceDefinition

func (*KafkaOpsRequest) DeepCopy added in v0.36.0

func (in *KafkaOpsRequest) DeepCopy() *KafkaOpsRequest

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

func (*KafkaOpsRequest) DeepCopyInto added in v0.36.0

func (in *KafkaOpsRequest) DeepCopyInto(out *KafkaOpsRequest)

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

func (*KafkaOpsRequest) DeepCopyObject added in v0.36.0

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

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

func (*KafkaOpsRequest) GetDBRefName added in v0.36.0

func (k *KafkaOpsRequest) GetDBRefName() string

func (*KafkaOpsRequest) GetObjectMeta added in v0.36.0

func (k *KafkaOpsRequest) GetObjectMeta() metav1.ObjectMeta

func (*KafkaOpsRequest) GetRequestType added in v0.36.0

func (k *KafkaOpsRequest) GetRequestType() any

func (*KafkaOpsRequest) GetStatus added in v0.36.0

func (k *KafkaOpsRequest) GetStatus() OpsRequestStatus

func (*KafkaOpsRequest) ResourceFQN added in v0.36.0

func (k *KafkaOpsRequest) ResourceFQN() string

func (*KafkaOpsRequest) ResourceKind added in v0.36.0

func (k *KafkaOpsRequest) ResourceKind() string

func (*KafkaOpsRequest) ResourcePlural added in v0.36.0

func (k *KafkaOpsRequest) ResourcePlural() string

func (*KafkaOpsRequest) ResourceShortCode added in v0.36.0

func (k *KafkaOpsRequest) ResourceShortCode() string

func (*KafkaOpsRequest) ResourceSingular added in v0.36.0

func (k *KafkaOpsRequest) ResourceSingular() string

func (*KafkaOpsRequest) SetStatus added in v0.36.0

func (k *KafkaOpsRequest) SetStatus(s OpsRequestStatus)

type KafkaOpsRequestList added in v0.36.0

type KafkaOpsRequestList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of KafkaOpsRequest CRD objects
	Items []KafkaOpsRequest `json:"items,omitempty"`
}

KafkaOpsRequestList is a list of KafkaOpsRequests

func (*KafkaOpsRequestList) DeepCopy added in v0.36.0

func (in *KafkaOpsRequestList) DeepCopy() *KafkaOpsRequestList

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

func (*KafkaOpsRequestList) DeepCopyInto added in v0.36.0

func (in *KafkaOpsRequestList) DeepCopyInto(out *KafkaOpsRequestList)

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

func (*KafkaOpsRequestList) DeepCopyObject added in v0.36.0

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

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

type KafkaOpsRequestSpec added in v0.36.0

type KafkaOpsRequestSpec struct {
	// Specifies the Kafka reference
	DatabaseRef core.LocalObjectReference `json:"databaseRef"`
	// Specifies the ops request type: UpdateVersion, HorizontalScaling, VerticalScaling etc.
	Type KafkaOpsRequestType `json:"type"`
	// Specifies information necessary for upgrading Kafka
	UpdateVersion *KafkaUpdateVersionSpec `json:"updateVersion,omitempty"`
	// Specifies information necessary for horizontal scaling
	HorizontalScaling *KafkaHorizontalScalingSpec `json:"horizontalScaling,omitempty"`
	// Specifies information necessary for vertical scaling
	VerticalScaling *KafkaVerticalScalingSpec `json:"verticalScaling,omitempty"`
	// Specifies information necessary for volume expansion
	VolumeExpansion *KafkaVolumeExpansionSpec `json:"volumeExpansion,omitempty"`
	// Specifies information necessary for custom configuration of Kafka
	Configuration *KafkaCustomConfigurationSpec `json:"configuration,omitempty"`
	// Specifies information necessary for configuring TLS
	TLS *TLSSpec `json:"tls,omitempty"`
	// Specifies information necessary for restarting database
	Restart *RestartSpec `json:"restart,omitempty"`
	// Timeout for each step of the ops request in second. If a step doesn't finish within the specified timeout, the ops request will result in failure.
	Timeout *metav1.Duration `json:"timeout,omitempty"`
	// ApplyOption is to control the execution of OpsRequest depending on the database state.
	// +kubebuilder:default="IfReady"
	Apply ApplyOption `json:"apply,omitempty"`
}

KafkaOpsRequestSpec is the spec for KafkaOpsRequest

func (*KafkaOpsRequestSpec) DeepCopy added in v0.36.0

func (in *KafkaOpsRequestSpec) DeepCopy() *KafkaOpsRequestSpec

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

func (*KafkaOpsRequestSpec) DeepCopyInto added in v0.36.0

func (in *KafkaOpsRequestSpec) DeepCopyInto(out *KafkaOpsRequestSpec)

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

type KafkaOpsRequestType added in v0.36.0

type KafkaOpsRequestType string

+kubebuilder:validation:Enum=UpdateVersion;HorizontalScaling;VerticalScaling;VolumeExpansion;Restart;Reconfigure;ReconfigureTLS ENUM(UpdateVersion, HorizontalScaling, VerticalScaling, VolumeExpansion, Restart, Reconfigure, ReconfigureTLS)

const (
	// KafkaOpsRequestTypeUpdateVersion is a KafkaOpsRequestType of type UpdateVersion.
	KafkaOpsRequestTypeUpdateVersion KafkaOpsRequestType = "UpdateVersion"
	// KafkaOpsRequestTypeHorizontalScaling is a KafkaOpsRequestType of type HorizontalScaling.
	KafkaOpsRequestTypeHorizontalScaling KafkaOpsRequestType = "HorizontalScaling"
	// KafkaOpsRequestTypeVerticalScaling is a KafkaOpsRequestType of type VerticalScaling.
	KafkaOpsRequestTypeVerticalScaling KafkaOpsRequestType = "VerticalScaling"
	// KafkaOpsRequestTypeVolumeExpansion is a KafkaOpsRequestType of type VolumeExpansion.
	KafkaOpsRequestTypeVolumeExpansion KafkaOpsRequestType = "VolumeExpansion"
	// KafkaOpsRequestTypeRestart is a KafkaOpsRequestType of type Restart.
	KafkaOpsRequestTypeRestart KafkaOpsRequestType = "Restart"
	// KafkaOpsRequestTypeReconfigure is a KafkaOpsRequestType of type Reconfigure.
	KafkaOpsRequestTypeReconfigure KafkaOpsRequestType = "Reconfigure"
	// KafkaOpsRequestTypeReconfigureTLS is a KafkaOpsRequestType of type ReconfigureTLS.
	KafkaOpsRequestTypeReconfigureTLS KafkaOpsRequestType = "ReconfigureTLS"
)

func KafkaOpsRequestTypeValues added in v0.36.0

func KafkaOpsRequestTypeValues() []KafkaOpsRequestType

KafkaOpsRequestTypeValues returns a list of the values for KafkaOpsRequestType

func MustParseKafkaOpsRequestType added in v0.36.0

func MustParseKafkaOpsRequestType(name string) KafkaOpsRequestType

MustParseKafkaOpsRequestType converts a string to a KafkaOpsRequestType, and panics if is not valid.

func ParseKafkaOpsRequestType added in v0.36.0

func ParseKafkaOpsRequestType(name string) (KafkaOpsRequestType, error)

ParseKafkaOpsRequestType attempts to convert a string to a KafkaOpsRequestType.

func (KafkaOpsRequestType) IsValid added in v0.36.0

func (x KafkaOpsRequestType) IsValid() bool

IsValid provides a quick way to determine if the typed value is part of the allowed enumerated values

func (KafkaOpsRequestType) String added in v0.36.0

func (x KafkaOpsRequestType) String() string

String implements the Stringer interface.

type KafkaReplicaReadinessCriteria added in v0.36.0

type KafkaReplicaReadinessCriteria struct{}

KafkaReplicaReadinessCriteria is the criteria for checking readiness of a Kafka pod after updating, horizontal scaling etc.

func (*KafkaReplicaReadinessCriteria) DeepCopy added in v0.36.0

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

func (*KafkaReplicaReadinessCriteria) DeepCopyInto added in v0.36.0

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

type KafkaUpdateVersionSpec added in v0.36.0

type KafkaUpdateVersionSpec struct {
	// Specifies the target version name from catalog
	TargetVersion string `json:"targetVersion,omitempty"`
}

KafkaUpdateVersionSpec contains the update version information of a kafka cluster

func (*KafkaUpdateVersionSpec) DeepCopy added in v0.36.0

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

func (*KafkaUpdateVersionSpec) DeepCopyInto added in v0.36.0

func (in *KafkaUpdateVersionSpec) DeepCopyInto(out *KafkaUpdateVersionSpec)

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

type KafkaVerticalScalingSpec added in v0.36.0

type KafkaVerticalScalingSpec struct {
	// Resource spec for combined nodes
	Node *PodResources `json:"node,omitempty"`
	// Resource spec for broker
	Broker *PodResources `json:"broker,omitempty"`
	// Resource spec for controller
	Controller *PodResources `json:"controller,omitempty"`
}

KafkaVerticalScalingSpec contains the vertical scaling information of a Kafka cluster

func (*KafkaVerticalScalingSpec) DeepCopy added in v0.36.0

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

func (*KafkaVerticalScalingSpec) DeepCopyInto added in v0.36.0

func (in *KafkaVerticalScalingSpec) DeepCopyInto(out *KafkaVerticalScalingSpec)

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

type KafkaVolumeExpansionSpec added in v0.36.0

type KafkaVolumeExpansionSpec struct {
	Mode VolumeExpansionMode `json:"mode"`
	// volume specification for combined nodes
	Node *resource.Quantity `json:"node,omitempty"`
	// volume specification for broker
	Broker *resource.Quantity `json:"broker,omitempty"`
	// volume specification for controller
	Controller *resource.Quantity `json:"controller,omitempty"`
}

KafkaVolumeExpansionSpec is the spec for Kafka volume expansion

func (*KafkaVolumeExpansionSpec) DeepCopy added in v0.36.0

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

func (*KafkaVolumeExpansionSpec) DeepCopyInto added in v0.36.0

func (in *KafkaVolumeExpansionSpec) DeepCopyInto(out *KafkaVolumeExpansionSpec)

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

type MariaDBCustomConfiguration

type MariaDBCustomConfiguration struct {
	ConfigMap *core.LocalObjectReference `json:"configMap,omitempty"`
	Data      map[string]string          `json:"data,omitempty"`
	Remove    bool                       `json:"remove,omitempty"`
}

func (*MariaDBCustomConfiguration) DeepCopy

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

func (*MariaDBCustomConfiguration) DeepCopyInto

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

type MariaDBCustomConfigurationSpec

type MariaDBCustomConfigurationSpec struct {
	// ConfigSecret is an optional field to provide custom configuration file for database.
	// +optional
	ConfigSecret *core.LocalObjectReference `json:"configSecret,omitempty"`
	// Deprecated
	InlineConfig string `json:"inlineConfig,omitempty"`
	// If set to "true", the user provided configuration will be removed.
	// MariaDB will start will default configuration that is generated by the operator.
	// +optional
	RemoveCustomConfig bool `json:"removeCustomConfig,omitempty"`
	// ApplyConfig is an optional field to provide MariaDB configuration.
	// Provided configuration will be applied to config files stored in ConfigSecret.
	// If the ConfigSecret is missing, the operator will create a new k8s secret by the
	// following naming convention: {db-name}-user-config .
	// Expected input format:
	//	applyConfig:
	//		file-name.cnf: |
	//			[mysqld]
	//			key1: value1
	//			key2: value2
	// +optional
	ApplyConfig map[string]string `json:"applyConfig,omitempty"`
}

func (*MariaDBCustomConfigurationSpec) DeepCopy

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

func (*MariaDBCustomConfigurationSpec) DeepCopyInto

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

type MariaDBHorizontalScalingSpec

type MariaDBHorizontalScalingSpec struct {
	// Number of nodes/members of the group
	Member *int32 `json:"member,omitempty"`
	// specifies the weight of the current member/PodResources
	MemberWeight int32 `json:"memberWeight,omitempty"`
}

func (*MariaDBHorizontalScalingSpec) DeepCopy

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

func (*MariaDBHorizontalScalingSpec) DeepCopyInto

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

type MariaDBOpsRequest

type MariaDBOpsRequest struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              MariaDBOpsRequestSpec `json:"spec,omitempty"`
	Status            OpsRequestStatus      `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:resource:path=mariadbopsrequests,singular=mariadbopsrequest,shortName=mariaops,categories={datastore,kubedb,appscode} +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Type",type="string",JSONPath=".spec.type" +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.phase" +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

func (MariaDBOpsRequest) CustomResourceDefinition

func (m MariaDBOpsRequest) CustomResourceDefinition() *apiextensions.CustomResourceDefinition

func (*MariaDBOpsRequest) DeepCopy

func (in *MariaDBOpsRequest) DeepCopy() *MariaDBOpsRequest

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

func (*MariaDBOpsRequest) DeepCopyInto

func (in *MariaDBOpsRequest) DeepCopyInto(out *MariaDBOpsRequest)

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

func (*MariaDBOpsRequest) DeepCopyObject

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

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

func (*MariaDBOpsRequest) GetDBRefName added in v0.28.1

func (m *MariaDBOpsRequest) GetDBRefName() string

func (MariaDBOpsRequest) GetKey

func (m MariaDBOpsRequest) GetKey() string

func (*MariaDBOpsRequest) GetObjectMeta added in v0.28.1

func (m *MariaDBOpsRequest) GetObjectMeta() metav1.ObjectMeta

func (*MariaDBOpsRequest) GetRequestType added in v0.28.1

func (m *MariaDBOpsRequest) GetRequestType() any

func (*MariaDBOpsRequest) GetStatus added in v0.28.1

func (m *MariaDBOpsRequest) GetStatus() OpsRequestStatus

func (MariaDBOpsRequest) OffshootLabels

func (m MariaDBOpsRequest) OffshootLabels() map[string]string

func (MariaDBOpsRequest) OffshootName

func (m MariaDBOpsRequest) OffshootName() string

func (MariaDBOpsRequest) OffshootSelectors

func (m MariaDBOpsRequest) OffshootSelectors() map[string]string

func (MariaDBOpsRequest) ResourceFQN added in v0.16.0

func (m MariaDBOpsRequest) ResourceFQN() string

func (MariaDBOpsRequest) ResourceKind

func (m MariaDBOpsRequest) ResourceKind() string

func (MariaDBOpsRequest) ResourcePlural

func (m MariaDBOpsRequest) ResourcePlural() string

func (MariaDBOpsRequest) ResourceShortCode

func (m MariaDBOpsRequest) ResourceShortCode() string

func (MariaDBOpsRequest) ResourceSingular

func (m MariaDBOpsRequest) ResourceSingular() string

func (*MariaDBOpsRequest) SetStatus added in v0.28.1

func (m *MariaDBOpsRequest) SetStatus(s OpsRequestStatus)

func (MariaDBOpsRequest) ValidateSpecs

func (m MariaDBOpsRequest) ValidateSpecs() error

type MariaDBOpsRequestList

type MariaDBOpsRequestList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of MariaDBOpsRequest CRD objects
	Items []MariaDBOpsRequest `json:"items,omitempty"`
}

MariaDBOpsRequestList is a list of MariaDBOpsRequests

func (*MariaDBOpsRequestList) DeepCopy

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

func (*MariaDBOpsRequestList) DeepCopyInto

func (in *MariaDBOpsRequestList) DeepCopyInto(out *MariaDBOpsRequestList)

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

func (*MariaDBOpsRequestList) DeepCopyObject

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

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

type MariaDBOpsRequestSpec

type MariaDBOpsRequestSpec struct {
	// Specifies the MariaDB reference
	DatabaseRef core.LocalObjectReference `json:"databaseRef"`
	// Specifies the ops request type: Upgrade, HorizontalScaling, VerticalScaling etc.
	Type MariaDBOpsRequestType `json:"type"`
	// Specifies information necessary for upgrading MariaDB
	UpdateVersion *MariaDBUpdateVersionSpec `json:"updateVersion,omitempty"`
	// Specifies information necessary for horizontal scaling
	HorizontalScaling *MariaDBHorizontalScalingSpec `json:"horizontalScaling,omitempty"`
	// Specifies information necessary for vertical scaling
	VerticalScaling *MariaDBVerticalScalingSpec `json:"verticalScaling,omitempty"`
	// Specifies information necessary for volume expansion
	VolumeExpansion *MariaDBVolumeExpansionSpec `json:"volumeExpansion,omitempty"`
	// Specifies information necessary for custom configuration of MariaDB
	Configuration *MariaDBCustomConfigurationSpec `json:"configuration,omitempty"`
	// Specifies information necessary for configuring TLS
	TLS *MariaDBTLSSpec `json:"tls,omitempty"`
	// Specifies information necessary for restarting database
	Restart *RestartSpec `json:"restart,omitempty"`
	// Timeout for each step of the ops request in second. If a step doesn't finish within the specified timeout, the ops request will result in failure.
	Timeout *metav1.Duration `json:"timeout,omitempty"`
	// ApplyOption is to control the execution of OpsRequest depending on the database state.
	// +kubebuilder:default="IfReady"
	Apply ApplyOption `json:"apply,omitempty"`
}

MariaDBOpsRequestSpec is the spec for MariaDBOpsRequest

func (*MariaDBOpsRequestSpec) DeepCopy

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

func (*MariaDBOpsRequestSpec) DeepCopyInto

func (in *MariaDBOpsRequestSpec) DeepCopyInto(out *MariaDBOpsRequestSpec)

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

type MariaDBOpsRequestType added in v0.29.0

type MariaDBOpsRequestType string

+kubebuilder:validation:Enum=Upgrade;UpdateVersion;HorizontalScaling;VerticalScaling;VolumeExpansion;Restart;Reconfigure;ReconfigureTLS ENUM(UpdateVersion, HorizontalScaling, VerticalScaling, VolumeExpansion, Restart, Reconfigure, ReconfigureTLS)

const (
	// MariaDBOpsRequestTypeUpdateVersion is a MariaDBOpsRequestType of type UpdateVersion.
	MariaDBOpsRequestTypeUpdateVersion MariaDBOpsRequestType = "UpdateVersion"
	// MariaDBOpsRequestTypeHorizontalScaling is a MariaDBOpsRequestType of type HorizontalScaling.
	MariaDBOpsRequestTypeHorizontalScaling MariaDBOpsRequestType = "HorizontalScaling"
	// MariaDBOpsRequestTypeVerticalScaling is a MariaDBOpsRequestType of type VerticalScaling.
	MariaDBOpsRequestTypeVerticalScaling MariaDBOpsRequestType = "VerticalScaling"
	// MariaDBOpsRequestTypeVolumeExpansion is a MariaDBOpsRequestType of type VolumeExpansion.
	MariaDBOpsRequestTypeVolumeExpansion MariaDBOpsRequestType = "VolumeExpansion"
	// MariaDBOpsRequestTypeRestart is a MariaDBOpsRequestType of type Restart.
	MariaDBOpsRequestTypeRestart MariaDBOpsRequestType = "Restart"
	// MariaDBOpsRequestTypeReconfigure is a MariaDBOpsRequestType of type Reconfigure.
	MariaDBOpsRequestTypeReconfigure MariaDBOpsRequestType = "Reconfigure"
	// MariaDBOpsRequestTypeReconfigureTLS is a MariaDBOpsRequestType of type ReconfigureTLS.
	MariaDBOpsRequestTypeReconfigureTLS MariaDBOpsRequestType = "ReconfigureTLS"
)

func MariaDBOpsRequestTypeValues added in v0.33.0

func MariaDBOpsRequestTypeValues() []MariaDBOpsRequestType

MariaDBOpsRequestTypeValues returns a list of the values for MariaDBOpsRequestType

func MustParseMariaDBOpsRequestType added in v0.33.0

func MustParseMariaDBOpsRequestType(name string) MariaDBOpsRequestType

MustParseMariaDBOpsRequestType converts a string to a MariaDBOpsRequestType, and panics if is not valid.

func ParseMariaDBOpsRequestType added in v0.33.0

func ParseMariaDBOpsRequestType(name string) (MariaDBOpsRequestType, error)

ParseMariaDBOpsRequestType attempts to convert a string to a MariaDBOpsRequestType.

func (MariaDBOpsRequestType) IsValid added in v0.33.0

func (x MariaDBOpsRequestType) IsValid() bool

IsValid provides a quick way to determine if the typed value is part of the allowed enumerated values

func (MariaDBOpsRequestType) String added in v0.33.0

func (x MariaDBOpsRequestType) String() string

String implements the Stringer interface.

type MariaDBReplicaReadinessCriteria

type MariaDBReplicaReadinessCriteria struct{}

MariaDBReplicaReadinessCriteria is the criteria for checking readiness of an MariaDB database

func (*MariaDBReplicaReadinessCriteria) DeepCopy

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

func (*MariaDBReplicaReadinessCriteria) DeepCopyInto

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

type MariaDBTLSSpec added in v0.19.0

type MariaDBTLSSpec struct {
	TLSSpec `json:",inline,omitempty"`

	// Indicates that the database server need to be encrypted connections(ssl)
	// +optional
	RequireSSL *bool `json:"requireSSL,omitempty"`
}

func (*MariaDBTLSSpec) DeepCopy added in v0.19.0

func (in *MariaDBTLSSpec) DeepCopy() *MariaDBTLSSpec

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

func (*MariaDBTLSSpec) DeepCopyInto added in v0.19.0

func (in *MariaDBTLSSpec) DeepCopyInto(out *MariaDBTLSSpec)

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

type MariaDBUpdateVersionSpec added in v0.33.0

type MariaDBUpdateVersionSpec struct {
	// Specifies the target version name from catalog
	TargetVersion string `json:"targetVersion,omitempty"`
}

func (*MariaDBUpdateVersionSpec) DeepCopy added in v0.33.0

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

func (*MariaDBUpdateVersionSpec) DeepCopyInto added in v0.33.0

func (in *MariaDBUpdateVersionSpec) DeepCopyInto(out *MariaDBUpdateVersionSpec)

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

type MariaDBVerticalScalingSpec

type MariaDBVerticalScalingSpec struct {
	MariaDB     *PodResources       `json:"mariadb,omitempty"`
	Exporter    *ContainerResources `json:"exporter,omitempty"`
	Coordinator *ContainerResources `json:"coordinator,omitempty"`
}

func (*MariaDBVerticalScalingSpec) DeepCopy

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

func (*MariaDBVerticalScalingSpec) DeepCopyInto

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

type MariaDBVolumeExpansionSpec

type MariaDBVolumeExpansionSpec struct {
	MariaDB *resource.Quantity  `json:"mariadb,omitempty"`
	Mode    VolumeExpansionMode `json:"mode"`
}

MariaDBVolumeExpansionSpec is the spec for MariaDB volume expansion

func (*MariaDBVolumeExpansionSpec) DeepCopy

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

func (*MariaDBVolumeExpansionSpec) DeepCopyInto

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

type MemcachedCustomConfiguration

type MemcachedCustomConfiguration struct {
	ConfigMap *core.LocalObjectReference `json:"configMap,omitempty"`
	Data      map[string]string          `json:"data,omitempty"`
	Remove    bool                       `json:"remove,omitempty"`
}

func (*MemcachedCustomConfiguration) DeepCopy

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

func (*MemcachedCustomConfiguration) DeepCopyInto

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

type MemcachedCustomConfigurationSpec

type MemcachedCustomConfigurationSpec struct{}

func (*MemcachedCustomConfigurationSpec) DeepCopy

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

func (*MemcachedCustomConfigurationSpec) DeepCopyInto

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

type MemcachedHorizontalScalingSpec

type MemcachedHorizontalScalingSpec struct{}

HorizontalScaling is the spec for Memcached horizontal scaling

func (*MemcachedHorizontalScalingSpec) DeepCopy

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

func (*MemcachedHorizontalScalingSpec) DeepCopyInto

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

type MemcachedOpsRequest

type MemcachedOpsRequest struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              MemcachedOpsRequestSpec `json:"spec,omitempty"`
	Status            OpsRequestStatus        `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:resource:path=memcachedopsrequests,singular=memcachedopsrequest,shortName=mcops,categories={datastore,kubedb,appscode} +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Type",type="string",JSONPath=".spec.type" +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.phase" +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

func (MemcachedOpsRequest) CustomResourceDefinition

func (m MemcachedOpsRequest) CustomResourceDefinition() *apiextensions.CustomResourceDefinition

func (*MemcachedOpsRequest) DeepCopy

func (in *MemcachedOpsRequest) DeepCopy() *MemcachedOpsRequest

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

func (*MemcachedOpsRequest) DeepCopyInto

func (in *MemcachedOpsRequest) DeepCopyInto(out *MemcachedOpsRequest)

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

func (*MemcachedOpsRequest) DeepCopyObject

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

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

func (*MemcachedOpsRequest) GetDBRefName added in v0.28.1

func (m *MemcachedOpsRequest) GetDBRefName() string

func (*MemcachedOpsRequest) GetObjectMeta added in v0.28.1

func (m *MemcachedOpsRequest) GetObjectMeta() metav1.ObjectMeta

func (*MemcachedOpsRequest) GetRequestType added in v0.28.1

func (m *MemcachedOpsRequest) GetRequestType() any

func (*MemcachedOpsRequest) GetStatus added in v0.28.1

func (m *MemcachedOpsRequest) GetStatus() OpsRequestStatus

func (MemcachedOpsRequest) ResourceFQN added in v0.16.0

func (m MemcachedOpsRequest) ResourceFQN() string

func (MemcachedOpsRequest) ResourceKind

func (m MemcachedOpsRequest) ResourceKind() string

func (MemcachedOpsRequest) ResourcePlural

func (m MemcachedOpsRequest) ResourcePlural() string

func (MemcachedOpsRequest) ResourceShortCode

func (m MemcachedOpsRequest) ResourceShortCode() string

func (MemcachedOpsRequest) ResourceSingular

func (m MemcachedOpsRequest) ResourceSingular() string

func (*MemcachedOpsRequest) SetStatus added in v0.28.1

func (m *MemcachedOpsRequest) SetStatus(s OpsRequestStatus)

func (MemcachedOpsRequest) ValidateSpecs

func (m MemcachedOpsRequest) ValidateSpecs() error

type MemcachedOpsRequestList

type MemcachedOpsRequestList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of MemcachedOpsRequest CRD objects
	Items []MemcachedOpsRequest `json:"items,omitempty"`
}

MemcachedOpsRequestList is a list of MemcachedOpsRequests

func (*MemcachedOpsRequestList) DeepCopy

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

func (*MemcachedOpsRequestList) DeepCopyInto

func (in *MemcachedOpsRequestList) DeepCopyInto(out *MemcachedOpsRequestList)

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

func (*MemcachedOpsRequestList) DeepCopyObject

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

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

type MemcachedOpsRequestSpec

type MemcachedOpsRequestSpec struct {
	// Specifies the Memcached reference
	DatabaseRef core.LocalObjectReference `json:"databaseRef"`
	// Specifies the ops request type: Upgrade, HorizontalScaling, VerticalScaling etc.
	Type MemcachedOpsRequestType `json:"type"`
	// Specifies information necessary for upgrading Memcached
	UpdateVersion *MemcachedUpdateVersionSpec `json:"updateVersion,omitempty"`
	// Specifies information necessary for horizontal scaling
	HorizontalScaling *MemcachedHorizontalScalingSpec `json:"horizontalScaling,omitempty"`
	// Specifies information necessary for vertical scaling
	VerticalScaling *MemcachedVerticalScalingSpec `json:"verticalScaling,omitempty"`
	// Specifies information necessary for volume expansion
	VolumeExpansion *MemcachedVolumeExpansionSpec `json:"volumeExpansion,omitempty"`
	// Specifies information necessary for custom configuration of Memcached
	Configuration *MemcachedCustomConfigurationSpec `json:"configuration,omitempty"`
	// Specifies information necessary for configuring TLS
	TLS *TLSSpec `json:"tls,omitempty"`
	// Specifies information necessary for restarting database
	Restart *RestartSpec `json:"restart,omitempty"`
	// ApplyOption is to control the execution of OpsRequest depending on the database state.
	// +kubebuilder:default="IfReady"
	Apply ApplyOption `json:"apply,omitempty"`
}

MemcachedOpsRequestSpec is the spec for MemcachedOpsRequest

func (*MemcachedOpsRequestSpec) DeepCopy

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

func (*MemcachedOpsRequestSpec) DeepCopyInto

func (in *MemcachedOpsRequestSpec) DeepCopyInto(out *MemcachedOpsRequestSpec)

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

type MemcachedOpsRequestType added in v0.29.0

type MemcachedOpsRequestType string

+kubebuilder:validation:Enum=Upgrade;UpdateVersion;HorizontalScaling;VerticalScaling;VolumeExpansion;Restart;Reconfigure;ReconfigureTLS ENUM(UpdateVersion, HorizontalScaling, VerticalScaling, VolumeExpansion, Restart, Reconfigure, ReconfigureTLS)

const (
	// MemcachedOpsRequestTypeUpdateVersion is a MemcachedOpsRequestType of type UpdateVersion.
	MemcachedOpsRequestTypeUpdateVersion MemcachedOpsRequestType = "UpdateVersion"
	// MemcachedOpsRequestTypeHorizontalScaling is a MemcachedOpsRequestType of type HorizontalScaling.
	MemcachedOpsRequestTypeHorizontalScaling MemcachedOpsRequestType = "HorizontalScaling"
	// MemcachedOpsRequestTypeVerticalScaling is a MemcachedOpsRequestType of type VerticalScaling.
	MemcachedOpsRequestTypeVerticalScaling MemcachedOpsRequestType = "VerticalScaling"
	// MemcachedOpsRequestTypeVolumeExpansion is a MemcachedOpsRequestType of type VolumeExpansion.
	MemcachedOpsRequestTypeVolumeExpansion MemcachedOpsRequestType = "VolumeExpansion"
	// MemcachedOpsRequestTypeRestart is a MemcachedOpsRequestType of type Restart.
	MemcachedOpsRequestTypeRestart MemcachedOpsRequestType = "Restart"
	// MemcachedOpsRequestTypeReconfigure is a MemcachedOpsRequestType of type Reconfigure.
	MemcachedOpsRequestTypeReconfigure MemcachedOpsRequestType = "Reconfigure"
	// MemcachedOpsRequestTypeReconfigureTLS is a MemcachedOpsRequestType of type ReconfigureTLS.
	MemcachedOpsRequestTypeReconfigureTLS MemcachedOpsRequestType = "ReconfigureTLS"
)

func MemcachedOpsRequestTypeValues added in v0.33.0

func MemcachedOpsRequestTypeValues() []MemcachedOpsRequestType

MemcachedOpsRequestTypeValues returns a list of the values for MemcachedOpsRequestType

func MustParseMemcachedOpsRequestType added in v0.33.0

func MustParseMemcachedOpsRequestType(name string) MemcachedOpsRequestType

MustParseMemcachedOpsRequestType converts a string to a MemcachedOpsRequestType, and panics if is not valid.

func ParseMemcachedOpsRequestType added in v0.33.0

func ParseMemcachedOpsRequestType(name string) (MemcachedOpsRequestType, error)

ParseMemcachedOpsRequestType attempts to convert a string to a MemcachedOpsRequestType.

func (MemcachedOpsRequestType) IsValid added in v0.33.0

func (x MemcachedOpsRequestType) IsValid() bool

IsValid provides a quick way to determine if the typed value is part of the allowed enumerated values

func (MemcachedOpsRequestType) String added in v0.33.0

func (x MemcachedOpsRequestType) String() string

String implements the Stringer interface.

type MemcachedReplicaReadinessCriteria

type MemcachedReplicaReadinessCriteria struct{}

MemcachedReplicaReadinessCriteria is the criteria for checking readiness of a Memcached pod after updating, horizontal scaling etc.

func (*MemcachedReplicaReadinessCriteria) DeepCopy

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

func (*MemcachedReplicaReadinessCriteria) DeepCopyInto

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

type MemcachedUpdateVersionSpec added in v0.33.0

type MemcachedUpdateVersionSpec struct {
	// Specifies the target version name from catalog
	TargetVersion     string                             `json:"targetVersion,omitempty"`
	ReadinessCriteria *MemcachedReplicaReadinessCriteria `json:"readinessCriteria,omitempty"`
}

func (*MemcachedUpdateVersionSpec) DeepCopy added in v0.33.0

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

func (*MemcachedUpdateVersionSpec) DeepCopyInto added in v0.33.0

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

type MemcachedVerticalScalingSpec

type MemcachedVerticalScalingSpec struct {
	ReadinessCriteria *MemcachedReplicaReadinessCriteria `json:"readinessCriteria,omitempty"`
}

MemcachedVerticalScalingSpec is the spec for Memcached vertical scaling

func (*MemcachedVerticalScalingSpec) DeepCopy

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

func (*MemcachedVerticalScalingSpec) DeepCopyInto

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

type MemcachedVolumeExpansionSpec

type MemcachedVolumeExpansionSpec struct{}

MemcachedVolumeExpansionSpec is the spec for Memcached volume expansion

func (*MemcachedVolumeExpansionSpec) DeepCopy

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

func (*MemcachedVolumeExpansionSpec) DeepCopyInto

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

type MongoDBCustomConfiguration

type MongoDBCustomConfiguration struct {
	ConfigSecret *core.LocalObjectReference `json:"configSecret,omitempty"`
	// Deprecated
	InlineConfig string `json:"inlineConfig,omitempty"`

	ApplyConfig        map[string]string `json:"applyConfig,omitempty"`
	RemoveCustomConfig bool              `json:"removeCustomConfig,omitempty"`
}

func (*MongoDBCustomConfiguration) DeepCopy

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

func (*MongoDBCustomConfiguration) DeepCopyInto

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

type MongoDBCustomConfigurationSpec

type MongoDBCustomConfigurationSpec struct {
	Standalone   *MongoDBCustomConfiguration `json:"standalone,omitempty"`
	ReplicaSet   *MongoDBCustomConfiguration `json:"replicaSet,omitempty"`
	Mongos       *MongoDBCustomConfiguration `json:"mongos,omitempty"`
	ConfigServer *MongoDBCustomConfiguration `json:"configServer,omitempty"`
	Shard        *MongoDBCustomConfiguration `json:"shard,omitempty"`
	Arbiter      *MongoDBCustomConfiguration `json:"arbiter,omitempty"`
	Hidden       *MongoDBCustomConfiguration `json:"hidden,omitempty"`
}

func (*MongoDBCustomConfigurationSpec) DeepCopy

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

func (*MongoDBCustomConfigurationSpec) DeepCopyInto

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

type MongoDBHorizontalScalingSpec

type MongoDBHorizontalScalingSpec struct {
	Shard        *MongoDBShardNode `json:"shard,omitempty"`
	ConfigServer *ConfigNode       `json:"configServer,omitempty"`
	Mongos       *MongosNode       `json:"mongos,omitempty"`
	Hidden       *HiddenNode       `json:"hidden,omitempty"`
	Replicas     *int32            `json:"replicas,omitempty"`
}

HorizontalScaling is the spec for mongodb horizontal scaling

func (*MongoDBHorizontalScalingSpec) DeepCopy

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

func (*MongoDBHorizontalScalingSpec) DeepCopyInto

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

type MongoDBOpsRequest

type MongoDBOpsRequest struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              MongoDBOpsRequestSpec `json:"spec,omitempty"`
	Status            OpsRequestStatus      `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:resource:path=mongodbopsrequests,singular=mongodbopsrequest,shortName=mgops,categories={datastore,kubedb,appscode} +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Type",type="string",JSONPath=".spec.type" +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.phase" +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

func (MongoDBOpsRequest) CustomResourceDefinition

func (m MongoDBOpsRequest) CustomResourceDefinition() *apiextensions.CustomResourceDefinition

func (*MongoDBOpsRequest) DeepCopy

func (in *MongoDBOpsRequest) DeepCopy() *MongoDBOpsRequest

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

func (*MongoDBOpsRequest) DeepCopyInto

func (in *MongoDBOpsRequest) DeepCopyInto(out *MongoDBOpsRequest)

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

func (*MongoDBOpsRequest) DeepCopyObject

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

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

func (*MongoDBOpsRequest) GetDBRefName added in v0.28.1

func (m *MongoDBOpsRequest) GetDBRefName() string

func (*MongoDBOpsRequest) GetObjectMeta added in v0.28.1

func (m *MongoDBOpsRequest) GetObjectMeta() metav1.ObjectMeta

func (*MongoDBOpsRequest) GetRequestType added in v0.28.1

func (m *MongoDBOpsRequest) GetRequestType() any

func (*MongoDBOpsRequest) GetStatus added in v0.28.1

func (m *MongoDBOpsRequest) GetStatus() OpsRequestStatus

func (MongoDBOpsRequest) ResourceFQN added in v0.16.0

func (m MongoDBOpsRequest) ResourceFQN() string

func (MongoDBOpsRequest) ResourceKind

func (m MongoDBOpsRequest) ResourceKind() string

func (MongoDBOpsRequest) ResourcePlural

func (m MongoDBOpsRequest) ResourcePlural() string

func (MongoDBOpsRequest) ResourceShortCode

func (m MongoDBOpsRequest) ResourceShortCode() string

func (MongoDBOpsRequest) ResourceSingular

func (m MongoDBOpsRequest) ResourceSingular() string

func (*MongoDBOpsRequest) SetStatus added in v0.28.1

func (m *MongoDBOpsRequest) SetStatus(s OpsRequestStatus)

func (MongoDBOpsRequest) ValidateSpecs

func (m MongoDBOpsRequest) ValidateSpecs() error

type MongoDBOpsRequestList

type MongoDBOpsRequestList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of MongoDBOpsRequest CRD objects
	Items []MongoDBOpsRequest `json:"items,omitempty"`
}

MongoDBOpsRequestList is a list of MongoDBOpsRequests

func (*MongoDBOpsRequestList) DeepCopy

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

func (*MongoDBOpsRequestList) DeepCopyInto

func (in *MongoDBOpsRequestList) DeepCopyInto(out *MongoDBOpsRequestList)

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

func (*MongoDBOpsRequestList) DeepCopyObject

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

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

type MongoDBOpsRequestSpec

type MongoDBOpsRequestSpec struct {
	// Specifies the MongoDB reference
	DatabaseRef core.LocalObjectReference `json:"databaseRef"`
	// Specifies the ops request type: Upgrade, HorizontalScaling, VerticalScaling etc.
	Type MongoDBOpsRequestType `json:"type"`
	// Specifies information necessary for upgrading MongoDB
	UpdateVersion *MongoDBUpdateVersionSpec `json:"updateVersion,omitempty"`
	// Specifies information necessary for horizontal scaling
	HorizontalScaling *MongoDBHorizontalScalingSpec `json:"horizontalScaling,omitempty"`
	// Specifies information necessary for vertical scaling
	VerticalScaling *MongoDBVerticalScalingSpec `json:"verticalScaling,omitempty"`
	// Specifies information necessary for volume expansion
	VolumeExpansion *MongoDBVolumeExpansionSpec `json:"volumeExpansion,omitempty"`
	// Specifies information necessary for custom configuration of MongoDB
	Configuration *MongoDBCustomConfigurationSpec `json:"configuration,omitempty"`
	// Specifies information necessary for configuring TLS
	TLS *TLSSpec `json:"tls,omitempty"`
	// Specifies information necessary for restarting database
	Restart *RestartSpec `json:"restart,omitempty"`
	// Specifies information necessary for reprovisioning database
	Reprovision *Reprovision `json:"reprovision,omitempty"`
	// Specifies information necessary for setting up Archiver for database
	Archiver *ArchiverOptions `json:"archiver,omitempty"`

	// Specifies the Readiness Criteria
	ReadinessCriteria *MongoDBReplicaReadinessCriteria `json:"readinessCriteria,omitempty"`
	// Timeout for each step of the ops request in second. If a step doesn't finish within the specified timeout, the ops request will result in failure.
	Timeout *metav1.Duration `json:"timeout,omitempty"`
	// ApplyOption is to control the execution of OpsRequest depending on the database state.
	// +kubebuilder:default="IfReady"
	Apply ApplyOption `json:"apply,omitempty"`
}

MongoDBOpsRequestSpec is the spec for MongoDBOpsRequest

func (*MongoDBOpsRequestSpec) DeepCopy

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

func (*MongoDBOpsRequestSpec) DeepCopyInto

func (in *MongoDBOpsRequestSpec) DeepCopyInto(out *MongoDBOpsRequestSpec)

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

type MongoDBOpsRequestType added in v0.29.0

type MongoDBOpsRequestType string

+kubebuilder:validation:Enum=Upgrade;UpdateVersion;HorizontalScaling;VerticalScaling;VolumeExpansion;Restart;Reconfigure;ReconfigureTLS;Reprovision ENUM(UpdateVersion, HorizontalScaling, VerticalScaling, VolumeExpansion, Restart, Reconfigure, ReconfigureTLS, Reprovision)

const (
	// MongoDBOpsRequestTypeUpdateVersion is a MongoDBOpsRequestType of type UpdateVersion.
	MongoDBOpsRequestTypeUpdateVersion MongoDBOpsRequestType = "UpdateVersion"
	// MongoDBOpsRequestTypeHorizontalScaling is a MongoDBOpsRequestType of type HorizontalScaling.
	MongoDBOpsRequestTypeHorizontalScaling MongoDBOpsRequestType = "HorizontalScaling"
	// MongoDBOpsRequestTypeVerticalScaling is a MongoDBOpsRequestType of type VerticalScaling.
	MongoDBOpsRequestTypeVerticalScaling MongoDBOpsRequestType = "VerticalScaling"
	// MongoDBOpsRequestTypeVolumeExpansion is a MongoDBOpsRequestType of type VolumeExpansion.
	MongoDBOpsRequestTypeVolumeExpansion MongoDBOpsRequestType = "VolumeExpansion"
	// MongoDBOpsRequestTypeRestart is a MongoDBOpsRequestType of type Restart.
	MongoDBOpsRequestTypeRestart MongoDBOpsRequestType = "Restart"
	// MongoDBOpsRequestTypeReconfigure is a MongoDBOpsRequestType of type Reconfigure.
	MongoDBOpsRequestTypeReconfigure MongoDBOpsRequestType = "Reconfigure"
	// MongoDBOpsRequestTypeReconfigureTLS is a MongoDBOpsRequestType of type ReconfigureTLS.
	MongoDBOpsRequestTypeReconfigureTLS MongoDBOpsRequestType = "ReconfigureTLS"
	// MongoDBOpsRequestTypeReprovision is a MongoDBOpsRequestType of type Reprovision.
	MongoDBOpsRequestTypeReprovision MongoDBOpsRequestType = "Reprovision"
)

func MongoDBOpsRequestTypeValues added in v0.33.0

func MongoDBOpsRequestTypeValues() []MongoDBOpsRequestType

MongoDBOpsRequestTypeValues returns a list of the values for MongoDBOpsRequestType

func MustParseMongoDBOpsRequestType added in v0.33.0

func MustParseMongoDBOpsRequestType(name string) MongoDBOpsRequestType

MustParseMongoDBOpsRequestType converts a string to a MongoDBOpsRequestType, and panics if is not valid.

func ParseMongoDBOpsRequestType added in v0.33.0

func ParseMongoDBOpsRequestType(name string) (MongoDBOpsRequestType, error)

ParseMongoDBOpsRequestType attempts to convert a string to a MongoDBOpsRequestType.

func (MongoDBOpsRequestType) IsValid added in v0.33.0

func (x MongoDBOpsRequestType) IsValid() bool

IsValid provides a quick way to determine if the typed value is part of the allowed enumerated values

func (MongoDBOpsRequestType) String added in v0.33.0

func (x MongoDBOpsRequestType) String() string

String implements the Stringer interface.

type MongoDBReplicaReadinessCriteria

type MongoDBReplicaReadinessCriteria struct {
	// +kubebuilder:validation:Minimum:=0
	OplogMaxLagSeconds int32 `json:"oplogMaxLagSeconds,omitempty"`
	// +kubebuilder:validation:Minimum:=0
	// +kubebuilder:validation:Maximum:=100
	ObjectsCountDiffPercentage int32 `json:"objectsCountDiffPercentage,omitempty"`
}

MongoDBReplicaReadinessCriteria is the criteria for checking readiness of a MongoDB pod after restarting the pod

func (*MongoDBReplicaReadinessCriteria) DeepCopy

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

func (*MongoDBReplicaReadinessCriteria) DeepCopyInto

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

type MongoDBShardNode

type MongoDBShardNode struct {
	Shards   int32 `json:"shards,omitempty"`
	Replicas int32 `json:"replicas,omitempty"`
}

MongoDBShardNode is the spec for mongodb Shard

func (*MongoDBShardNode) DeepCopy

func (in *MongoDBShardNode) DeepCopy() *MongoDBShardNode

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

func (*MongoDBShardNode) DeepCopyInto

func (in *MongoDBShardNode) DeepCopyInto(out *MongoDBShardNode)

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

type MongoDBUpdateVersionSpec added in v0.33.0

type MongoDBUpdateVersionSpec struct {
	// Specifies the target version name from catalog
	TargetVersion string `json:"targetVersion,omitempty"`
}

func (*MongoDBUpdateVersionSpec) DeepCopy added in v0.33.0

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

func (*MongoDBUpdateVersionSpec) DeepCopyInto added in v0.33.0

func (in *MongoDBUpdateVersionSpec) DeepCopyInto(out *MongoDBUpdateVersionSpec)

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

type MongoDBVerticalScalingSpec

type MongoDBVerticalScalingSpec struct {
	Standalone   *PodResources       `json:"standalone,omitempty"`
	ReplicaSet   *PodResources       `json:"replicaSet,omitempty"`
	Mongos       *PodResources       `json:"mongos,omitempty"`
	ConfigServer *PodResources       `json:"configServer,omitempty"`
	Shard        *PodResources       `json:"shard,omitempty"`
	Arbiter      *PodResources       `json:"arbiter,omitempty"`
	Hidden       *PodResources       `json:"hidden,omitempty"`
	Exporter     *ContainerResources `json:"exporter,omitempty"`
	Coordinator  *ContainerResources `json:"coordinator,omitempty"`
}

MongoDBVerticalScalingSpec is the spec for mongodb vertical scaling

func (*MongoDBVerticalScalingSpec) DeepCopy

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

func (*MongoDBVerticalScalingSpec) DeepCopyInto

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

type MongoDBVolumeExpansionSpec

type MongoDBVolumeExpansionSpec struct {
	Mode         VolumeExpansionMode `json:"mode"`
	Standalone   *resource.Quantity  `json:"standalone,omitempty"`
	ReplicaSet   *resource.Quantity  `json:"replicaSet,omitempty"`
	ConfigServer *resource.Quantity  `json:"configServer,omitempty"`
	Shard        *resource.Quantity  `json:"shard,omitempty"`
	Hidden       *resource.Quantity  `json:"hidden,omitempty"`
}

MongoDBVolumeExpansionSpec is the spec for mongodb volume expansion

func (*MongoDBVolumeExpansionSpec) DeepCopy

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

func (*MongoDBVolumeExpansionSpec) DeepCopyInto

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

type MongosNode

type MongosNode struct {
	Replicas int32 `json:"replicas,omitempty"`
}

MongosNode is the spec for mongodb Mongos

func (*MongosNode) DeepCopy

func (in *MongosNode) DeepCopy() *MongosNode

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

func (*MongosNode) DeepCopyInto

func (in *MongosNode) DeepCopyInto(out *MongosNode)

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

type MySQLCustomConfigurationSpec

type MySQLCustomConfigurationSpec struct {
	ConfigSecret       *core.LocalObjectReference `json:"configSecret,omitempty"`
	InlineConfig       string                     `json:"inlineConfig,omitempty"`
	RemoveCustomConfig bool                       `json:"removeCustomConfig,omitempty"`
}

func (*MySQLCustomConfigurationSpec) DeepCopy

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

func (*MySQLCustomConfigurationSpec) DeepCopyInto

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

type MySQLHorizontalScalingSpec

type MySQLHorizontalScalingSpec struct {
	// Number of nodes/members of the group
	Member *int32 `json:"member,omitempty"`
}

func (*MySQLHorizontalScalingSpec) DeepCopy

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

func (*MySQLHorizontalScalingSpec) DeepCopyInto

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

type MySQLOpsRequest

type MySQLOpsRequest struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              MySQLOpsRequestSpec `json:"spec,omitempty"`
	Status            OpsRequestStatus    `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:resource:path=mysqlopsrequests,singular=mysqlopsrequest,shortName=myops,categories={datastore,kubedb,appscode} +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Type",type="string",JSONPath=".spec.type" +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.phase" +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

func (MySQLOpsRequest) CustomResourceDefinition

func (m MySQLOpsRequest) CustomResourceDefinition() *apiextensions.CustomResourceDefinition

func (*MySQLOpsRequest) DeepCopy

func (in *MySQLOpsRequest) DeepCopy() *MySQLOpsRequest

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

func (*MySQLOpsRequest) DeepCopyInto

func (in *MySQLOpsRequest) DeepCopyInto(out *MySQLOpsRequest)

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

func (*MySQLOpsRequest) DeepCopyObject

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

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

func (*MySQLOpsRequest) GetDBRefName added in v0.28.1

func (m *MySQLOpsRequest) GetDBRefName() string

func (MySQLOpsRequest) GetKey

func (m MySQLOpsRequest) GetKey() string

func (*MySQLOpsRequest) GetObjectMeta added in v0.28.1

func (m *MySQLOpsRequest) GetObjectMeta() metav1.ObjectMeta

func (*MySQLOpsRequest) GetRequestType added in v0.28.1

func (m *MySQLOpsRequest) GetRequestType() any

func (*MySQLOpsRequest) GetStatus added in v0.28.1

func (m *MySQLOpsRequest) GetStatus() OpsRequestStatus

func (MySQLOpsRequest) OffshootLabels

func (m MySQLOpsRequest) OffshootLabels() map[string]string

func (MySQLOpsRequest) OffshootName

func (m MySQLOpsRequest) OffshootName() string

func (MySQLOpsRequest) OffshootSelectors

func (m MySQLOpsRequest) OffshootSelectors() map[string]string

func (MySQLOpsRequest) ResourceFQN added in v0.16.0

func (m MySQLOpsRequest) ResourceFQN() string

func (MySQLOpsRequest) ResourceKind

func (m MySQLOpsRequest) ResourceKind() string

func (MySQLOpsRequest) ResourcePlural

func (m MySQLOpsRequest) ResourcePlural() string

func (MySQLOpsRequest) ResourceShortCode

func (m MySQLOpsRequest) ResourceShortCode() string

func (MySQLOpsRequest) ResourceSingular

func (m MySQLOpsRequest) ResourceSingular() string

func (*MySQLOpsRequest) SetStatus added in v0.28.1

func (m *MySQLOpsRequest) SetStatus(s OpsRequestStatus)

func (MySQLOpsRequest) ValidateSpecs

func (m MySQLOpsRequest) ValidateSpecs() error

type MySQLOpsRequestList

type MySQLOpsRequestList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of MySQLOpsRequest CRD objects
	Items []MySQLOpsRequest `json:"items,omitempty"`
}

MySQLOpsRequestList is a list of MySQLOpsRequests

func (*MySQLOpsRequestList) DeepCopy

func (in *MySQLOpsRequestList) DeepCopy() *MySQLOpsRequestList

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

func (*MySQLOpsRequestList) DeepCopyInto

func (in *MySQLOpsRequestList) DeepCopyInto(out *MySQLOpsRequestList)

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

func (*MySQLOpsRequestList) DeepCopyObject

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

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

type MySQLOpsRequestSpec

type MySQLOpsRequestSpec struct {
	// Specifies the MySQL reference
	DatabaseRef core.LocalObjectReference `json:"databaseRef"`
	// Specifies the ops request type: Upgrade, HorizontalScaling, VerticalScaling etc.
	Type MySQLOpsRequestType `json:"type"`
	// Specifies information necessary for upgrading MySQL
	UpdateVersion *MySQLUpdateVersionSpec `json:"updateVersion,omitempty"`
	// Specifies information necessary for horizontal scaling
	HorizontalScaling *MySQLHorizontalScalingSpec `json:"horizontalScaling,omitempty"`
	// Specifies information necessary for vertical scaling
	VerticalScaling *MySQLVerticalScalingSpec `json:"verticalScaling,omitempty"`
	// Specifies information necessary for volume expansion
	VolumeExpansion *MySQLVolumeExpansionSpec `json:"volumeExpansion,omitempty"`
	// Specifies information necessary for custom configuration of MySQL
	Configuration *MySQLCustomConfigurationSpec `json:"configuration,omitempty"`
	// Specifies information necessary for configuring TLS
	TLS *MySQLTLSSpec `json:"tls,omitempty"`
	// Specifies information necessary for restarting database
	Restart *RestartSpec `json:"restart,omitempty"`
	// Timeout for each step of the ops request in second. If a step doesn't finish within the specified timeout, the ops request will result in failure.
	Timeout *metav1.Duration `json:"timeout,omitempty"`
	// ApplyOption is to control the execution of OpsRequest depending on the database state.
	// +kubebuilder:default="IfReady"
	Apply ApplyOption `json:"apply,omitempty"`
}

MySQLOpsRequestSpec is the spec for MySQLOpsRequest

func (*MySQLOpsRequestSpec) DeepCopy

func (in *MySQLOpsRequestSpec) DeepCopy() *MySQLOpsRequestSpec

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

func (*MySQLOpsRequestSpec) DeepCopyInto

func (in *MySQLOpsRequestSpec) DeepCopyInto(out *MySQLOpsRequestSpec)

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

type MySQLOpsRequestType added in v0.29.0

type MySQLOpsRequestType string

+kubebuilder:validation:Enum=Upgrade;UpdateVersion;HorizontalScaling;VerticalScaling;VolumeExpansion;Restart;Reconfigure;ReconfigureTLS ENUM(UpdateVersion, HorizontalScaling, VerticalScaling, VolumeExpansion, Restart, Reconfigure, ReconfigureTLS)

const (
	// MySQLOpsRequestTypeUpdateVersion is a MySQLOpsRequestType of type UpdateVersion.
	MySQLOpsRequestTypeUpdateVersion MySQLOpsRequestType = "UpdateVersion"
	// MySQLOpsRequestTypeHorizontalScaling is a MySQLOpsRequestType of type HorizontalScaling.
	MySQLOpsRequestTypeHorizontalScaling MySQLOpsRequestType = "HorizontalScaling"
	// MySQLOpsRequestTypeVerticalScaling is a MySQLOpsRequestType of type VerticalScaling.
	MySQLOpsRequestTypeVerticalScaling MySQLOpsRequestType = "VerticalScaling"
	// MySQLOpsRequestTypeVolumeExpansion is a MySQLOpsRequestType of type VolumeExpansion.
	MySQLOpsRequestTypeVolumeExpansion MySQLOpsRequestType = "VolumeExpansion"
	// MySQLOpsRequestTypeRestart is a MySQLOpsRequestType of type Restart.
	MySQLOpsRequestTypeRestart MySQLOpsRequestType = "Restart"
	// MySQLOpsRequestTypeReconfigure is a MySQLOpsRequestType of type Reconfigure.
	MySQLOpsRequestTypeReconfigure MySQLOpsRequestType = "Reconfigure"
	// MySQLOpsRequestTypeReconfigureTLS is a MySQLOpsRequestType of type ReconfigureTLS.
	MySQLOpsRequestTypeReconfigureTLS MySQLOpsRequestType = "ReconfigureTLS"
)

func MustParseMySQLOpsRequestType added in v0.33.0

func MustParseMySQLOpsRequestType(name string) MySQLOpsRequestType

MustParseMySQLOpsRequestType converts a string to a MySQLOpsRequestType, and panics if is not valid.

func MySQLOpsRequestTypeValues added in v0.33.0

func MySQLOpsRequestTypeValues() []MySQLOpsRequestType

MySQLOpsRequestTypeValues returns a list of the values for MySQLOpsRequestType

func ParseMySQLOpsRequestType added in v0.33.0

func ParseMySQLOpsRequestType(name string) (MySQLOpsRequestType, error)

ParseMySQLOpsRequestType attempts to convert a string to a MySQLOpsRequestType.

func (MySQLOpsRequestType) IsValid added in v0.33.0

func (x MySQLOpsRequestType) IsValid() bool

IsValid provides a quick way to determine if the typed value is part of the allowed enumerated values

func (MySQLOpsRequestType) String added in v0.33.0

func (x MySQLOpsRequestType) String() string

String implements the Stringer interface.

type MySQLQueryRules added in v0.28.0

type MySQLQueryRules struct {
	// +kubebuilder:pruning:PreserveUnknownFields
	Rules       []*runtime.RawExtension `json:"rules"`
	RequestType OperationType           `json:"reqType"`
}

func (*MySQLQueryRules) DeepCopy added in v0.28.0

func (in *MySQLQueryRules) DeepCopy() *MySQLQueryRules

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

func (*MySQLQueryRules) DeepCopyInto added in v0.28.0

func (in *MySQLQueryRules) DeepCopyInto(out *MySQLQueryRules)

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

type MySQLReplicaReadinessCriteria

type MySQLReplicaReadinessCriteria struct{}

MySQLReplicaReadinessCriteria is the criteria for checking readiness of a MySQL pod after updating, horizontal scaling etc.

func (*MySQLReplicaReadinessCriteria) DeepCopy

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

func (*MySQLReplicaReadinessCriteria) DeepCopyInto

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

type MySQLTLSSpec added in v0.15.2

type MySQLTLSSpec struct {
	TLSSpec `json:",inline,omitempty"`

	// Indicates that the database server need to be encrypted connections(ssl)
	// +optional
	RequireSSL *bool `json:"requireSSL,omitempty"`
}

func (*MySQLTLSSpec) DeepCopy added in v0.15.2

func (in *MySQLTLSSpec) DeepCopy() *MySQLTLSSpec

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

func (*MySQLTLSSpec) DeepCopyInto added in v0.15.2

func (in *MySQLTLSSpec) DeepCopyInto(out *MySQLTLSSpec)

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

type MySQLUpdateVersionSpec added in v0.33.0

type MySQLUpdateVersionSpec struct {
	// Specifies the target version name from catalog
	TargetVersion     string                         `json:"targetVersion,omitempty"`
	ReadinessCriteria *MySQLReplicaReadinessCriteria `json:"readinessCriteria,omitempty"`
}

func (*MySQLUpdateVersionSpec) DeepCopy added in v0.33.0

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

func (*MySQLUpdateVersionSpec) DeepCopyInto added in v0.33.0

func (in *MySQLUpdateVersionSpec) DeepCopyInto(out *MySQLUpdateVersionSpec)

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

type MySQLUsers added in v0.28.0

type MySQLUsers struct {
	Users       []v1alpha2.MySQLUser `json:"users"`
	RequestType OperationType        `json:"reqType"`
}

func (*MySQLUsers) DeepCopy added in v0.28.0

func (in *MySQLUsers) DeepCopy() *MySQLUsers

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

func (*MySQLUsers) DeepCopyInto added in v0.28.0

func (in *MySQLUsers) DeepCopyInto(out *MySQLUsers)

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

type MySQLVerticalScalingSpec

type MySQLVerticalScalingSpec struct {
	MySQL       *PodResources       `json:"mysql,omitempty"`
	Exporter    *ContainerResources `json:"exporter,omitempty"`
	Coordinator *ContainerResources `json:"coordinator,omitempty"`
}

func (*MySQLVerticalScalingSpec) DeepCopy

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

func (*MySQLVerticalScalingSpec) DeepCopyInto

func (in *MySQLVerticalScalingSpec) DeepCopyInto(out *MySQLVerticalScalingSpec)

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

type MySQLVolumeExpansionSpec

type MySQLVolumeExpansionSpec struct {
	MySQL *resource.Quantity  `json:"mysql,omitempty"`
	Mode  VolumeExpansionMode `json:"mode"`
}

MySQLVolumeExpansionSpec is the spec for MySQL volume expansion

func (*MySQLVolumeExpansionSpec) DeepCopy

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

func (*MySQLVolumeExpansionSpec) DeepCopyInto

func (in *MySQLVolumeExpansionSpec) DeepCopyInto(out *MySQLVolumeExpansionSpec)

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

type OperationType added in v0.28.0

type OperationType string
const (
	ProxySQLConfigurationAdd    OperationType = "add"
	ProxySQLConfigurationDelete OperationType = "delete"
	ProxySQLConfigurationUpdate OperationType = "update"
)

type OpsRequestPhase

type OpsRequestPhase string

+kubebuilder:validation:Enum=Pending;Progressing;Successful;WaitingForApproval;Failed;Approved;Denied;Skipped

const (
	// used for ops requests that are currently in queue
	OpsRequestPhasePending OpsRequestPhase = "Pending"
	// used for ops requests that are currently Progressing
	OpsRequestPhaseProgressing OpsRequestPhase = "Progressing"
	// used for ops requests that are executed successfully
	OpsRequestPhaseSuccessful OpsRequestPhase = "Successful"
	// used for ops requests that are failed
	OpsRequestPhaseFailed OpsRequestPhase = "Failed"
	// used for ops requests that are skipped
	OpsRequestPhaseSkipped OpsRequestPhase = "Skipped"

	// used for ops requests that are waiting for approval
	OpsRequestPhaseWaitingForApproval OpsRequestPhase = "WaitingForApproval"
	// used for ops requests that are approved
	OpsRequestApproved OpsRequestPhase = "Approved"
	// used for ops requests that are denied
	OpsRequestDenied OpsRequestPhase = "Denied"
)

type OpsRequestStatus added in v0.28.1

type OpsRequestStatus struct {
	// Specifies the current phase of the ops request
	// +optional
	Phase OpsRequestPhase `json:"phase,omitempty"`
	// observedGeneration is the most recent generation observed for this resource. It corresponds to the
	// resource's generation, which is updated on mutation by the API Server.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`
	// Conditions applied to the request, such as approval or denial.
	// +optional
	Conditions []kmapi.Condition `json:"conditions,omitempty"`
	// PausedBackups represents the list of backups that have been paused.
	// +optional
	PausedBackups []kmapi.TypedObjectReference `json:"pausedBackups,omitempty"`
}

func (*OpsRequestStatus) DeepCopy added in v0.28.1

func (in *OpsRequestStatus) DeepCopy() *OpsRequestStatus

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

func (*OpsRequestStatus) DeepCopyInto added in v0.28.1

func (in *OpsRequestStatus) DeepCopyInto(out *OpsRequestStatus)

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

type PerconaXtraDBCustomConfigurationSpec

type PerconaXtraDBCustomConfigurationSpec struct {
	// ConfigSecret is an optional field to provide custom configuration file for database.
	// +optional
	ConfigSecret *core.LocalObjectReference `json:"configSecret,omitempty"`
	// Deprecated
	InlineConfig string `json:"inlineConfig,omitempty"`
	// If set to "true", the user provided configuration will be removed.
	// PerconaXtraDB will start will default configuration that is generated by the operator.
	// +optional
	RemoveCustomConfig bool `json:"removeCustomConfig,omitempty"`
	// ApplyConfig is an optional field to provide PerconaXtraDB configuration.
	// Provided configuration will be applied to config files stored in ConfigSecret.
	// If the ConfigSecret is missing, the operator will create a new k8s secret by the
	// following naming convention: {db-name}-user-config .
	// Expected input format:
	//	applyConfig:
	//		file-name.cnf: |
	//			[mysqld]
	//			key1: value1
	//			key2: value2
	// +optional
	ApplyConfig map[string]string `json:"applyConfig,omitempty"`
}

func (*PerconaXtraDBCustomConfigurationSpec) DeepCopy

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

func (*PerconaXtraDBCustomConfigurationSpec) DeepCopyInto

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

type PerconaXtraDBHorizontalScalingSpec

type PerconaXtraDBHorizontalScalingSpec struct {
	// Number of nodes/members of the group
	Member *int32 `json:"member,omitempty"`
	// specifies the weight of the current member/PodResources
	MemberWeight int32 `json:"memberWeight,omitempty"`
}

func (*PerconaXtraDBHorizontalScalingSpec) DeepCopy

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

func (*PerconaXtraDBHorizontalScalingSpec) DeepCopyInto

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

type PerconaXtraDBOpsRequest

type PerconaXtraDBOpsRequest struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              PerconaXtraDBOpsRequestSpec `json:"spec,omitempty"`
	Status            OpsRequestStatus            `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:resource:path=perconaxtradbopsrequests,singular=perconaxtradbopsrequest,shortName=pxcops,categories={datastore,kubedb,appscode} +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Type",type="string",JSONPath=".spec.type" +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.phase" +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

func (PerconaXtraDBOpsRequest) CustomResourceDefinition

func (p PerconaXtraDBOpsRequest) CustomResourceDefinition() *apiextensions.CustomResourceDefinition

func (*PerconaXtraDBOpsRequest) DeepCopy

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

func (*PerconaXtraDBOpsRequest) DeepCopyInto

func (in *PerconaXtraDBOpsRequest) DeepCopyInto(out *PerconaXtraDBOpsRequest)

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

func (*PerconaXtraDBOpsRequest) DeepCopyObject

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

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

func (*PerconaXtraDBOpsRequest) GetDBRefName added in v0.28.1

func (p *PerconaXtraDBOpsRequest) GetDBRefName() string

func (*PerconaXtraDBOpsRequest) GetObjectMeta added in v0.28.1

func (p *PerconaXtraDBOpsRequest) GetObjectMeta() metav1.ObjectMeta

func (*PerconaXtraDBOpsRequest) GetRequestType added in v0.28.1

func (p *PerconaXtraDBOpsRequest) GetRequestType() any

func (*PerconaXtraDBOpsRequest) GetStatus added in v0.28.1

func (PerconaXtraDBOpsRequest) ResourceFQN added in v0.16.0

func (p PerconaXtraDBOpsRequest) ResourceFQN() string

func (PerconaXtraDBOpsRequest) ResourceKind

func (p PerconaXtraDBOpsRequest) ResourceKind() string

func (PerconaXtraDBOpsRequest) ResourcePlural

func (p PerconaXtraDBOpsRequest) ResourcePlural() string

func (PerconaXtraDBOpsRequest) ResourceShortCode

func (p PerconaXtraDBOpsRequest) ResourceShortCode() string

func (PerconaXtraDBOpsRequest) ResourceSingular

func (p PerconaXtraDBOpsRequest) ResourceSingular() string

func (*PerconaXtraDBOpsRequest) SetStatus added in v0.28.1

func (p *PerconaXtraDBOpsRequest) SetStatus(s OpsRequestStatus)

func (PerconaXtraDBOpsRequest) ValidateSpecs

func (p PerconaXtraDBOpsRequest) ValidateSpecs() error

type PerconaXtraDBOpsRequestList

type PerconaXtraDBOpsRequestList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of PerconaXtraDBOpsRequest CRD objects
	Items []PerconaXtraDBOpsRequest `json:"items,omitempty"`
}

PerconaXtraDBOpsRequestList is a list of PerconaXtraDBOpsRequests

func (*PerconaXtraDBOpsRequestList) DeepCopy

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

func (*PerconaXtraDBOpsRequestList) DeepCopyInto

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

func (*PerconaXtraDBOpsRequestList) DeepCopyObject

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

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

type PerconaXtraDBOpsRequestSpec

type PerconaXtraDBOpsRequestSpec struct {
	// Specifies the PerconaXtraDB reference
	DatabaseRef core.LocalObjectReference `json:"databaseRef"`
	// Specifies the ops request type: Upgrade, HorizontalScaling, VerticalScaling etc.
	Type PerconaXtraDBOpsRequestType `json:"type"`
	// Specifies information necessary for upgrading PerconaXtraDB
	UpdateVersion *PerconaXtraDBUpdateVersionSpec `json:"updateVersion,omitempty"`
	// Specifies information necessary for horizontal scaling
	HorizontalScaling *PerconaXtraDBHorizontalScalingSpec `json:"horizontalScaling,omitempty"`
	// Specifies information necessary for vertical scaling
	VerticalScaling *PerconaXtraDBVerticalScalingSpec `json:"verticalScaling,omitempty"`
	// Specifies information necessary for volume expansion
	VolumeExpansion *PerconaXtraDBVolumeExpansionSpec `json:"volumeExpansion,omitempty"`
	// Specifies information necessary for custom configuration of PerconaXtraDB
	Configuration *PerconaXtraDBCustomConfigurationSpec `json:"configuration,omitempty"`
	// Specifies information necessary for configuring TLS
	TLS *PerconaXtraDBTLSSpec `json:"tls,omitempty"`
	// Specifies information necessary for restarting database
	Restart *RestartSpec `json:"restart,omitempty"`
	// Timeout for each step of the ops request in second. If a step doesn't finish within the specified timeout, the ops request will result in failure.
	Timeout *metav1.Duration `json:"timeout,omitempty"`
	// ApplyOption is to control the execution of OpsRequest depending on the database state.
	// +kubebuilder:default="IfReady"
	Apply ApplyOption `json:"apply,omitempty"`
}

PerconaXtraDBOpsRequestSpec is the spec for PerconaXtraDBOpsRequest

func (*PerconaXtraDBOpsRequestSpec) DeepCopy

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

func (*PerconaXtraDBOpsRequestSpec) DeepCopyInto

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

type PerconaXtraDBOpsRequestType added in v0.29.0

type PerconaXtraDBOpsRequestType string

+kubebuilder:validation:Enum=Upgrade;UpdateVersion;HorizontalScaling;VerticalScaling;VolumeExpansion;Restart;Reconfigure;ReconfigureTLS ENUM(UpdateVersion, HorizontalScaling, VerticalScaling, VolumeExpansion, Restart, Reconfigure, ReconfigureTLS)

const (
	// PerconaXtraDBOpsRequestTypeUpdateVersion is a PerconaXtraDBOpsRequestType of type UpdateVersion.
	PerconaXtraDBOpsRequestTypeUpdateVersion PerconaXtraDBOpsRequestType = "UpdateVersion"
	// PerconaXtraDBOpsRequestTypeHorizontalScaling is a PerconaXtraDBOpsRequestType of type HorizontalScaling.
	PerconaXtraDBOpsRequestTypeHorizontalScaling PerconaXtraDBOpsRequestType = "HorizontalScaling"
	// PerconaXtraDBOpsRequestTypeVerticalScaling is a PerconaXtraDBOpsRequestType of type VerticalScaling.
	PerconaXtraDBOpsRequestTypeVerticalScaling PerconaXtraDBOpsRequestType = "VerticalScaling"
	// PerconaXtraDBOpsRequestTypeVolumeExpansion is a PerconaXtraDBOpsRequestType of type VolumeExpansion.
	PerconaXtraDBOpsRequestTypeVolumeExpansion PerconaXtraDBOpsRequestType = "VolumeExpansion"
	// PerconaXtraDBOpsRequestTypeRestart is a PerconaXtraDBOpsRequestType of type Restart.
	PerconaXtraDBOpsRequestTypeRestart PerconaXtraDBOpsRequestType = "Restart"
	// PerconaXtraDBOpsRequestTypeReconfigure is a PerconaXtraDBOpsRequestType of type Reconfigure.
	PerconaXtraDBOpsRequestTypeReconfigure PerconaXtraDBOpsRequestType = "Reconfigure"
	// PerconaXtraDBOpsRequestTypeReconfigureTLS is a PerconaXtraDBOpsRequestType of type ReconfigureTLS.
	PerconaXtraDBOpsRequestTypeReconfigureTLS PerconaXtraDBOpsRequestType = "ReconfigureTLS"
)

func MustParsePerconaXtraDBOpsRequestType added in v0.33.0

func MustParsePerconaXtraDBOpsRequestType(name string) PerconaXtraDBOpsRequestType

MustParsePerconaXtraDBOpsRequestType converts a string to a PerconaXtraDBOpsRequestType, and panics if is not valid.

func ParsePerconaXtraDBOpsRequestType added in v0.33.0

func ParsePerconaXtraDBOpsRequestType(name string) (PerconaXtraDBOpsRequestType, error)

ParsePerconaXtraDBOpsRequestType attempts to convert a string to a PerconaXtraDBOpsRequestType.

func PerconaXtraDBOpsRequestTypeValues added in v0.33.0

func PerconaXtraDBOpsRequestTypeValues() []PerconaXtraDBOpsRequestType

PerconaXtraDBOpsRequestTypeValues returns a list of the values for PerconaXtraDBOpsRequestType

func (PerconaXtraDBOpsRequestType) IsValid added in v0.33.0

func (x PerconaXtraDBOpsRequestType) IsValid() bool

IsValid provides a quick way to determine if the typed value is part of the allowed enumerated values

func (PerconaXtraDBOpsRequestType) String added in v0.33.0

String implements the Stringer interface.

type PerconaXtraDBReplicaReadinessCriteria

type PerconaXtraDBReplicaReadinessCriteria struct{}

PerconaXtraDBReplicaReadinessCriteria is the criteria for checking readiness of an PerconaXtraDB database

func (*PerconaXtraDBReplicaReadinessCriteria) DeepCopy

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

func (*PerconaXtraDBReplicaReadinessCriteria) DeepCopyInto

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

type PerconaXtraDBTLSSpec added in v0.29.0

type PerconaXtraDBTLSSpec struct {
	TLSSpec `json:",inline,omitempty"`

	// Indicates that the database server need to be encrypted connections(ssl)
	// +optional
	RequireSSL *bool `json:"requireSSL,omitempty"`
}

PerconaXtraDBTLSSpec specifies information necessary for configuring TLS

func (*PerconaXtraDBTLSSpec) DeepCopy added in v0.29.0

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

func (*PerconaXtraDBTLSSpec) DeepCopyInto added in v0.29.0

func (in *PerconaXtraDBTLSSpec) DeepCopyInto(out *PerconaXtraDBTLSSpec)

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

type PerconaXtraDBUpdateVersionSpec added in v0.33.0

type PerconaXtraDBUpdateVersionSpec struct {
	// Specifies the target version name from catalog
	TargetVersion string `json:"targetVersion,omitempty"`
}

func (*PerconaXtraDBUpdateVersionSpec) DeepCopy added in v0.33.0

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

func (*PerconaXtraDBUpdateVersionSpec) DeepCopyInto added in v0.33.0

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

type PerconaXtraDBVerticalScalingSpec

type PerconaXtraDBVerticalScalingSpec struct {
	PerconaXtraDB *PodResources       `json:"perconaxtradb,omitempty"`
	Exporter      *ContainerResources `json:"exporter,omitempty"`
	Coordinator   *ContainerResources `json:"coordinator,omitempty"`
}

func (*PerconaXtraDBVerticalScalingSpec) DeepCopy

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

func (*PerconaXtraDBVerticalScalingSpec) DeepCopyInto

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

type PerconaXtraDBVolumeExpansionSpec

type PerconaXtraDBVolumeExpansionSpec struct {
	PerconaXtraDB *resource.Quantity  `json:"perconaxtradb,omitempty"`
	Mode          VolumeExpansionMode `json:"mode"`
}

PerconaXtraDBVolumeExpansionSpec is the spec for PerconaXtraDB volume expansion

func (*PerconaXtraDBVolumeExpansionSpec) DeepCopy

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

func (*PerconaXtraDBVolumeExpansionSpec) DeepCopyInto

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

type PgBouncerCustomConfiguration

type PgBouncerCustomConfiguration struct {
	ConfigMap *core.LocalObjectReference `json:"configMap,omitempty"`
	Data      map[string]string          `json:"data,omitempty"`
	Remove    bool                       `json:"remove,omitempty"`
}

func (*PgBouncerCustomConfiguration) DeepCopy

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

func (*PgBouncerCustomConfiguration) DeepCopyInto

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

type PgBouncerCustomConfigurationSpec

type PgBouncerCustomConfigurationSpec struct{}

func (*PgBouncerCustomConfigurationSpec) DeepCopy

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

func (*PgBouncerCustomConfigurationSpec) DeepCopyInto

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

type PgBouncerHorizontalScalingSpec

type PgBouncerHorizontalScalingSpec struct{}

HorizontalScaling is the spec for PgBouncer horizontal scaling

func (*PgBouncerHorizontalScalingSpec) DeepCopy

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

func (*PgBouncerHorizontalScalingSpec) DeepCopyInto

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

type PgBouncerOpsRequest

type PgBouncerOpsRequest struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              PgBouncerOpsRequestSpec `json:"spec,omitempty"`
	Status            OpsRequestStatus        `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:resource:path=pgbounceropsrequests,singular=pgbounceropsrequest,shortName=pbops,categories={datastore,kubedb,appscode} +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Type",type="string",JSONPath=".spec.type" +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.phase" +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

func (PgBouncerOpsRequest) CustomResourceDefinition

func (p PgBouncerOpsRequest) CustomResourceDefinition() *apiextensions.CustomResourceDefinition

func (*PgBouncerOpsRequest) DeepCopy

func (in *PgBouncerOpsRequest) DeepCopy() *PgBouncerOpsRequest

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

func (*PgBouncerOpsRequest) DeepCopyInto

func (in *PgBouncerOpsRequest) DeepCopyInto(out *PgBouncerOpsRequest)

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

func (*PgBouncerOpsRequest) DeepCopyObject

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

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

func (*PgBouncerOpsRequest) GetDBRefName added in v0.28.1

func (p *PgBouncerOpsRequest) GetDBRefName() string

func (*PgBouncerOpsRequest) GetObjectMeta added in v0.28.1

func (p *PgBouncerOpsRequest) GetObjectMeta() metav1.ObjectMeta

func (*PgBouncerOpsRequest) GetRequestType added in v0.28.1

func (p *PgBouncerOpsRequest) GetRequestType() any

func (*PgBouncerOpsRequest) GetStatus added in v0.28.1

func (p *PgBouncerOpsRequest) GetStatus() OpsRequestStatus

func (PgBouncerOpsRequest) ResourceFQN added in v0.16.0

func (p PgBouncerOpsRequest) ResourceFQN() string

func (PgBouncerOpsRequest) ResourceKind

func (p PgBouncerOpsRequest) ResourceKind() string

func (PgBouncerOpsRequest) ResourcePlural

func (p PgBouncerOpsRequest) ResourcePlural() string

func (PgBouncerOpsRequest) ResourceShortCode

func (p PgBouncerOpsRequest) ResourceShortCode() string

func (PgBouncerOpsRequest) ResourceSingular

func (p PgBouncerOpsRequest) ResourceSingular() string

func (*PgBouncerOpsRequest) SetStatus added in v0.28.1

func (p *PgBouncerOpsRequest) SetStatus(s OpsRequestStatus)

func (PgBouncerOpsRequest) ValidateSpecs

func (p PgBouncerOpsRequest) ValidateSpecs() error

type PgBouncerOpsRequestList

type PgBouncerOpsRequestList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of PgBouncerOpsRequest CRD objects
	Items []PgBouncerOpsRequest `json:"items,omitempty"`
}

PgBouncerOpsRequestList is a list of PgBouncerOpsRequests

func (*PgBouncerOpsRequestList) DeepCopy

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

func (*PgBouncerOpsRequestList) DeepCopyInto

func (in *PgBouncerOpsRequestList) DeepCopyInto(out *PgBouncerOpsRequestList)

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

func (*PgBouncerOpsRequestList) DeepCopyObject

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

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

type PgBouncerOpsRequestSpec

type PgBouncerOpsRequestSpec struct {
	// Specifies the PgBouncer reference
	ServerRef core.LocalObjectReference `json:"serverRef"`
	// Specifies the ops request type: Upgrade, HorizontalScaling, VerticalScaling etc.
	Type PgBouncerOpsRequestType `json:"type"`
	// Specifies information necessary for upgrading PgBouncer
	UpdateVersion *PgBouncerUpdateVersionSpec `json:"UpdateVersion,omitempty"`
	// Specifies information necessary for horizontal scaling
	HorizontalScaling *PgBouncerHorizontalScalingSpec `json:"horizontalScaling,omitempty"`
	// Specifies information necessary for vertical scaling
	VerticalScaling *PgBouncerVerticalScalingSpec `json:"verticalScaling,omitempty"`
	// Specifies information necessary for custom configuration of PgBouncer
	Configuration *PgBouncerCustomConfigurationSpec `json:"configuration,omitempty"`
	// Specifies information necessary for configuring TLS
	TLS *TLSSpec `json:"tls,omitempty"`
	// Specifies information necessary for restarting database
	Restart *RestartSpec `json:"restart,omitempty"`
	// ApplyOption is to control the execution of OpsRequest depending on the database state.
	// +kubebuilder:default="IfReady"
	Apply ApplyOption `json:"apply,omitempty"`
}

PgBouncerOpsRequestSpec is the spec for PgBouncerOpsRequest

func (*PgBouncerOpsRequestSpec) DeepCopy

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

func (*PgBouncerOpsRequestSpec) DeepCopyInto

func (in *PgBouncerOpsRequestSpec) DeepCopyInto(out *PgBouncerOpsRequestSpec)

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

type PgBouncerOpsRequestType added in v0.29.0

type PgBouncerOpsRequestType string

+kubebuilder:validation:Enum=UpdateVersion;HorizontalScaling;VerticalScaling;Restart;Reconfigure;ReconfigureTLS ENUM(UpdateVersion, HorizontalScaling, VerticalScaling, Restart, Reconfigure, ReconfigureTLS)

const (
	// PgBouncerOpsRequestTypeUpdateVersion is a PgBouncerOpsRequestType of type UpdateVersion.
	PgBouncerOpsRequestTypeUpdateVersion PgBouncerOpsRequestType = "UpdateVersion"
	// PgBouncerOpsRequestTypeHorizontalScaling is a PgBouncerOpsRequestType of type HorizontalScaling.
	PgBouncerOpsRequestTypeHorizontalScaling PgBouncerOpsRequestType = "HorizontalScaling"
	// PgBouncerOpsRequestTypeVerticalScaling is a PgBouncerOpsRequestType of type VerticalScaling.
	PgBouncerOpsRequestTypeVerticalScaling PgBouncerOpsRequestType = "VerticalScaling"
	// PgBouncerOpsRequestTypeRestart is a PgBouncerOpsRequestType of type Restart.
	PgBouncerOpsRequestTypeRestart PgBouncerOpsRequestType = "Restart"
	// PgBouncerOpsRequestTypeReconfigure is a PgBouncerOpsRequestType of type Reconfigure.
	PgBouncerOpsRequestTypeReconfigure PgBouncerOpsRequestType = "Reconfigure"
	// PgBouncerOpsRequestTypeReconfigureTLS is a PgBouncerOpsRequestType of type ReconfigureTLS.
	PgBouncerOpsRequestTypeReconfigureTLS PgBouncerOpsRequestType = "ReconfigureTLS"
)

func MustParsePgBouncerOpsRequestType added in v0.33.0

func MustParsePgBouncerOpsRequestType(name string) PgBouncerOpsRequestType

MustParsePgBouncerOpsRequestType converts a string to a PgBouncerOpsRequestType, and panics if is not valid.

func ParsePgBouncerOpsRequestType added in v0.33.0

func ParsePgBouncerOpsRequestType(name string) (PgBouncerOpsRequestType, error)

ParsePgBouncerOpsRequestType attempts to convert a string to a PgBouncerOpsRequestType.

func PgBouncerOpsRequestTypeValues added in v0.33.0

func PgBouncerOpsRequestTypeValues() []PgBouncerOpsRequestType

PgBouncerOpsRequestTypeValues returns a list of the values for PgBouncerOpsRequestType

func (PgBouncerOpsRequestType) IsValid added in v0.33.0

func (x PgBouncerOpsRequestType) IsValid() bool

IsValid provides a quick way to determine if the typed value is part of the allowed enumerated values

func (PgBouncerOpsRequestType) String added in v0.33.0

func (x PgBouncerOpsRequestType) String() string

String implements the Stringer interface.

type PgBouncerReplicaReadinessCriteria

type PgBouncerReplicaReadinessCriteria struct{}

PgBouncerReplicaReadinessCriteria is the criteria for checking readiness of a PgBouncer pod after updating, horizontal scaling etc.

func (*PgBouncerReplicaReadinessCriteria) DeepCopy

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

func (*PgBouncerReplicaReadinessCriteria) DeepCopyInto

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

type PgBouncerUpdateVersionSpec added in v0.33.0

type PgBouncerUpdateVersionSpec struct {
	// Specifies the target version name from catalog
	TargetVersion     string                             `json:"targetVersion,omitempty"`
	ReadinessCriteria *PgBouncerReplicaReadinessCriteria `json:"readinessCriteria,omitempty"`
}

func (*PgBouncerUpdateVersionSpec) DeepCopy added in v0.33.0

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

func (*PgBouncerUpdateVersionSpec) DeepCopyInto added in v0.33.0

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

type PgBouncerVerticalScalingSpec

type PgBouncerVerticalScalingSpec struct {
	ReadinessCriteria *PgBouncerReplicaReadinessCriteria `json:"readinessCriteria,omitempty"`
}

PgBouncerVerticalScalingSpec is the spec for PgBouncer vertical scaling

func (*PgBouncerVerticalScalingSpec) DeepCopy

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

func (*PgBouncerVerticalScalingSpec) DeepCopyInto

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

type PodResources added in v0.39.0

type PodResources struct {
	// +optional
	NodeSelectionPolicy nodemeta.NodeSelectionPolicy `json:"nodeSelectionPolicy,omitempty"`
	Topology            *Topology                    `json:"topology,omitempty"`
	// Compute Resources required by the sidecar container.
	// +optional
	Resources core.ResourceRequirements `json:"resources,omitempty"`
}

PodResources is the spec for vertical scaling of pods

func (*PodResources) DeepCopy added in v0.39.0

func (in *PodResources) DeepCopy() *PodResources

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

func (*PodResources) DeepCopyInto added in v0.39.0

func (in *PodResources) DeepCopyInto(out *PodResources)

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

type PostgresCustomConfiguration

type PostgresCustomConfiguration struct {
	ConfigMap *core.LocalObjectReference `json:"configMap,omitempty"`
	Data      map[string]string          `json:"data,omitempty"`
	Remove    bool                       `json:"remove,omitempty"`
}

func (*PostgresCustomConfiguration) DeepCopy

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

func (*PostgresCustomConfiguration) DeepCopyInto

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

type PostgresCustomConfigurationSpec

type PostgresCustomConfigurationSpec struct {
	ConfigSecret       *core.LocalObjectReference `json:"configSecret,omitempty"`
	InlineConfig       string                     `json:"inlineConfig,omitempty"`
	RemoveCustomConfig bool                       `json:"removeCustomConfig,omitempty"`
}

func (*PostgresCustomConfigurationSpec) DeepCopy

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

func (*PostgresCustomConfigurationSpec) DeepCopyInto

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

type PostgresHorizontalScalingSpec

type PostgresHorizontalScalingSpec struct {
	Replicas *int32 `json:"replicas,omitempty"`
	// Standby mode
	// +kubebuilder:default="Warm"
	StandbyMode *PostgresStandbyMode `json:"standbyMode,omitempty"`

	// Streaming mode
	// +kubebuilder:default="Asynchronous"
	StreamingMode *PostgresStreamingMode `json:"streamingMode,omitempty"`
}

HorizontalScaling is the spec for Postgres horizontal scaling

func (*PostgresHorizontalScalingSpec) DeepCopy

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

func (*PostgresHorizontalScalingSpec) DeepCopyInto

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

type PostgresOpsRequest

type PostgresOpsRequest struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              PostgresOpsRequestSpec `json:"spec,omitempty"`
	Status            OpsRequestStatus       `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:resource:path=postgresopsrequests,singular=postgresopsrequest,shortName=pgops,categories={datastore,kubedb,appscode} +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Type",type="string",JSONPath=".spec.type" +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.phase" +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

func (PostgresOpsRequest) CustomResourceDefinition

func (p PostgresOpsRequest) CustomResourceDefinition() *apiextensions.CustomResourceDefinition

func (*PostgresOpsRequest) DeepCopy

func (in *PostgresOpsRequest) DeepCopy() *PostgresOpsRequest

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

func (*PostgresOpsRequest) DeepCopyInto

func (in *PostgresOpsRequest) DeepCopyInto(out *PostgresOpsRequest)

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

func (*PostgresOpsRequest) DeepCopyObject

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

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

func (*PostgresOpsRequest) GetDBRefName added in v0.28.1

func (p *PostgresOpsRequest) GetDBRefName() string

func (*PostgresOpsRequest) GetObjectMeta added in v0.28.1

func (p *PostgresOpsRequest) GetObjectMeta() metav1.ObjectMeta

func (*PostgresOpsRequest) GetRequestType added in v0.28.1

func (p *PostgresOpsRequest) GetRequestType() any

func (*PostgresOpsRequest) GetStatus added in v0.28.1

func (p *PostgresOpsRequest) GetStatus() OpsRequestStatus

func (PostgresOpsRequest) ResourceFQN added in v0.16.0

func (p PostgresOpsRequest) ResourceFQN() string

func (PostgresOpsRequest) ResourceKind

func (p PostgresOpsRequest) ResourceKind() string

func (PostgresOpsRequest) ResourcePlural

func (p PostgresOpsRequest) ResourcePlural() string

func (PostgresOpsRequest) ResourceShortCode

func (p PostgresOpsRequest) ResourceShortCode() string

func (PostgresOpsRequest) ResourceSingular

func (p PostgresOpsRequest) ResourceSingular() string

func (*PostgresOpsRequest) SetStatus added in v0.28.1

func (p *PostgresOpsRequest) SetStatus(s OpsRequestStatus)

func (PostgresOpsRequest) ValidateSpecs

func (p PostgresOpsRequest) ValidateSpecs() error

type PostgresOpsRequestList

type PostgresOpsRequestList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of PostgresOpsRequest CRD objects
	Items []PostgresOpsRequest `json:"items,omitempty"`
}

PostgresOpsRequestList is a list of PostgresOpsRequests

func (*PostgresOpsRequestList) DeepCopy

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

func (*PostgresOpsRequestList) DeepCopyInto

func (in *PostgresOpsRequestList) DeepCopyInto(out *PostgresOpsRequestList)

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

func (*PostgresOpsRequestList) DeepCopyObject

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

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

type PostgresOpsRequestSpec

type PostgresOpsRequestSpec struct {
	// Specifies the Postgres reference
	DatabaseRef core.LocalObjectReference `json:"databaseRef"`
	// Specifies the ops request type: Upgrade, HorizontalScaling, VerticalScaling etc.
	Type PostgresOpsRequestType `json:"type"`
	// Specifies information necessary for upgrading Postgres
	UpdateVersion *PostgresUpdateVersionSpec `json:"updateVersion,omitempty"`
	// Specifies information necessary for horizontal scaling
	HorizontalScaling *PostgresHorizontalScalingSpec `json:"horizontalScaling,omitempty"`
	// Specifies information necessary for vertical scaling
	VerticalScaling *PostgresVerticalScalingSpec `json:"verticalScaling,omitempty"`
	// Specifies information necessary for volume expansion
	VolumeExpansion *PostgresVolumeExpansionSpec `json:"volumeExpansion,omitempty"`
	// Specifies information necessary for custom configuration of Postgres
	Configuration *PostgresCustomConfigurationSpec `json:"configuration,omitempty"`
	// Specifies information necessary for configuring TLS
	TLS *PostgresTLSSpec `json:"tls,omitempty"`
	// Specifies information necessary for restarting database
	Restart *RestartSpec `json:"restart,omitempty"`
	// Timeout for each step of the ops request in second. If a step doesn't finish within the specified timeout, the ops request will result in failure.
	Timeout *metav1.Duration `json:"timeout,omitempty"`
	// ApplyOption is to control the execution of OpsRequest depending on the database state.
	// +kubebuilder:default="IfReady"
	Apply ApplyOption `json:"apply,omitempty"`
}

PostgresOpsRequestSpec is the spec for PostgresOpsRequest

func (*PostgresOpsRequestSpec) DeepCopy

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

func (*PostgresOpsRequestSpec) DeepCopyInto

func (in *PostgresOpsRequestSpec) DeepCopyInto(out *PostgresOpsRequestSpec)

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

type PostgresOpsRequestType added in v0.29.0

type PostgresOpsRequestType string

+kubebuilder:validation:Enum=Upgrade;UpdateVersion;HorizontalScaling;VerticalScaling;VolumeExpansion;Restart;Reconfigure;ReconfigureTLS ENUM(UpdateVersion, HorizontalScaling, VerticalScaling, VolumeExpansion, Restart, Reconfigure, ReconfigureTLS)

const (
	// PostgresOpsRequestTypeUpdateVersion is a PostgresOpsRequestType of type UpdateVersion.
	PostgresOpsRequestTypeUpdateVersion PostgresOpsRequestType = "UpdateVersion"
	// PostgresOpsRequestTypeHorizontalScaling is a PostgresOpsRequestType of type HorizontalScaling.
	PostgresOpsRequestTypeHorizontalScaling PostgresOpsRequestType = "HorizontalScaling"
	// PostgresOpsRequestTypeVerticalScaling is a PostgresOpsRequestType of type VerticalScaling.
	PostgresOpsRequestTypeVerticalScaling PostgresOpsRequestType = "VerticalScaling"
	// PostgresOpsRequestTypeVolumeExpansion is a PostgresOpsRequestType of type VolumeExpansion.
	PostgresOpsRequestTypeVolumeExpansion PostgresOpsRequestType = "VolumeExpansion"
	// PostgresOpsRequestTypeRestart is a PostgresOpsRequestType of type Restart.
	PostgresOpsRequestTypeRestart PostgresOpsRequestType = "Restart"
	// PostgresOpsRequestTypeReconfigure is a PostgresOpsRequestType of type Reconfigure.
	PostgresOpsRequestTypeReconfigure PostgresOpsRequestType = "Reconfigure"
	// PostgresOpsRequestTypeReconfigureTLS is a PostgresOpsRequestType of type ReconfigureTLS.
	PostgresOpsRequestTypeReconfigureTLS PostgresOpsRequestType = "ReconfigureTLS"
)

func MustParsePostgresOpsRequestType added in v0.33.0

func MustParsePostgresOpsRequestType(name string) PostgresOpsRequestType

MustParsePostgresOpsRequestType converts a string to a PostgresOpsRequestType, and panics if is not valid.

func ParsePostgresOpsRequestType added in v0.33.0

func ParsePostgresOpsRequestType(name string) (PostgresOpsRequestType, error)

ParsePostgresOpsRequestType attempts to convert a string to a PostgresOpsRequestType.

func PostgresOpsRequestTypeValues added in v0.33.0

func PostgresOpsRequestTypeValues() []PostgresOpsRequestType

PostgresOpsRequestTypeValues returns a list of the values for PostgresOpsRequestType

func (PostgresOpsRequestType) IsValid added in v0.33.0

func (x PostgresOpsRequestType) IsValid() bool

IsValid provides a quick way to determine if the typed value is part of the allowed enumerated values

func (PostgresOpsRequestType) String added in v0.33.0

func (x PostgresOpsRequestType) String() string

String implements the Stringer interface.

type PostgresStandbyMode added in v0.32.0

type PostgresStandbyMode string

+kubebuilder:validation:Enum=Hot;Warm

const (
	HotPostgresStandbyMode  PostgresStandbyMode = "Hot"
	WarmPostgresStandbyMode PostgresStandbyMode = "Warm"
)

type PostgresStreamingMode added in v0.32.0

type PostgresStreamingMode string

+kubebuilder:validation:Enum=Synchronous;Asynchronous

const (
	SynchronousPostgresStreamingMode  PostgresStreamingMode = "Synchronous"
	AsynchronousPostgresStreamingMode PostgresStreamingMode = "Asynchronous"
)

type PostgresTLSSpec added in v0.19.0

type PostgresTLSSpec struct {
	TLSSpec `json:",inline,omitempty"`

	// SSLMode for both standalone and clusters. [disable;allow;prefer;require;verify-ca;verify-full]
	// +optional
	SSLMode apis.PostgresSSLMode `json:"sslMode,omitempty"`

	// ClientAuthMode for sidecar or sharding. (default will be md5. [md5;scram;cert])
	// +optional
	ClientAuthMode apis.PostgresClientAuthMode `json:"clientAuthMode,omitempty"`
}

func (*PostgresTLSSpec) DeepCopy added in v0.19.0

func (in *PostgresTLSSpec) DeepCopy() *PostgresTLSSpec

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

func (*PostgresTLSSpec) DeepCopyInto added in v0.19.0

func (in *PostgresTLSSpec) DeepCopyInto(out *PostgresTLSSpec)

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

type PostgresUpdateVersionSpec added in v0.33.0

type PostgresUpdateVersionSpec struct {
	// Specifies the target version name from catalog
	TargetVersion string `json:"targetVersion,omitempty"`
}

func (*PostgresUpdateVersionSpec) DeepCopy added in v0.33.0

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

func (*PostgresUpdateVersionSpec) DeepCopyInto added in v0.33.0

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

type PostgresVerticalScalingSpec

type PostgresVerticalScalingSpec struct {
	Postgres    *PodResources       `json:"postgres,omitempty"`
	Exporter    *ContainerResources `json:"exporter,omitempty"`
	Coordinator *ContainerResources `json:"coordinator,omitempty"`
	Arbiter     *PodResources       `json:"arbiter,omitempty"`
}

PostgresVerticalScalingSpec is the spec for Postgres vertical scaling

func (*PostgresVerticalScalingSpec) DeepCopy

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

func (*PostgresVerticalScalingSpec) DeepCopyInto

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

type PostgresVolumeExpansionSpec

type PostgresVolumeExpansionSpec struct {
	// volume specification for Postgres
	Postgres *resource.Quantity  `json:"postgres,omitempty"`
	Arbiter  *resource.Quantity  `json:"arbiter,omitempty"`
	Mode     VolumeExpansionMode `json:"mode"`
}

PostgresVolumeExpansionSpec is the spec for Postgres volume expansion

func (*PostgresVolumeExpansionSpec) DeepCopy

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

func (*PostgresVolumeExpansionSpec) DeepCopyInto

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

type ProxySQLCustomConfiguration

type ProxySQLCustomConfiguration struct {
	ConfigMap *core.LocalObjectReference `json:"configMap,omitempty"`
	Data      map[string]string          `json:"data,omitempty"`
	Remove    bool                       `json:"remove,omitempty"`
}

func (*ProxySQLCustomConfiguration) DeepCopy

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

func (*ProxySQLCustomConfiguration) DeepCopyInto

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

type ProxySQLCustomConfigurationSpec

type ProxySQLCustomConfigurationSpec struct {
	//+optional
	MySQLUsers *MySQLUsers `json:"mysqlUsers,omitempty"`

	//+optional
	MySQLQueryRules *MySQLQueryRules `json:"mysqlQueryRules,omitempty"`

	// +optional
	// +kubebuilder:pruning:PreserveUnknownFields
	AdminVariables *runtime.RawExtension `json:"adminVariables,omitempty"`

	// +optional
	// +kubebuilder:pruning:PreserveUnknownFields
	MySQLVariables *runtime.RawExtension `json:"mysqlVariables,omitempty"`
}

func (*ProxySQLCustomConfigurationSpec) DeepCopy

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

func (*ProxySQLCustomConfigurationSpec) DeepCopyInto

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

type ProxySQLHorizontalScalingSpec

type ProxySQLHorizontalScalingSpec struct {
	// Number of nodes/members of the group
	Member *int32 `json:"member,omitempty"`
}

HorizontalScaling is the spec for ProxySQL horizontal scaling

func (*ProxySQLHorizontalScalingSpec) DeepCopy

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

func (*ProxySQLHorizontalScalingSpec) DeepCopyInto

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

type ProxySQLOpsRequest

type ProxySQLOpsRequest struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ProxySQLOpsRequestSpec `json:"spec,omitempty"`
	Status            OpsRequestStatus       `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:resource:path=proxysqlopsrequests,singular=proxysqlopsrequest,shortName=prxops,categories={datastore,kubedb,appscode} +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Type",type="string",JSONPath=".spec.type" +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.phase" +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

func (ProxySQLOpsRequest) CustomResourceDefinition

func (p ProxySQLOpsRequest) CustomResourceDefinition() *apiextensions.CustomResourceDefinition

func (*ProxySQLOpsRequest) DeepCopy

func (in *ProxySQLOpsRequest) DeepCopy() *ProxySQLOpsRequest

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

func (*ProxySQLOpsRequest) DeepCopyInto

func (in *ProxySQLOpsRequest) DeepCopyInto(out *ProxySQLOpsRequest)

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

func (*ProxySQLOpsRequest) DeepCopyObject

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

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

func (*ProxySQLOpsRequest) GetDBRefName added in v0.28.1

func (p *ProxySQLOpsRequest) GetDBRefName() string

func (*ProxySQLOpsRequest) GetObjectMeta added in v0.28.1

func (p *ProxySQLOpsRequest) GetObjectMeta() metav1.ObjectMeta

func (*ProxySQLOpsRequest) GetRequestType added in v0.28.1

func (p *ProxySQLOpsRequest) GetRequestType() any

func (*ProxySQLOpsRequest) GetStatus added in v0.28.1

func (p *ProxySQLOpsRequest) GetStatus() OpsRequestStatus

func (ProxySQLOpsRequest) ResourceFQN added in v0.16.0

func (p ProxySQLOpsRequest) ResourceFQN() string

func (ProxySQLOpsRequest) ResourceKind

func (p ProxySQLOpsRequest) ResourceKind() string

func (ProxySQLOpsRequest) ResourcePlural

func (p ProxySQLOpsRequest) ResourcePlural() string

func (ProxySQLOpsRequest) ResourceShortCode

func (p ProxySQLOpsRequest) ResourceShortCode() string

func (ProxySQLOpsRequest) ResourceSingular

func (p ProxySQLOpsRequest) ResourceSingular() string

func (*ProxySQLOpsRequest) SetStatus added in v0.28.1

func (p *ProxySQLOpsRequest) SetStatus(s OpsRequestStatus)

type ProxySQLOpsRequestList

type ProxySQLOpsRequestList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`

	//+optional
	// Items is a list of ProxySQLOpsRequest CRD objects
	Items []ProxySQLOpsRequest `json:"items,omitempty"`
}

ProxySQLOpsRequestList is a list of ProxySQLOpsRequests

func (*ProxySQLOpsRequestList) DeepCopy

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

func (*ProxySQLOpsRequestList) DeepCopyInto

func (in *ProxySQLOpsRequestList) DeepCopyInto(out *ProxySQLOpsRequestList)

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

func (*ProxySQLOpsRequestList) DeepCopyObject

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

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

type ProxySQLOpsRequestSpec

type ProxySQLOpsRequestSpec struct {
	// Specifies the ProxySQL reference
	ProxyRef core.LocalObjectReference `json:"proxyRef"`
	// Specifies the ops request type: Upgrade, HorizontalScaling, VerticalScaling etc.
	Type ProxySQLOpsRequestType `json:"type"`
	// Specifies information necessary for upgrading ProxySQL
	UpdateVersion *ProxySQLUpdateVersionSpec `json:"updateVersion,omitempty"`
	// Specifies information necessary for horizontal scaling
	HorizontalScaling *ProxySQLHorizontalScalingSpec `json:"horizontalScaling,omitempty"`
	// Specifies information necessary for vertical scaling
	VerticalScaling *ProxySQLVerticalScalingSpec `json:"verticalScaling,omitempty"`
	// Specifies information necessary for custom configuration of ProxySQL
	Configuration *ProxySQLCustomConfigurationSpec `json:"configuration,omitempty"`
	// Specifies information necessary for configuring TLS
	TLS *TLSSpec `json:"tls,omitempty"`
	// Specifies information necessary for restarting database
	Restart *RestartSpec `json:"restart,omitempty"`
	// Timeout for each step of the ops request in second. If a step doesn't finish within the specified timeout, the ops request will result in failure.
	Timeout *metav1.Duration `json:"timeout,omitempty"`
	// ApplyOption is to control the execution of OpsRequest depending on the database state.
	// +kubebuilder:default="IfReady"
	Apply ApplyOption `json:"apply,omitempty"`
}

ProxySQLOpsRequestSpec is the spec for ProxySQLOpsRequest

func (*ProxySQLOpsRequestSpec) DeepCopy

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

func (*ProxySQLOpsRequestSpec) DeepCopyInto

func (in *ProxySQLOpsRequestSpec) DeepCopyInto(out *ProxySQLOpsRequestSpec)

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

type ProxySQLOpsRequestType added in v0.29.0

type ProxySQLOpsRequestType string

+kubebuilder:validation:Enum=UpdateVersion;HorizontalScaling;VerticalScaling;Restart;Reconfigure;ReconfigureTLS ENUM(UpdateVersion, HorizontalScaling, VerticalScaling, Restart, Reconfigure, ReconfigureTLS)

const (
	// ProxySQLOpsRequestTypeUpdateVersion is a ProxySQLOpsRequestType of type UpdateVersion.
	ProxySQLOpsRequestTypeUpdateVersion ProxySQLOpsRequestType = "UpdateVersion"
	// ProxySQLOpsRequestTypeHorizontalScaling is a ProxySQLOpsRequestType of type HorizontalScaling.
	ProxySQLOpsRequestTypeHorizontalScaling ProxySQLOpsRequestType = "HorizontalScaling"
	// ProxySQLOpsRequestTypeVerticalScaling is a ProxySQLOpsRequestType of type VerticalScaling.
	ProxySQLOpsRequestTypeVerticalScaling ProxySQLOpsRequestType = "VerticalScaling"
	// ProxySQLOpsRequestTypeRestart is a ProxySQLOpsRequestType of type Restart.
	ProxySQLOpsRequestTypeRestart ProxySQLOpsRequestType = "Restart"
	// ProxySQLOpsRequestTypeReconfigure is a ProxySQLOpsRequestType of type Reconfigure.
	ProxySQLOpsRequestTypeReconfigure ProxySQLOpsRequestType = "Reconfigure"
	// ProxySQLOpsRequestTypeReconfigureTLS is a ProxySQLOpsRequestType of type ReconfigureTLS.
	ProxySQLOpsRequestTypeReconfigureTLS ProxySQLOpsRequestType = "ReconfigureTLS"
)

func MustParseProxySQLOpsRequestType added in v0.33.0

func MustParseProxySQLOpsRequestType(name string) ProxySQLOpsRequestType

MustParseProxySQLOpsRequestType converts a string to a ProxySQLOpsRequestType, and panics if is not valid.

func ParseProxySQLOpsRequestType added in v0.33.0

func ParseProxySQLOpsRequestType(name string) (ProxySQLOpsRequestType, error)

ParseProxySQLOpsRequestType attempts to convert a string to a ProxySQLOpsRequestType.

func ProxySQLOpsRequestTypeValues added in v0.33.0

func ProxySQLOpsRequestTypeValues() []ProxySQLOpsRequestType

ProxySQLOpsRequestTypeValues returns a list of the values for ProxySQLOpsRequestType

func (ProxySQLOpsRequestType) IsValid added in v0.33.0

func (x ProxySQLOpsRequestType) IsValid() bool

IsValid provides a quick way to determine if the typed value is part of the allowed enumerated values

func (ProxySQLOpsRequestType) String added in v0.33.0

func (x ProxySQLOpsRequestType) String() string

String implements the Stringer interface.

type ProxySQLReplicaReadinessCriteria

type ProxySQLReplicaReadinessCriteria struct{}

ProxySQLReplicaReadinessCriteria is the criteria for checking readiness of a ProxySQL pod after updating, horizontal scaling etc.

func (*ProxySQLReplicaReadinessCriteria) DeepCopy

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

func (*ProxySQLReplicaReadinessCriteria) DeepCopyInto

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

type ProxySQLUpdateVersionSpec added in v0.33.0

type ProxySQLUpdateVersionSpec struct {
	// Specifies the target version name from catalog
	TargetVersion     string                            `json:"targetVersion,omitempty"`
	ReadinessCriteria *ProxySQLReplicaReadinessCriteria `json:"readinessCriteria,omitempty"`
}

func (*ProxySQLUpdateVersionSpec) DeepCopy added in v0.33.0

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

func (*ProxySQLUpdateVersionSpec) DeepCopyInto added in v0.33.0

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

type ProxySQLVerticalScalingSpec

type ProxySQLVerticalScalingSpec struct {
	ProxySQL *PodResources `json:"proxysql,omitempty"`
}

ProxySQLVerticalScalingSpec is the spec for ProxySQL vertical scaling

func (*ProxySQLVerticalScalingSpec) DeepCopy

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

func (*ProxySQLVerticalScalingSpec) DeepCopyInto

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

type RedisCustomConfigurationSpec

type RedisCustomConfigurationSpec struct {
	// PodTemplate is an optional configuration for pods used to expose database
	// +optional
	PodTemplate        ofst.PodTemplateSpec       `json:"podTemplate,omitempty"`
	ConfigSecret       *core.LocalObjectReference `json:"configSecret,omitempty"`
	InlineConfig       string                     `json:"inlineConfig,omitempty"`
	RemoveCustomConfig bool                       `json:"removeCustomConfig,omitempty"`
}

func (*RedisCustomConfigurationSpec) DeepCopy

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

func (*RedisCustomConfigurationSpec) DeepCopyInto

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

type RedisHorizontalScalingSpec

type RedisHorizontalScalingSpec struct {
	// Number of Masters in the cluster
	Master *int32 `json:"master,omitempty"`
	// specifies the number of replica for the master
	Replicas *int32 `json:"replicas,omitempty"`
}

func (*RedisHorizontalScalingSpec) DeepCopy

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

func (*RedisHorizontalScalingSpec) DeepCopyInto

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

type RedisOpsRequest

type RedisOpsRequest struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RedisOpsRequestSpec `json:"spec,omitempty"`
	Status            OpsRequestStatus    `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:resource:path=redisopsrequests,singular=redisopsrequest,shortName=rdops,categories={datastore,kubedb,appscode} +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Type",type="string",JSONPath=".spec.type" +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.phase" +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

func (RedisOpsRequest) CustomResourceDefinition

func (r RedisOpsRequest) CustomResourceDefinition() *apiextensions.CustomResourceDefinition

func (*RedisOpsRequest) DeepCopy

func (in *RedisOpsRequest) DeepCopy() *RedisOpsRequest

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

func (*RedisOpsRequest) DeepCopyInto

func (in *RedisOpsRequest) DeepCopyInto(out *RedisOpsRequest)

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

func (*RedisOpsRequest) DeepCopyObject

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

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

func (*RedisOpsRequest) GetDBRefName added in v0.28.1

func (r *RedisOpsRequest) GetDBRefName() string

func (*RedisOpsRequest) GetObjectMeta added in v0.28.1

func (r *RedisOpsRequest) GetObjectMeta() metav1.ObjectMeta

func (*RedisOpsRequest) GetRequestType added in v0.28.1

func (r *RedisOpsRequest) GetRequestType() any

func (*RedisOpsRequest) GetStatus added in v0.28.1

func (r *RedisOpsRequest) GetStatus() OpsRequestStatus

func (RedisOpsRequest) ResourceFQN added in v0.16.0

func (r RedisOpsRequest) ResourceFQN() string

func (RedisOpsRequest) ResourceKind

func (r RedisOpsRequest) ResourceKind() string

func (RedisOpsRequest) ResourcePlural

func (r RedisOpsRequest) ResourcePlural() string

func (RedisOpsRequest) ResourceShortCode

func (r RedisOpsRequest) ResourceShortCode() string

func (RedisOpsRequest) ResourceSingular

func (r RedisOpsRequest) ResourceSingular() string

func (*RedisOpsRequest) SetStatus added in v0.28.1

func (r *RedisOpsRequest) SetStatus(s OpsRequestStatus)

func (RedisOpsRequest) ValidateSpecs

func (r RedisOpsRequest) ValidateSpecs() error

type RedisOpsRequestList

type RedisOpsRequestList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of RedisOpsRequest CRD objects
	Items []RedisOpsRequest `json:"items,omitempty"`
}

RedisOpsRequestList is a list of RedisOpsRequests

func (*RedisOpsRequestList) DeepCopy

func (in *RedisOpsRequestList) DeepCopy() *RedisOpsRequestList

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

func (*RedisOpsRequestList) DeepCopyInto

func (in *RedisOpsRequestList) DeepCopyInto(out *RedisOpsRequestList)

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

func (*RedisOpsRequestList) DeepCopyObject

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

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

type RedisOpsRequestSpec

type RedisOpsRequestSpec struct {
	// Specifies the Redis reference
	DatabaseRef core.LocalObjectReference `json:"databaseRef"`
	// Specifies the ops request type: Upgrade, HorizontalScaling, VerticalScaling etc.
	Type RedisOpsRequestType `json:"type"`
	// Specifies information necessary for upgrading Redis
	UpdateVersion *RedisUpdateVersionSpec `json:"updateVersion,omitempty"`
	// Specifies information necessary for horizontal scaling
	HorizontalScaling *RedisHorizontalScalingSpec `json:"horizontalScaling,omitempty"`
	// Specifies information necessary for vertical scaling
	VerticalScaling *RedisVerticalScalingSpec `json:"verticalScaling,omitempty"`
	// Specifies information necessary for volume expansion
	VolumeExpansion *RedisVolumeExpansionSpec `json:"volumeExpansion,omitempty"`
	// Specifies information necessary for custom configuration of Redis
	Configuration *RedisCustomConfigurationSpec `json:"configuration,omitempty"`
	// Specifies information necessary for configuring TLS
	TLS *RedisTLSSpec `json:"tls,omitempty"`
	// Specifies information necessary for restarting database
	Restart *RestartSpec `json:"restart,omitempty"`
	// Specifies information necessary for replacing sentinel instances
	Sentinel *RedisSentinelSpec `json:"sentinel,omitempty"`
	// Timeout for each step of the ops request in second. If a step doesn't finish within the specified timeout, the ops request will result in failure.
	Timeout *metav1.Duration `json:"timeout,omitempty"`
	// ApplyOption is to control the execution of OpsRequest depending on the database state.
	// +kubebuilder:default="IfReady"
	Apply ApplyOption `json:"apply,omitempty"`
}

RedisOpsRequestSpec is the spec for RedisOpsRequest

func (*RedisOpsRequestSpec) DeepCopy

func (in *RedisOpsRequestSpec) DeepCopy() *RedisOpsRequestSpec

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

func (*RedisOpsRequestSpec) DeepCopyInto

func (in *RedisOpsRequestSpec) DeepCopyInto(out *RedisOpsRequestSpec)

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

type RedisOpsRequestType added in v0.29.0

type RedisOpsRequestType string

+kubebuilder:validation:Enum=UpdateVersion;HorizontalScaling;VerticalScaling;VolumeExpansion;Restart;Reconfigure;ReconfigureTLS;ReplaceSentinel ENUM(UpdateVersion, HorizontalScaling, VerticalScaling, VolumeExpansion, Restart, Reconfigure, ReconfigureTLS, ReplaceSentinel)

const (
	// RedisOpsRequestTypeUpdateVersion is a RedisOpsRequestType of type UpdateVersion.
	RedisOpsRequestTypeUpdateVersion RedisOpsRequestType = "UpdateVersion"
	// RedisOpsRequestTypeHorizontalScaling is a RedisOpsRequestType of type HorizontalScaling.
	RedisOpsRequestTypeHorizontalScaling RedisOpsRequestType = "HorizontalScaling"
	// RedisOpsRequestTypeVerticalScaling is a RedisOpsRequestType of type VerticalScaling.
	RedisOpsRequestTypeVerticalScaling RedisOpsRequestType = "VerticalScaling"
	// RedisOpsRequestTypeVolumeExpansion is a RedisOpsRequestType of type VolumeExpansion.
	RedisOpsRequestTypeVolumeExpansion RedisOpsRequestType = "VolumeExpansion"
	// RedisOpsRequestTypeRestart is a RedisOpsRequestType of type Restart.
	RedisOpsRequestTypeRestart RedisOpsRequestType = "Restart"
	// RedisOpsRequestTypeReconfigure is a RedisOpsRequestType of type Reconfigure.
	RedisOpsRequestTypeReconfigure RedisOpsRequestType = "Reconfigure"
	// RedisOpsRequestTypeReconfigureTLS is a RedisOpsRequestType of type ReconfigureTLS.
	RedisOpsRequestTypeReconfigureTLS RedisOpsRequestType = "ReconfigureTLS"
	// RedisOpsRequestTypeReplaceSentinel is a RedisOpsRequestType of type ReplaceSentinel.
	RedisOpsRequestTypeReplaceSentinel RedisOpsRequestType = "ReplaceSentinel"
)

func MustParseRedisOpsRequestType added in v0.33.0

func MustParseRedisOpsRequestType(name string) RedisOpsRequestType

MustParseRedisOpsRequestType converts a string to a RedisOpsRequestType, and panics if is not valid.

func ParseRedisOpsRequestType added in v0.33.0

func ParseRedisOpsRequestType(name string) (RedisOpsRequestType, error)

ParseRedisOpsRequestType attempts to convert a string to a RedisOpsRequestType.

func RedisOpsRequestTypeValues added in v0.33.0

func RedisOpsRequestTypeValues() []RedisOpsRequestType

RedisOpsRequestTypeValues returns a list of the values for RedisOpsRequestType

func (RedisOpsRequestType) IsValid added in v0.33.0

func (x RedisOpsRequestType) IsValid() bool

IsValid provides a quick way to determine if the typed value is part of the allowed enumerated values

func (RedisOpsRequestType) String added in v0.33.0

func (x RedisOpsRequestType) String() string

String implements the Stringer interface.

type RedisReplicaReadinessCriteria

type RedisReplicaReadinessCriteria struct{}

RedisReplicaReadinessCriteria is the criteria for checking readiness of a Redis pod after updating, horizontal scaling etc.

func (*RedisReplicaReadinessCriteria) DeepCopy

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

func (*RedisReplicaReadinessCriteria) DeepCopyInto

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

type RedisSentinelCustomConfigurationSpec added in v0.29.0

type RedisSentinelCustomConfigurationSpec struct {
	// PodTemplate is an optional configuration for pods used to expose database
	// +optional
	PodTemplate        ofst.PodTemplateSpec       `json:"podTemplate,omitempty"`
	ConfigSecret       *core.LocalObjectReference `json:"configSecret,omitempty"`
	InlineConfig       string                     `json:"inlineConfig,omitempty"`
	RemoveCustomConfig bool                       `json:"removeCustomConfig,omitempty"`
}

func (*RedisSentinelCustomConfigurationSpec) DeepCopy added in v0.29.0

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

func (*RedisSentinelCustomConfigurationSpec) DeepCopyInto added in v0.29.0

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

type RedisSentinelHorizontalScalingSpec added in v0.29.0

type RedisSentinelHorizontalScalingSpec struct {
	// specifies the number of replica for the master
	Replicas *int32 `json:"replicas,omitempty"`
}

func (*RedisSentinelHorizontalScalingSpec) DeepCopy added in v0.29.0

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

func (*RedisSentinelHorizontalScalingSpec) DeepCopyInto added in v0.29.0

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

type RedisSentinelOpsRequest added in v0.29.0

type RedisSentinelOpsRequest struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RedisSentinelOpsRequestSpec `json:"spec,omitempty"`
	Status            OpsRequestStatus            `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:resource:path=redissentinelopsrequests,singular=redissentinelopsrequest,shortName=rdsops,categories={datastore,kubedb,appscode} +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Type",type="string",JSONPath=".spec.type" +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.phase" +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

func (RedisSentinelOpsRequest) CustomResourceDefinition added in v0.29.0

func (r RedisSentinelOpsRequest) CustomResourceDefinition() *apiextensions.CustomResourceDefinition

func (*RedisSentinelOpsRequest) DeepCopy added in v0.29.0

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

func (*RedisSentinelOpsRequest) DeepCopyInto added in v0.29.0

func (in *RedisSentinelOpsRequest) DeepCopyInto(out *RedisSentinelOpsRequest)

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

func (*RedisSentinelOpsRequest) DeepCopyObject added in v0.29.0

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

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

func (*RedisSentinelOpsRequest) GetDBRefName added in v0.29.0

func (r *RedisSentinelOpsRequest) GetDBRefName() string

func (*RedisSentinelOpsRequest) GetObjectMeta added in v0.29.0

func (r *RedisSentinelOpsRequest) GetObjectMeta() metav1.ObjectMeta

func (*RedisSentinelOpsRequest) GetRequestType added in v0.29.0

func (r *RedisSentinelOpsRequest) GetRequestType() any

func (*RedisSentinelOpsRequest) GetStatus added in v0.29.0

func (RedisSentinelOpsRequest) ResourceFQN added in v0.29.0

func (r RedisSentinelOpsRequest) ResourceFQN() string

func (RedisSentinelOpsRequest) ResourceKind added in v0.29.0

func (r RedisSentinelOpsRequest) ResourceKind() string

func (RedisSentinelOpsRequest) ResourcePlural added in v0.29.0

func (r RedisSentinelOpsRequest) ResourcePlural() string

func (RedisSentinelOpsRequest) ResourceShortCode added in v0.29.0

func (r RedisSentinelOpsRequest) ResourceShortCode() string

func (RedisSentinelOpsRequest) ResourceSingular added in v0.29.0

func (r RedisSentinelOpsRequest) ResourceSingular() string

func (*RedisSentinelOpsRequest) SetStatus added in v0.29.0

func (r *RedisSentinelOpsRequest) SetStatus(s OpsRequestStatus)

func (RedisSentinelOpsRequest) ValidateSpecs added in v0.29.0

func (r RedisSentinelOpsRequest) ValidateSpecs() error

type RedisSentinelOpsRequestList added in v0.29.0

type RedisSentinelOpsRequestList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of RedisSentinelOpsRequest CRD objects
	Items []RedisSentinelOpsRequest `json:"items,omitempty"`
}

RedisSentinelOpsRequestList is a list of RedisSentinelOpsRequests

func (*RedisSentinelOpsRequestList) DeepCopy added in v0.29.0

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

func (*RedisSentinelOpsRequestList) DeepCopyInto added in v0.29.0

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

func (*RedisSentinelOpsRequestList) DeepCopyObject added in v0.29.0

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

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

type RedisSentinelOpsRequestSpec added in v0.29.0

type RedisSentinelOpsRequestSpec struct {
	// Specifies the RedisSentinel reference
	DatabaseRef core.LocalObjectReference `json:"databaseRef"`
	// Specifies the ops request type: Upgrade, HorizontalScaling, VerticalScaling etc.
	Type RedisSentinelOpsRequestType `json:"type"`
	// Specifies information necessary for upgrading RedisSentinel
	UpdateVersion *RedisSentinelUpdateVersionSpec `json:"updateVersion,omitempty"`
	// Specifies information necessary for horizontal scaling
	HorizontalScaling *RedisSentinelHorizontalScalingSpec `json:"horizontalScaling,omitempty"`
	// Specifies information necessary for vertical scaling
	VerticalScaling *RedisSentinelVerticalScalingSpec `json:"verticalScaling,omitempty"`
	// Specifies information necessary for custom configuration of RedisSentinel
	Configuration *RedisSentinelCustomConfigurationSpec `json:"configuration,omitempty"`
	// Specifies information necessary for configuring TLS
	TLS *TLSSpec `json:"tls,omitempty"`
	// Specifies information necessary for restarting database
	Restart *RestartSpec `json:"restart,omitempty"`
	// Timeout for each step of the ops request in second. If a step doesn't finish within the specified timeout, the ops request will result in failure.
	Timeout *metav1.Duration `json:"timeout,omitempty"`
	// ApplyOption is to control the execution of OpsRequest depending on the database state.
	// +kubebuilder:default="IfReady"
	Apply ApplyOption `json:"apply,omitempty"`
}

RedisSentinelOpsRequestSpec is the spec for RedisSentinelOpsRequest

func (*RedisSentinelOpsRequestSpec) DeepCopy added in v0.29.0

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

func (*RedisSentinelOpsRequestSpec) DeepCopyInto added in v0.29.0

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

type RedisSentinelOpsRequestType added in v0.29.0

type RedisSentinelOpsRequestType string

+kubebuilder:validation:Enum=UpdateVersion;HorizontalScaling;VerticalScaling;Restart;Reconfigure;ReconfigureTLS ENUM(UpdateVersion, HorizontalScaling, VerticalScaling, Restart, Reconfigure, ReconfigureTLS)

const (
	// RedisSentinelOpsRequestTypeUpdateVersion is a RedisSentinelOpsRequestType of type UpdateVersion.
	RedisSentinelOpsRequestTypeUpdateVersion RedisSentinelOpsRequestType = "UpdateVersion"
	// RedisSentinelOpsRequestTypeHorizontalScaling is a RedisSentinelOpsRequestType of type HorizontalScaling.
	RedisSentinelOpsRequestTypeHorizontalScaling RedisSentinelOpsRequestType = "HorizontalScaling"
	// RedisSentinelOpsRequestTypeVerticalScaling is a RedisSentinelOpsRequestType of type VerticalScaling.
	RedisSentinelOpsRequestTypeVerticalScaling RedisSentinelOpsRequestType = "VerticalScaling"
	// RedisSentinelOpsRequestTypeRestart is a RedisSentinelOpsRequestType of type Restart.
	RedisSentinelOpsRequestTypeRestart RedisSentinelOpsRequestType = "Restart"
	// RedisSentinelOpsRequestTypeReconfigure is a RedisSentinelOpsRequestType of type Reconfigure.
	RedisSentinelOpsRequestTypeReconfigure RedisSentinelOpsRequestType = "Reconfigure"
	// RedisSentinelOpsRequestTypeReconfigureTLS is a RedisSentinelOpsRequestType of type ReconfigureTLS.
	RedisSentinelOpsRequestTypeReconfigureTLS RedisSentinelOpsRequestType = "ReconfigureTLS"
)

func MustParseRedisSentinelOpsRequestType added in v0.33.0

func MustParseRedisSentinelOpsRequestType(name string) RedisSentinelOpsRequestType

MustParseRedisSentinelOpsRequestType converts a string to a RedisSentinelOpsRequestType, and panics if is not valid.

func ParseRedisSentinelOpsRequestType added in v0.33.0

func ParseRedisSentinelOpsRequestType(name string) (RedisSentinelOpsRequestType, error)

ParseRedisSentinelOpsRequestType attempts to convert a string to a RedisSentinelOpsRequestType.

func RedisSentinelOpsRequestTypeValues added in v0.33.0

func RedisSentinelOpsRequestTypeValues() []RedisSentinelOpsRequestType

RedisSentinelOpsRequestTypeValues returns a list of the values for RedisSentinelOpsRequestType

func (RedisSentinelOpsRequestType) IsValid added in v0.33.0

func (x RedisSentinelOpsRequestType) IsValid() bool

IsValid provides a quick way to determine if the typed value is part of the allowed enumerated values

func (RedisSentinelOpsRequestType) String added in v0.33.0

String implements the Stringer interface.

type RedisSentinelRef added in v0.29.0

type RedisSentinelRef struct {
	// Name of the refereed sentinel
	Name string `json:"name,omitempty"`

	// Namespace where refereed sentinel has been deployed
	Namespace string `json:"namespace,omitempty"`
}

func (*RedisSentinelRef) DeepCopy added in v0.29.0

func (in *RedisSentinelRef) DeepCopy() *RedisSentinelRef

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

func (*RedisSentinelRef) DeepCopyInto added in v0.29.0

func (in *RedisSentinelRef) DeepCopyInto(out *RedisSentinelRef)

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

type RedisSentinelReplicaReadinessCriteria added in v0.29.0

type RedisSentinelReplicaReadinessCriteria struct{}

RedisSentinelReplicaReadinessCriteria is the criteria for checking readiness of a RedisSentinel pod after updating, horizontal scaling etc.

func (*RedisSentinelReplicaReadinessCriteria) DeepCopy added in v0.29.0

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

func (*RedisSentinelReplicaReadinessCriteria) DeepCopyInto added in v0.29.0

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

type RedisSentinelSpec added in v0.29.0

type RedisSentinelSpec struct {
	// Sentinel Ref for new Sentinel which will replace the old sentinel
	Ref *RedisSentinelRef `json:"ref"`
	// +optional
	RemoveUnusedSentinel bool `json:"removeUnusedSentinel,omitempty"`
}

func (*RedisSentinelSpec) DeepCopy added in v0.29.0

func (in *RedisSentinelSpec) DeepCopy() *RedisSentinelSpec

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

func (*RedisSentinelSpec) DeepCopyInto added in v0.29.0

func (in *RedisSentinelSpec) DeepCopyInto(out *RedisSentinelSpec)

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

type RedisSentinelUpdateVersionSpec added in v0.33.0

type RedisSentinelUpdateVersionSpec struct {
	// Specifies the target version name from catalog
	TargetVersion     string                                 `json:"targetVersion,omitempty"`
	ReadinessCriteria *RedisSentinelReplicaReadinessCriteria `json:"readinessCriteria,omitempty"`
}

func (*RedisSentinelUpdateVersionSpec) DeepCopy added in v0.33.0

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

func (*RedisSentinelUpdateVersionSpec) DeepCopyInto added in v0.33.0

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

type RedisSentinelVerticalScalingSpec added in v0.29.0

type RedisSentinelVerticalScalingSpec struct {
	RedisSentinel *PodResources       `json:"redissentinel,omitempty"`
	Exporter      *ContainerResources `json:"exporter,omitempty"`
	Coordinator   *ContainerResources `json:"coordinator,omitempty"`
}

RedisSentinelVerticalScalingSpec is the spec for RedisSentinel vertical scaling

func (*RedisSentinelVerticalScalingSpec) DeepCopy added in v0.29.0

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

func (*RedisSentinelVerticalScalingSpec) DeepCopyInto added in v0.29.0

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

type RedisSentinelVolumeExpansionSpec added in v0.29.0

type RedisSentinelVolumeExpansionSpec struct {
	Mode          VolumeExpansionMode `json:"mode"`
	RedisSentinel *resource.Quantity  `json:"redissentinel,omitempty"`
}

RedisSentinelVolumeExpansionSpec is the spec for RedisSentinel volume expansion

func (*RedisSentinelVolumeExpansionSpec) DeepCopy added in v0.29.0

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

func (*RedisSentinelVolumeExpansionSpec) DeepCopyInto added in v0.29.0

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

type RedisTLSSpec added in v0.29.0

type RedisTLSSpec struct {
	*TLSSpec `json:",inline"`
	// This field is only needed in Redis Sentinel Mode when we add or remove TLS. In Redis Sentinel Mode, both redis instances and
	// sentinel instances either have TLS or don't have TLS. So when want to add TLS to Redis in Sentinel Mode, current sentinel instances don't
	// have TLS enabled, so we need to give a new Sentinel Reference which has TLS enabled and which will monitor the Redis instances when we
	// add TLS to it
	// +optional
	Sentinel *RedisSentinelSpec `json:"sentinel,omitempty"`
}

func (*RedisTLSSpec) DeepCopy added in v0.29.0

func (in *RedisTLSSpec) DeepCopy() *RedisTLSSpec

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

func (*RedisTLSSpec) DeepCopyInto added in v0.29.0

func (in *RedisTLSSpec) DeepCopyInto(out *RedisTLSSpec)

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

type RedisUpdateVersionSpec added in v0.33.0

type RedisUpdateVersionSpec struct {
	// Specifies the target version name from catalog
	TargetVersion     string                         `json:"targetVersion,omitempty"`
	ReadinessCriteria *RedisReplicaReadinessCriteria `json:"readinessCriteria,omitempty"`
}

func (*RedisUpdateVersionSpec) DeepCopy added in v0.33.0

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

func (*RedisUpdateVersionSpec) DeepCopyInto added in v0.33.0

func (in *RedisUpdateVersionSpec) DeepCopyInto(out *RedisUpdateVersionSpec)

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

type RedisVerticalScalingSpec

type RedisVerticalScalingSpec struct {
	Redis       *PodResources       `json:"redis,omitempty"`
	Exporter    *ContainerResources `json:"exporter,omitempty"`
	Coordinator *ContainerResources `json:"coordinator,omitempty"`
}

RedisVerticalScalingSpec is the spec for Redis vertical scaling

func (*RedisVerticalScalingSpec) DeepCopy

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

func (*RedisVerticalScalingSpec) DeepCopyInto

func (in *RedisVerticalScalingSpec) DeepCopyInto(out *RedisVerticalScalingSpec)

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

type RedisVolumeExpansionSpec

type RedisVolumeExpansionSpec struct {
	Mode  VolumeExpansionMode `json:"mode"`
	Redis *resource.Quantity  `json:"redis,omitempty"`
}

RedisVolumeExpansionSpec is the spec for Redis volume expansion

func (*RedisVolumeExpansionSpec) DeepCopy

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

func (*RedisVolumeExpansionSpec) DeepCopyInto

func (in *RedisVolumeExpansionSpec) DeepCopyInto(out *RedisVolumeExpansionSpec)

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

type Reprovision added in v0.25.0

type Reprovision struct{}

func (*Reprovision) DeepCopy added in v0.25.0

func (in *Reprovision) DeepCopy() *Reprovision

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

func (*Reprovision) DeepCopyInto added in v0.25.0

func (in *Reprovision) DeepCopyInto(out *Reprovision)

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

type RestartSpec

type RestartSpec struct{}

func (*RestartSpec) DeepCopy

func (in *RestartSpec) DeepCopy() *RestartSpec

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

func (*RestartSpec) DeepCopyInto

func (in *RestartSpec) DeepCopyInto(out *RestartSpec)

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

type TLSSpec

type TLSSpec struct {
	// TLSConfig contains updated tls configurations for client and server.
	// +optional
	kmapi.TLSConfig `json:",inline,omitempty"`

	// RotateCertificates tells operator to initiate certificate rotation
	// +optional
	RotateCertificates bool `json:"rotateCertificates,omitempty"`

	// Remove tells operator to remove TLS configuration
	// +optional
	Remove bool `json:"remove,omitempty"`
}

func (*TLSSpec) DeepCopy

func (in *TLSSpec) DeepCopy() *TLSSpec

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

func (*TLSSpec) DeepCopyInto

func (in *TLSSpec) DeepCopyInto(out *TLSSpec)

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

type Topology added in v0.39.0

type Topology struct {
	Key   string `json:"key"`
	Value string `json:"value"`
}

Topology is the spec for placement of pods onto nodes

func (*Topology) DeepCopy added in v0.39.0

func (in *Topology) DeepCopy() *Topology

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

func (*Topology) DeepCopyInto added in v0.39.0

func (in *Topology) DeepCopyInto(out *Topology)

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

type VolumeExpansionMode added in v0.22.0

type VolumeExpansionMode string

+kubebuilder:validation:Enum=Offline;Online

const (
	// used to define a Online volume expansion mode
	VolumeExpansionModeOnline VolumeExpansionMode = "Online"
	// used to define a Offline volume expansion mode
	VolumeExpansionModeOffline VolumeExpansionMode = "Offline"
)

Jump to

Keyboard shortcuts

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