Documentation ¶
Overview ¶
Package v1beta1 contains API Schema definitions for the asdb v1beta1 API group +kubebuilder:object:generate=true +groupName=asdb.aerospike.com
Index ¶
- Variables
- type AerospikeAccessControlSpec
- type AerospikeBackup
- func (in *AerospikeBackup) DeepCopy() *AerospikeBackup
- func (in *AerospikeBackup) DeepCopyInto(out *AerospikeBackup)
- func (in *AerospikeBackup) DeepCopyObject() runtime.Object
- func (r *AerospikeBackup) Default()
- func (r *AerospikeBackup) NamePrefix() string
- func (r *AerospikeBackup) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *AerospikeBackup) ValidateCreate() (admission.Warnings, error)
- func (r *AerospikeBackup) ValidateDelete() (admission.Warnings, error)
- func (r *AerospikeBackup) ValidateUpdate(old runtime.Object) (admission.Warnings, error)
- type AerospikeBackupList
- type AerospikeBackupService
- func (in *AerospikeBackupService) DeepCopy() *AerospikeBackupService
- func (in *AerospikeBackupService) DeepCopyInto(out *AerospikeBackupService)
- func (in *AerospikeBackupService) DeepCopyObject() runtime.Object
- func (r *AerospikeBackupService) Default()
- func (r *AerospikeBackupService) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *AerospikeBackupService) ValidateCreate() (admission.Warnings, error)
- func (r *AerospikeBackupService) ValidateDelete() (admission.Warnings, error)
- func (r *AerospikeBackupService) ValidateUpdate(_ runtime.Object) (admission.Warnings, error)
- type AerospikeBackupServiceList
- type AerospikeBackupServicePhase
- type AerospikeBackupServiceSpec
- type AerospikeBackupServiceStatus
- type AerospikeBackupSpec
- type AerospikeBackupStatus
- type AerospikeCertPathInOperatorSource
- type AerospikeClientAdminPolicy
- type AerospikeCluster
- type AerospikeClusterList
- type AerospikeClusterSpec
- type AerospikeClusterStatus
- type AerospikeClusterStatusSpec
- type AerospikeConfigSpec
- type AerospikeContainerSpec
- type AerospikeInitContainerSpec
- type AerospikeInstanceSummary
- type AerospikeNetworkPolicy
- type AerospikeNetworkType
- type AerospikeObjectMeta
- type AerospikeOperatorCertSource
- type AerospikeOperatorClientCertSpec
- type AerospikePersistentVolumePolicySpec
- type AerospikePodSpec
- type AerospikePodStatus
- type AerospikeRestore
- func (in *AerospikeRestore) DeepCopy() *AerospikeRestore
- func (in *AerospikeRestore) DeepCopyInto(out *AerospikeRestore)
- func (in *AerospikeRestore) DeepCopyObject() runtime.Object
- func (r *AerospikeRestore) Default()
- func (r *AerospikeRestore) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *AerospikeRestore) ValidateCreate() (admission.Warnings, error)
- func (r *AerospikeRestore) ValidateDelete() (admission.Warnings, error)
- func (r *AerospikeRestore) ValidateUpdate(old runtime.Object) (admission.Warnings, error)
- type AerospikeRestoreList
- type AerospikeRestorePhase
- type AerospikeRestoreSpec
- type AerospikeRestoreStatus
- type AerospikeRoleSpec
- type AerospikeSecretCertSource
- type AerospikeServerVolumeAttachment
- type AerospikeStorageSpec
- type AerospikeUserSpec
- type AerospikeVolumeMethod
- type AttachmentOptions
- type BackupService
- type CaCertsSource
- type LoadBalancerSpec
- type MountOptions
- type OnDemandBackupSpec
- type PersistentVolumeSpec
- type Rack
- type RackConfig
- type RackPodSpec
- type RestoreType
- type SchedulingPolicy
- type SecretMount
- type SeedsFinderServices
- type Service
- type ValidationPolicySpec
- type VolumeAttachment
- type VolumeSource
- type VolumeSpec
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "asdb.aerospike.com", Version: "v1beta1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type AerospikeAccessControlSpec ¶
type AerospikeAccessControlSpec struct { AdminPolicy *AerospikeClientAdminPolicy `json:"adminPolicy,omitempty"` // Roles is the set of roles to allow on the Aerospike cluster. // +patchMergeKey=name // +patchStrategy=merge // +listType=map // +listMapKey=name Roles []AerospikeRoleSpec `json:"roles,omitempty" patchStrategy:"merge" patchMergeKey:"name"` // Users is the set of users to allow on the Aerospike cluster. // +patchMergeKey=name // +patchStrategy=merge // +listType=map // +listMapKey=name Users []AerospikeUserSpec `json:"users" patchStrategy:"merge" patchMergeKey:"name"` }
AerospikeAccessControlSpec specifies the roles and users to set up on the database fo access control.
func (*AerospikeAccessControlSpec) DeepCopy ¶
func (in *AerospikeAccessControlSpec) DeepCopy() *AerospikeAccessControlSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeAccessControlSpec.
func (*AerospikeAccessControlSpec) DeepCopyInto ¶
func (in *AerospikeAccessControlSpec) DeepCopyInto(out *AerospikeAccessControlSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeBackup ¶
type AerospikeBackup struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AerospikeBackupSpec `json:"spec,omitempty"` Status AerospikeBackupStatus `json:"status,omitempty"` }
AerospikeBackup is the Schema for the aerospikebackup API
func (*AerospikeBackup) DeepCopy ¶
func (in *AerospikeBackup) DeepCopy() *AerospikeBackup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeBackup.
func (*AerospikeBackup) DeepCopyInto ¶
func (in *AerospikeBackup) DeepCopyInto(out *AerospikeBackup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AerospikeBackup) DeepCopyObject ¶
func (in *AerospikeBackup) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AerospikeBackup) Default ¶
func (r *AerospikeBackup) Default()
Default implements webhook.Defaulter so a webhook will be registered for the type
func (*AerospikeBackup) NamePrefix ¶
func (r *AerospikeBackup) NamePrefix() string
func (*AerospikeBackup) SetupWebhookWithManager ¶
func (r *AerospikeBackup) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*AerospikeBackup) ValidateCreate ¶
func (r *AerospikeBackup) ValidateCreate() (admission.Warnings, error)
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*AerospikeBackup) ValidateDelete ¶
func (r *AerospikeBackup) ValidateDelete() (admission.Warnings, error)
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*AerospikeBackup) ValidateUpdate ¶
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type AerospikeBackupList ¶
type AerospikeBackupList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []AerospikeBackup `json:"items"` }
AerospikeBackupList contains a list of AerospikeBackup
func (*AerospikeBackupList) DeepCopy ¶
func (in *AerospikeBackupList) DeepCopy() *AerospikeBackupList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeBackupList.
func (*AerospikeBackupList) DeepCopyInto ¶
func (in *AerospikeBackupList) DeepCopyInto(out *AerospikeBackupList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AerospikeBackupList) DeepCopyObject ¶
func (in *AerospikeBackupList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AerospikeBackupService ¶
type AerospikeBackupService struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AerospikeBackupServiceSpec `json:"spec,omitempty"` Status AerospikeBackupServiceStatus `json:"status,omitempty"` }
AerospikeBackupService is the Schema for the aerospikebackupservices API
func (*AerospikeBackupService) DeepCopy ¶
func (in *AerospikeBackupService) DeepCopy() *AerospikeBackupService
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeBackupService.
func (*AerospikeBackupService) DeepCopyInto ¶
func (in *AerospikeBackupService) DeepCopyInto(out *AerospikeBackupService)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AerospikeBackupService) DeepCopyObject ¶
func (in *AerospikeBackupService) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AerospikeBackupService) Default ¶
func (r *AerospikeBackupService) Default()
Default implements webhook.Defaulter so a webhook will be registered for the type
func (*AerospikeBackupService) SetupWebhookWithManager ¶
func (r *AerospikeBackupService) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*AerospikeBackupService) ValidateCreate ¶
func (r *AerospikeBackupService) ValidateCreate() (admission.Warnings, error)
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*AerospikeBackupService) ValidateDelete ¶
func (r *AerospikeBackupService) ValidateDelete() (admission.Warnings, error)
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*AerospikeBackupService) ValidateUpdate ¶
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type AerospikeBackupServiceList ¶
type AerospikeBackupServiceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []AerospikeBackupService `json:"items"` }
AerospikeBackupServiceList contains a list of AerospikeBackupService
func (*AerospikeBackupServiceList) DeepCopy ¶
func (in *AerospikeBackupServiceList) DeepCopy() *AerospikeBackupServiceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeBackupServiceList.
func (*AerospikeBackupServiceList) DeepCopyInto ¶
func (in *AerospikeBackupServiceList) DeepCopyInto(out *AerospikeBackupServiceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AerospikeBackupServiceList) DeepCopyObject ¶
func (in *AerospikeBackupServiceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AerospikeBackupServicePhase ¶
type AerospikeBackupServicePhase string
+kubebuilder:validation:Enum=InProgress;Completed;Error
const ( // AerospikeBackupServiceInProgress means the AerospikeBackupService CR is being reconciled and operations are // in-progress state. This phase denotes that AerospikeBackupService resources are gradually getting deployed. AerospikeBackupServiceInProgress AerospikeBackupServicePhase = "InProgress" // AerospikeBackupServiceCompleted means the AerospikeBackupService CR has been reconciled. // This phase denotes that the AerospikeBackupService resources have been deployed/upgraded successfully and is // ready to use. AerospikeBackupServiceCompleted AerospikeBackupServicePhase = "Completed" // AerospikeBackupServiceError means the AerospikeBackupService operation is in error state because of some reason // like incorrect backup service config, incorrect image, etc. AerospikeBackupServiceError AerospikeBackupServicePhase = "Error" )
These are the valid phases of Aerospike Backup Service reconcile flow.
type AerospikeBackupServiceSpec ¶
type AerospikeBackupServiceSpec struct { // Image is the image for the backup service. // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Backup Service Image" Image string `json:"image"` // Config is the free form configuration for the backup service in YAML format. // This config is used to start the backup service. The config is passed as a file to the backup service. // It includes: service, backup-policies, storage, secret-agent. // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Backup Service Config" Config runtime.RawExtension `json:"config"` // Resources defines the requests and limits for the backup service container. // Resources.Limits should be more than Resources.Requests. // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Resources" Resources *corev1.ResourceRequirements `json:"resources,omitempty"` // SecretMounts is the list of secret to be mounted in the backup service. // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Backup Service SecretMounts" SecretMounts []SecretMount `json:"secrets,omitempty"` // Service defines the Kubernetes service configuration for the backup service. // It is used to expose the backup service deployment. By default, the service type is ClusterIP. // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="K8s Service" Service *Service `json:"service,omitempty"` }
AerospikeBackupServiceSpec defines the desired state of AerospikeBackupService +k8s:openapi-gen=true
func (*AerospikeBackupServiceSpec) DeepCopy ¶
func (in *AerospikeBackupServiceSpec) DeepCopy() *AerospikeBackupServiceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeBackupServiceSpec.
func (*AerospikeBackupServiceSpec) DeepCopyInto ¶
func (in *AerospikeBackupServiceSpec) DeepCopyInto(out *AerospikeBackupServiceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeBackupServiceStatus ¶
type AerospikeBackupServiceStatus struct { // Image is the image for the backup service. Image string `json:"image,omitempty"` // Config is the free form configuration for the backup service in YAML format. // This config is used to start the backup service. The config is passed as a file to the backup service. // It includes: service, backup-policies, storage, secret-agent. Config runtime.RawExtension `json:"config,omitempty"` // Resources defines the requests and limits for the backup service container. // Resources.Limits should be more than Resources.Requests. Resources *corev1.ResourceRequirements `json:"resources,omitempty"` // SecretMounts is the list of secret to be mounted in the backup service. SecretMounts []SecretMount `json:"secrets,omitempty"` // Service defines the Kubernetes service configuration for the backup service. // It is used to expose the backup service deployment. By default, the service type is ClusterIP. Service *Service `json:"service,omitempty"` // ContextPath is the backup service API context path ContextPath string `json:"contextPath,omitempty"` // Phase denotes Backup service phase Phase AerospikeBackupServicePhase `json:"phase"` // Port is the listening port of backup service Port int32 `json:"port,omitempty"` }
AerospikeBackupServiceStatus defines the observed state of AerospikeBackupService
func (*AerospikeBackupServiceStatus) DeepCopy ¶
func (in *AerospikeBackupServiceStatus) DeepCopy() *AerospikeBackupServiceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeBackupServiceStatus.
func (*AerospikeBackupServiceStatus) DeepCopyInto ¶
func (in *AerospikeBackupServiceStatus) DeepCopyInto(out *AerospikeBackupServiceStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeBackupSpec ¶
type AerospikeBackupSpec struct { // BackupService is the backup service reference i.e. name and namespace. // It is used to communicate to the backup service to trigger backups. This field is immutable // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Backup Service" BackupService BackupService `json:"backupService"` // Config is the free form configuration for the backup in YAML format. // This config is used to trigger backups. It includes: aerospike-cluster, backup-routines. // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Backup Config" Config runtime.RawExtension `json:"config"` // OnDemandBackups is the configuration for on-demand backups. // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="On Demand Backups" // +kubebuilder:validation:MaxItems:=1 OnDemandBackups []OnDemandBackupSpec `json:"onDemandBackups,omitempty"` }
AerospikeBackupSpec defines the desired state of AerospikeBackup for a given AerospikeCluster +k8s:openapi-gen=true
func (*AerospikeBackupSpec) DeepCopy ¶
func (in *AerospikeBackupSpec) DeepCopy() *AerospikeBackupSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeBackupSpec.
func (*AerospikeBackupSpec) DeepCopyInto ¶
func (in *AerospikeBackupSpec) DeepCopyInto(out *AerospikeBackupSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeBackupStatus ¶
type AerospikeBackupStatus struct { // BackupService is the backup service reference i.e. name and namespace. BackupService BackupService `json:"backupService"` // Config is the configuration for the backup in YAML format. // This config is used to trigger backups. It includes: aerospike-cluster, backup-routines. Config runtime.RawExtension `json:"config"` // OnDemandBackups is the configuration for on-demand backups. OnDemandBackups []OnDemandBackupSpec `json:"onDemandBackups,omitempty"` }
AerospikeBackupStatus defines the observed state of AerospikeBackup
func (*AerospikeBackupStatus) DeepCopy ¶
func (in *AerospikeBackupStatus) DeepCopy() *AerospikeBackupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeBackupStatus.
func (*AerospikeBackupStatus) DeepCopyInto ¶
func (in *AerospikeBackupStatus) DeepCopyInto(out *AerospikeBackupStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeCertPathInOperatorSource ¶
type AerospikeCertPathInOperatorSource struct { // +optional CaCertsPath string `json:"caCertsPath,omitempty"` // +optional ClientCertPath string `json:"clientCertPath,omitempty"` // +optional ClientKeyPath string `json:"clientKeyPath,omitempty"` }
AerospikeCertPathInOperatorSource contain configuration for certificates used by operator to connect to aerospike cluster. All paths are on operator's filesystem.
func (*AerospikeCertPathInOperatorSource) DeepCopy ¶
func (in *AerospikeCertPathInOperatorSource) DeepCopy() *AerospikeCertPathInOperatorSource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeCertPathInOperatorSource.
func (*AerospikeCertPathInOperatorSource) DeepCopyInto ¶
func (in *AerospikeCertPathInOperatorSource) DeepCopyInto(out *AerospikeCertPathInOperatorSource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeClientAdminPolicy ¶
type AerospikeClientAdminPolicy struct { // Timeout for admin client policy in milliseconds. Timeout int `json:"timeout"` }
AerospikeClientAdminPolicy specify the aerospike client admin policy for access control operations.
func (*AerospikeClientAdminPolicy) DeepCopy ¶
func (in *AerospikeClientAdminPolicy) DeepCopy() *AerospikeClientAdminPolicy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeClientAdminPolicy.
func (*AerospikeClientAdminPolicy) DeepCopyInto ¶
func (in *AerospikeClientAdminPolicy) DeepCopyInto(out *AerospikeClientAdminPolicy)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeCluster ¶
type AerospikeCluster struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AerospikeClusterSpec `json:"spec,omitempty"` Status AerospikeClusterStatus `json:"status,omitempty"` }
AerospikeCluster is the schema for the AerospikeCluster API +operator-sdk:csv:customresourcedefinitions:displayName="Aerospike Cluster",resources={{Service, v1},{Pod,v1},{StatefulSet,v1}}
func (*AerospikeCluster) DeepCopy ¶
func (in *AerospikeCluster) DeepCopy() *AerospikeCluster
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeCluster.
func (*AerospikeCluster) DeepCopyInto ¶
func (in *AerospikeCluster) DeepCopyInto(out *AerospikeCluster)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AerospikeCluster) DeepCopyObject ¶
func (in *AerospikeCluster) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AerospikeClusterList ¶
type AerospikeClusterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []AerospikeCluster `json:"items"` }
AerospikeClusterList contains a list of AerospikeCluster
func (*AerospikeClusterList) DeepCopy ¶
func (in *AerospikeClusterList) DeepCopy() *AerospikeClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeClusterList.
func (*AerospikeClusterList) DeepCopyInto ¶
func (in *AerospikeClusterList) DeepCopyInto(out *AerospikeClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AerospikeClusterList) DeepCopyObject ¶
func (in *AerospikeClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AerospikeClusterSpec ¶
type AerospikeClusterSpec struct { // Aerospike cluster size // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Cluster Size" Size int32 `json:"size"` // Aerospike server image // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Server Image" Image string `json:"image"` // Storage specify persistent storage to use for the Aerospike pods // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Storage" Storage AerospikeStorageSpec `json:"storage,omitempty"` // Has the Aerospike roles and users definitions. Required if aerospike cluster security is enabled. // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Access Control" AerospikeAccessControl *AerospikeAccessControlSpec `json:"aerospikeAccessControl,omitempty"` // Sets config in aerospike.conf file. Other configs are taken as default // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Aerospike Server Configuration" // +kubebuilder:pruning:PreserveUnknownFields AerospikeConfig *AerospikeConfigSpec `json:"aerospikeConfig"` // ValidationPolicy controls validation of the Aerospike cluster resource. // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Validation Policy" ValidationPolicy *ValidationPolicySpec `json:"validationPolicy,omitempty"` // RackConfig Configures the operator to deploy rack aware Aerospike cluster. // Pods will be deployed in given racks based on given configuration // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Rack Config" RackConfig RackConfig `json:"rackConfig,omitempty"` // AerospikeNetworkPolicy specifies how clients and tools access the Aerospike cluster. // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Aerospike Network Policy" AerospikeNetworkPolicy AerospikeNetworkPolicy `json:"aerospikeNetworkPolicy,omitempty"` // Certificates to connect to Aerospike. // +optional // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Operator Client Cert" OperatorClientCertSpec *AerospikeOperatorClientCertSpec `json:"operatorClientCert,omitempty"` // Specify additional configuration for the Aerospike pods // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Pod Configuration" PodSpec AerospikePodSpec `json:"podSpec,omitempty"` // SeedsFinderServices creates additional Kubernetes service that allow // clients to discover Aerospike cluster nodes. // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Seeds Finder Services" SeedsFinderServices SeedsFinderServices `json:"seedsFinderServices,omitempty"` // RosterNodeBlockList is a list of blocked nodeIDs from roster in a strong-consistency setup RosterNodeBlockList []string `json:"rosterNodeBlockList,omitempty"` }
AerospikeClusterSpec defines the desired state of AerospikeCluster +k8s:openapi-gen=true
func (*AerospikeClusterSpec) DeepCopy ¶
func (in *AerospikeClusterSpec) DeepCopy() *AerospikeClusterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeClusterSpec.
func (*AerospikeClusterSpec) DeepCopyInto ¶
func (in *AerospikeClusterSpec) DeepCopyInto(out *AerospikeClusterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeClusterStatus ¶
type AerospikeClusterStatus struct { // INSERT ADDITIONAL STATUS FIELD - define observed state of cluster // Add custom validation // using kubebuilder tags: https://book-v1.book.kubebuilder.io/beyond_basics/generating_crd.html // +nullable // The current state of Aerospike cluster. AerospikeClusterStatusSpec `json:",inline"` // Pods has Aerospike specific status of the pods. // This is map instead of the conventional map as list convention to allow each pod to patch update its own // status. The map key is the name of the pod. // +patchStrategy=strategic Pods map[string]AerospikePodStatus `json:"pods" patchStrategy:"strategic"` }
AerospikeClusterStatus defines the observed state of AerospikeCluster +k8s:openapi-gen=true
func (*AerospikeClusterStatus) DeepCopy ¶
func (in *AerospikeClusterStatus) DeepCopy() *AerospikeClusterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeClusterStatus.
func (*AerospikeClusterStatus) DeepCopyInto ¶
func (in *AerospikeClusterStatus) DeepCopyInto(out *AerospikeClusterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeClusterStatusSpec ¶
type AerospikeClusterStatusSpec struct { // Aerospike cluster size // +operator-sdk:csv:customresourcedefinitions:type=status,displayName="Cluster Size" Size int32 `json:"size,omitempty"` // Aerospike server image Image string `json:"image,omitempty"` // If set true then multiple pods can be created per Kubernetes Node. // This will create a NodePort service for each Pod. // NodePort, as the name implies, opens a specific port on all the Kubernetes Nodes , // and any traffic that is sent to this port is forwarded to the service. // Here service picks a random port in range (30000-32767), so these port should be open. // // If set false then only single pod can be created per Kubernetes Node. // This will create Pods using hostPort setting. // The container port will be exposed to the external network at <hostIP>:<hostPort>, // where the hostIP is the IP address of the Kubernetes Node where the container is running and // the hostPort is the port requested by the user. // Deprecated: MultiPodPerHost is now part of podSpec MultiPodPerHost bool `json:"multiPodPerHost,omitempty"` // Storage specify persistent storage to use for the Aerospike pods. Storage AerospikeStorageSpec `json:"storage,omitempty"` // AerospikeAccessControl has the Aerospike roles and users definitions. // Required if aerospike cluster security is enabled. AerospikeAccessControl *AerospikeAccessControlSpec `json:"aerospikeAccessControl,omitempty"` // AerospikeConfig sets config in aerospike.conf file. Other configs are taken as default // +kubebuilder:pruning:PreserveUnknownFields // +nullable AerospikeConfig *AerospikeConfigSpec `json:"aerospikeConfig,omitempty"` // Define resources requests and limits for Aerospike Server Container. // Please contact aerospike for proper sizing exercise // Only Memory and Cpu resources can be given // Deprecated: Resources field is now part of containerSpec Resources *corev1.ResourceRequirements `json:"resources,omitempty"` // ValidationPolicy controls validation of the Aerospike cluster resource. ValidationPolicy *ValidationPolicySpec `json:"validationPolicy,omitempty"` // RackConfig Configures the operator to deploy rack aware Aerospike cluster. // Pods will be deployed in given racks based on given configuration // +nullable // +optional RackConfig RackConfig `json:"rackConfig,omitempty"` // AerospikeNetworkPolicy specifies how clients and tools access the Aerospike cluster. AerospikeNetworkPolicy AerospikeNetworkPolicy `json:"aerospikeNetworkPolicy,omitempty"` // Certificates to connect to Aerospike. If omitted then certs are taken from the secret 'aerospike-secret'. // +optional OperatorClientCertSpec *AerospikeOperatorClientCertSpec `json:"operatorClientCertSpec,omitempty"` // Additional configuration for create Aerospike pods. PodSpec AerospikePodSpec `json:"podSpec,omitempty"` // SeedsFinderServices describes services which are used for seeding Aerospike nodes. SeedsFinderServices SeedsFinderServices `json:"seedsFinderServices,omitempty"` // RosterNodeBlockList is a list of blocked nodeIDs from roster in a strong-consistency setup RosterNodeBlockList []string `json:"rosterNodeBlockList,omitempty"` }
AerospikeClusterStatusSpec captures the current status of the cluster.
func (*AerospikeClusterStatusSpec) DeepCopy ¶
func (in *AerospikeClusterStatusSpec) DeepCopy() *AerospikeClusterStatusSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeClusterStatusSpec.
func (*AerospikeClusterStatusSpec) DeepCopyInto ¶
func (in *AerospikeClusterStatusSpec) DeepCopyInto(out *AerospikeClusterStatusSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeConfigSpec ¶
type AerospikeConfigSpec struct {
Value map[string]interface{} `json:"-"`
}
AerospikeConfigSpec container for unstructured Aerospike server config.
func (*AerospikeConfigSpec) DeepCopy ¶
func (c *AerospikeConfigSpec) DeepCopy() *AerospikeConfigSpec
func (*AerospikeConfigSpec) DeepCopyInto ¶
func (in *AerospikeConfigSpec) DeepCopyInto(out *AerospikeConfigSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AerospikeConfigSpec) MarshalJSON ¶
func (c *AerospikeConfigSpec) MarshalJSON() ([]byte, error)
MarshalJSON ensures that the unstructured object produces proper Json when passed to Go's standard Json library.
func (*AerospikeConfigSpec) UnmarshalJSON ¶
func (c *AerospikeConfigSpec) UnmarshalJSON(b []byte) error
UnmarshalJSON ensures that the unstructured object properly decodes Json when passed to Go's standard Json library.
type AerospikeContainerSpec ¶
type AerospikeContainerSpec struct { // SecurityContext that will be added to aerospike-server container created by operator. SecurityContext *corev1.SecurityContext `json:"securityContext,omitempty"` // Define resources requests and limits for Aerospike Server Container. // Please contact aerospike for proper sizing exercise // Only Memory and Cpu resources can be given // Resources.Limits should be more than Resources.Requests. Resources *corev1.ResourceRequirements `json:"resources,omitempty"` }
func (*AerospikeContainerSpec) DeepCopy ¶
func (in *AerospikeContainerSpec) DeepCopy() *AerospikeContainerSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeContainerSpec.
func (*AerospikeContainerSpec) DeepCopyInto ¶
func (in *AerospikeContainerSpec) DeepCopyInto(out *AerospikeContainerSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeInitContainerSpec ¶
type AerospikeInitContainerSpec struct { // ImageRegistry is the name of image registry for aerospike-init container image // ImageRegistry, e.g. docker.io, redhat.access.com ImageRegistry string `json:"imageRegistry,omitempty"` // SecurityContext that will be added to aerospike-init container created by operator. SecurityContext *corev1.SecurityContext `json:"securityContext,omitempty"` // Define resources requests and limits for Aerospike init Container. // Only Memory and Cpu resources can be given // Resources.Limits should be more than Resources.Requests. Resources *corev1.ResourceRequirements `json:"resources,omitempty"` }
func (*AerospikeInitContainerSpec) DeepCopy ¶
func (in *AerospikeInitContainerSpec) DeepCopy() *AerospikeInitContainerSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeInitContainerSpec.
func (*AerospikeInitContainerSpec) DeepCopyInto ¶
func (in *AerospikeInitContainerSpec) DeepCopyInto(out *AerospikeInitContainerSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeInstanceSummary ¶
type AerospikeInstanceSummary struct { // ClusterName is the name of the Aerospike cluster this pod belongs to. ClusterName string `json:"clusterName"` // NodeID is the unique Aerospike ID for this pod. NodeID string `json:"nodeID"` // RackID of rack to which this node belongs RackID int `json:"rackID,omitempty"` // TLSName is the TLS name of this pod in the Aerospike cluster. TLSName string `json:"tlsName,omitempty"` // AccessEndpoints are the access endpoints for this pod. AccessEndpoints []string `json:"accessEndpoints,omitempty"` // AlternateAccessEndpoints are the alternate access endpoints for this pod. AlternateAccessEndpoints []string `json:"alternateAccessEndpoints,omitempty"` // TLSAccessEndpoints are the TLS access endpoints for this pod. TLSAccessEndpoints []string `json:"tlsAccessEndpoints,omitempty"` // TLSAlternateAccessEndpoints are the alternate TLS access endpoints for this pod. TLSAlternateAccessEndpoints []string `json:"tlsAlternateAccessEndpoints,omitempty"` }
AerospikeInstanceSummary defines the observed state of a pod's Aerospike Server Instance. +k8s:openapi-gen=true
func (*AerospikeInstanceSummary) DeepCopy ¶
func (in *AerospikeInstanceSummary) DeepCopy() *AerospikeInstanceSummary
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeInstanceSummary.
func (*AerospikeInstanceSummary) DeepCopyInto ¶
func (in *AerospikeInstanceSummary) DeepCopyInto(out *AerospikeInstanceSummary)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeNetworkPolicy ¶
type AerospikeNetworkPolicy struct { // AccessType is the type of network address to use for Aerospike access address. // Defaults to hostInternal. // +kubebuilder:validation:Enum=pod;hostInternal;hostExternal;configuredIP;customInterface AccessType AerospikeNetworkType `json:"access,omitempty"` // CustomAccessNetworkNames is the list of the pod's network interfaces used for Aerospike access address. // Each element in the list is specified with a namespace and the name of a NetworkAttachmentDefinition, // separated by a forward slash (/). // These elements must be defined in the pod annotation k8s.v1.cni.cncf.io/networks in order to assign // network interfaces to the pod. // Required with 'customInterface' access type. // +kubebuilder:validation:MinItems:=1 CustomAccessNetworkNames []string `json:"customAccessNetworkNames,omitempty"` // AlternateAccessType is the type of network address to use for Aerospike alternate access address. // Defaults to hostExternal. // +kubebuilder:validation:Enum=pod;hostInternal;hostExternal;configuredIP;customInterface AlternateAccessType AerospikeNetworkType `json:"alternateAccess,omitempty"` // CustomAlternateAccessNetworkNames is the list of the pod's network interfaces used for Aerospike // alternate access address. // Each element in the list is specified with a namespace and the name of a NetworkAttachmentDefinition, // separated by a forward slash (/). // These elements must be defined in the pod annotation k8s.v1.cni.cncf.io/networks in order to assign // network interfaces to the pod. // Required with 'customInterface' alternateAccess type // +kubebuilder:validation:MinItems:=1 CustomAlternateAccessNetworkNames []string `json:"customAlternateAccessNetworkNames,omitempty"` // TLSAccessType is the type of network address to use for Aerospike TLS access address. // Defaults to hostInternal. // +kubebuilder:validation:Enum=pod;hostInternal;hostExternal;configuredIP;customInterface TLSAccessType AerospikeNetworkType `json:"tlsAccess,omitempty"` // CustomTLSAccessNetworkNames is the list of the pod's network interfaces used for Aerospike TLS access address. // Each element in the list is specified with a namespace and the name of a NetworkAttachmentDefinition, // separated by a forward slash (/). // These elements must be defined in the pod annotation k8s.v1.cni.cncf.io/networks in order to assign // network interfaces to the pod. // Required with 'customInterface' tlsAccess type // +kubebuilder:validation:MinItems:=1 CustomTLSAccessNetworkNames []string `json:"customTLSAccessNetworkNames,omitempty"` // TLSAlternateAccessType is the type of network address to use for Aerospike TLS alternate access address. // Defaults to hostExternal. // +kubebuilder:validation:Enum=pod;hostInternal;hostExternal;configuredIP;customInterface TLSAlternateAccessType AerospikeNetworkType `json:"tlsAlternateAccess,omitempty"` // CustomTLSAlternateAccessNetworkNames is the list of the pod's network interfaces used for Aerospike TLS // alternate access address. // Each element in the list is specified with a namespace and the name of a NetworkAttachmentDefinition, // separated by a forward slash (/). // These elements must be defined in the pod annotation k8s.v1.cni.cncf.io/networks in order to assign // network interfaces to the pod. // Required with 'customInterface' tlsAlternateAccess type // +kubebuilder:validation:MinItems:=1 CustomTLSAlternateAccessNetworkNames []string `json:"customTLSAlternateAccessNetworkNames,omitempty"` // FabricType is the type of network address to use for Aerospike fabric address. // Defaults is empty meaning all interfaces 'any'. // +kubebuilder:validation:Enum:=customInterface FabricType AerospikeNetworkType `json:"fabric,omitempty"` // CustomFabricNetworkNames is the list of the pod's network interfaces used for Aerospike fabric address. // Each element in the list is specified with a namespace and the name of a NetworkAttachmentDefinition, // separated by a forward slash (/). // These elements must be defined in the pod annotation k8s.v1.cni.cncf.io/networks in order to assign // network interfaces to the pod. // Required with 'customInterface' fabric type // +kubebuilder:validation:MinItems:=1 CustomFabricNetworkNames []string `json:"customFabricNetworkNames,omitempty"` // TLSFabricType is the type of network address to use for Aerospike TLS fabric address. // Defaults is empty meaning all interfaces 'any'. // +kubebuilder:validation:Enum:=customInterface TLSFabricType AerospikeNetworkType `json:"tlsFabric,omitempty"` // CustomTLSFabricNetworkNames is the list of the pod's network interfaces used for Aerospike TLS fabric address. // Each element in the list is specified with a namespace and the name of a NetworkAttachmentDefinition, // separated by a forward slash (/). // These elements must be defined in the pod annotation k8s.v1.cni.cncf.io/networks in order to assign network // interfaces to the pod. // Required with 'customInterface' tlsFabric type // +kubebuilder:validation:MinItems:=1 CustomTLSFabricNetworkNames []string `json:"customTLSFabricNetworkNames,omitempty"` }
AerospikeNetworkPolicy specifies how clients and tools access the Aerospike cluster.
func (*AerospikeNetworkPolicy) DeepCopy ¶
func (in *AerospikeNetworkPolicy) DeepCopy() *AerospikeNetworkPolicy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeNetworkPolicy.
func (*AerospikeNetworkPolicy) DeepCopyInto ¶
func (in *AerospikeNetworkPolicy) DeepCopyInto(out *AerospikeNetworkPolicy)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeNetworkType ¶
type AerospikeNetworkType string
AerospikeNetworkType specifies the type of network address to use. +k8s:openapi-gen=true
type AerospikeObjectMeta ¶
type AerospikeObjectMeta struct { // Key - Value pair that may be set by external tools to store and retrieve arbitrary metadata Annotations map[string]string `json:"annotations,omitempty"` // Key - Value pairs that can be used to organize and categorize scope and select objects Labels map[string]string `json:"labels,omitempty"` }
func (*AerospikeObjectMeta) DeepCopy ¶
func (in *AerospikeObjectMeta) DeepCopy() *AerospikeObjectMeta
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeObjectMeta.
func (*AerospikeObjectMeta) DeepCopyInto ¶
func (in *AerospikeObjectMeta) DeepCopyInto(out *AerospikeObjectMeta)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeOperatorCertSource ¶
type AerospikeOperatorCertSource struct { // +optional SecretCertSource *AerospikeSecretCertSource `json:"secretCertSource,omitempty"` // +optional CertPathInOperator *AerospikeCertPathInOperatorSource `json:"certPathInOperator,omitempty"` }
AerospikeOperatorCertSource Represents the source of Aerospike ClientCert for Operator. Only one of its members may be specified.
func (*AerospikeOperatorCertSource) DeepCopy ¶
func (in *AerospikeOperatorCertSource) DeepCopy() *AerospikeOperatorCertSource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeOperatorCertSource.
func (*AerospikeOperatorCertSource) DeepCopyInto ¶
func (in *AerospikeOperatorCertSource) DeepCopyInto(out *AerospikeOperatorCertSource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeOperatorClientCertSpec ¶
type AerospikeOperatorClientCertSpec struct { // If specified, this name will be added to tls-authenticate-client list by the operator // +optional TLSClientName string `json:"tlsClientName,omitempty"` AerospikeOperatorCertSource `json:",inline"` }
func (*AerospikeOperatorClientCertSpec) DeepCopy ¶
func (in *AerospikeOperatorClientCertSpec) DeepCopy() *AerospikeOperatorClientCertSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeOperatorClientCertSpec.
func (*AerospikeOperatorClientCertSpec) DeepCopyInto ¶
func (in *AerospikeOperatorClientCertSpec) DeepCopyInto(out *AerospikeOperatorClientCertSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikePersistentVolumePolicySpec ¶
type AerospikePersistentVolumePolicySpec struct { // InitMethod determines how volumes attached to Aerospike server pods are initialized when the pods come up the // first time. Defaults to "none". InputInitMethod *AerospikeVolumeMethod `json:"initMethod,omitempty"` // WipeMethod determines how volumes attached to Aerospike server pods are wiped for dealing with storage format // changes. InputWipeMethod *AerospikeVolumeMethod `json:"wipeMethod,omitempty"` // CascadeDelete determines if the persistent volumes are deleted after the pod this volume binds to is // terminated and removed from the cluster. InputCascadeDelete *bool `json:"cascadeDelete,omitempty"` // Effective/operative value to use as the volume init method after applying defaults. InitMethod AerospikeVolumeMethod `json:"effectiveInitMethod,omitempty"` // Effective/operative value to use as the volume wipe method after applying defaults. WipeMethod AerospikeVolumeMethod `json:"effectiveWipeMethod,omitempty"` // Effective/operative value to use for cascade delete after applying defaults. CascadeDelete bool `json:"effectiveCascadeDelete,omitempty"` }
AerospikePersistentVolumePolicySpec contains policies to manage persistent volumes.
func (*AerospikePersistentVolumePolicySpec) DeepCopy ¶
func (in *AerospikePersistentVolumePolicySpec) DeepCopy() *AerospikePersistentVolumePolicySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikePersistentVolumePolicySpec.
func (*AerospikePersistentVolumePolicySpec) DeepCopyInto ¶
func (in *AerospikePersistentVolumePolicySpec) DeepCopyInto(out *AerospikePersistentVolumePolicySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikePodSpec ¶
type AerospikePodSpec struct { // AerospikeContainerSpec configures the aerospike-server container // created by the operator. AerospikeContainerSpec AerospikeContainerSpec `json:"aerospikeContainer,omitempty"` // AerospikeInitContainerSpec configures the aerospike-init container // created by the operator. AerospikeInitContainerSpec *AerospikeInitContainerSpec `json:"aerospikeInitContainer,omitempty"` // MetaData to add to the pod. AerospikeObjectMeta AerospikeObjectMeta `json:"metadata,omitempty"` // Sidecars to add to the pod. Sidecars []corev1.Container `json:"sidecars,omitempty"` // InitContainers to add to the pods. InitContainers []corev1.Container `json:"initContainers,omitempty"` // SchedulingPolicy controls pods placement on Kubernetes nodes. SchedulingPolicy `json:",inline"` // If set true then multiple pods can be created per Kubernetes Node. // This will create a NodePort service for each Pod. // NodePort, as the name implies, opens a specific port on all the Kubernetes Nodes , // and any traffic that is sent to this port is forwarded to the service. // Here service picks a random port in range (30000-32767), so these port should be open. // // If set false then only single pod can be created per Kubernetes Node. // This will create Pods using hostPort setting. // The container port will be exposed to the external network at <hostIP>:<hostPort>, // where the hostIP is the IP address of the Kubernetes Node where the container is running and // the hostPort is the port requested by the user. MultiPodPerHost bool `json:"multiPodPerHost,omitempty"` // HostNetwork enables host networking for the pod. // To enable hostNetwork multiPodPerHost must be false. HostNetwork bool `json:"hostNetwork,omitempty"` // DnsPolicy same as https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy. // If hostNetwork is true and policy is not specified, it defaults to ClusterFirstWithHostNet InputDNSPolicy *corev1.DNSPolicy `json:"dnsPolicy,omitempty"` // Effective value of the DNSPolicy DNSPolicy corev1.DNSPolicy `json:"effectiveDNSPolicy,omitempty"` // DNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy. // This is required field when dnsPolicy is set to `None` DNSConfig *corev1.PodDNSConfig `json:"dnsConfig,omitempty"` // SecurityContext holds pod-level security attributes and common container settings. // Optional: Defaults to empty. See type description for default values of each field. // +optional SecurityContext *corev1.PodSecurityContext `json:"securityContext,omitempty"` // ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of // the images used by this PodSpec. // More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod // +optional ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty"` }
AerospikePodSpec contain configuration for created Aerospike cluster pods.
func (*AerospikePodSpec) DeepCopy ¶
func (in *AerospikePodSpec) DeepCopy() *AerospikePodSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikePodSpec.
func (*AerospikePodSpec) DeepCopyInto ¶
func (in *AerospikePodSpec) DeepCopyInto(out *AerospikePodSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikePodStatus ¶
type AerospikePodStatus struct { // Image is the Aerospike image this pod is running. Image string `json:"image"` // PodIP in the K8s network. PodIP string `json:"podIP"` // HostInternalIP of the K8s host this pod is scheduled on. HostInternalIP string `json:"hostInternalIP,omitempty"` // HostExternalIP of the K8s host this pod is scheduled on. HostExternalIP string `json:"hostExternalIP,omitempty"` // PodPort is the port K8s internal Aerospike clients can connect to. PodPort int `json:"podPort"` // ServicePort is the port Aerospike clients outside K8s can connect to. ServicePort int32 `json:"servicePort,omitempty"` // Aerospike server instance summary for this pod. Aerospike AerospikeInstanceSummary `json:"aerospike,omitempty"` // InitializedVolumes is the list of volume names that have already been // initialized. InitializedVolumes []string `json:"initializedVolumes,omitempty"` // DirtyVolumes is the list of volume names that are removed // from aerospike namespaces and will be cleaned during init // if they are reused in any namespace. DirtyVolumes []string `json:"dirtyVolumes,omitempty"` // InitializedVolumePaths is deprecated version of InitializedVolumes. // +optional // +nullable InitializedVolumePaths []string `json:"initializedVolumePaths,omitempty"` // AerospikeConfigHash is ripemd160 hash of aerospikeConfig used by this pod AerospikeConfigHash string `json:"aerospikeConfigHash"` // NetworkPolicyHash is ripemd160 hash of NetworkPolicy used by this pod NetworkPolicyHash string `json:"networkPolicyHash"` // PodSpecHash is ripemd160 hash of PodSpec used by this pod PodSpecHash string `json:"podSpecHash"` }
AerospikePodStatus contains the Aerospike specific status of the Aerospike server pods. +k8s:openapi-gen=true
func (*AerospikePodStatus) DeepCopy ¶
func (in *AerospikePodStatus) DeepCopy() *AerospikePodStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikePodStatus.
func (*AerospikePodStatus) DeepCopyInto ¶
func (in *AerospikePodStatus) DeepCopyInto(out *AerospikePodStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeRestore ¶
type AerospikeRestore struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AerospikeRestoreSpec `json:"spec,omitempty"` Status AerospikeRestoreStatus `json:"status,omitempty"` }
AerospikeRestore is the Schema for the aerospikerestores API
func (*AerospikeRestore) DeepCopy ¶
func (in *AerospikeRestore) DeepCopy() *AerospikeRestore
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeRestore.
func (*AerospikeRestore) DeepCopyInto ¶
func (in *AerospikeRestore) DeepCopyInto(out *AerospikeRestore)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AerospikeRestore) DeepCopyObject ¶
func (in *AerospikeRestore) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AerospikeRestore) Default ¶
func (r *AerospikeRestore) Default()
Default implements webhook.Defaulter so a webhook will be registered for the type
func (*AerospikeRestore) SetupWebhookWithManager ¶
func (r *AerospikeRestore) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*AerospikeRestore) ValidateCreate ¶
func (r *AerospikeRestore) ValidateCreate() (admission.Warnings, error)
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*AerospikeRestore) ValidateDelete ¶
func (r *AerospikeRestore) ValidateDelete() (admission.Warnings, error)
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*AerospikeRestore) ValidateUpdate ¶
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type AerospikeRestoreList ¶
type AerospikeRestoreList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []AerospikeRestore `json:"items"` }
AerospikeRestoreList contains a list of AerospikeRestore
func (*AerospikeRestoreList) DeepCopy ¶
func (in *AerospikeRestoreList) DeepCopy() *AerospikeRestoreList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeRestoreList.
func (*AerospikeRestoreList) DeepCopyInto ¶
func (in *AerospikeRestoreList) DeepCopyInto(out *AerospikeRestoreList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AerospikeRestoreList) DeepCopyObject ¶
func (in *AerospikeRestoreList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AerospikeRestorePhase ¶
type AerospikeRestorePhase string
+kubebuilder:validation:Enum=InProgress;Completed;Failed
const ( // AerospikeRestoreInProgress means the AerospikeRestore CR is being reconciled and restore operation is going on. AerospikeRestoreInProgress AerospikeRestorePhase = "InProgress" // AerospikeRestoreCompleted means the AerospikeRestore CR has been reconciled and restore operation is completed. AerospikeRestoreCompleted AerospikeRestorePhase = "Completed" // AerospikeRestoreFailed means the AerospikeRestore CR has been reconciled and restore operation is failed. AerospikeRestoreFailed AerospikeRestorePhase = "Failed" )
These are the valid phases of Aerospike restore operation.
type AerospikeRestoreSpec ¶
type AerospikeRestoreSpec struct { // BackupService is the backup service reference i.e. name and namespace. // It is used to communicate to the backup service to trigger restores. This field is immutable // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Backup Service" BackupService BackupService `json:"backupService"` // Type is the type of restore. It can of type Full, Incremental, and Timestamp. // Based on the restore type, the relevant restore config should be given. // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Restore Type" // +kubebuilder:validation:Enum=Full;Incremental;Timestamp Type RestoreType `json:"type"` // Config is the free form configuration for the restore in YAML format. // This config is used to trigger restores. It includes: destination, policy, source, secret-agent, time and routine. // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Restore Config" Config runtime.RawExtension `json:"config"` // PollingPeriod is the polling period for restore operation status. // It is used to poll the restore service to fetch restore operation status. // Default is 60 seconds. // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Restore Service Polling Period" PollingPeriod metav1.Duration `json:"pollingPeriod,omitempty"` }
AerospikeRestoreSpec defines the desired state of AerospikeRestore +k8s:openapi-gen=true
func (*AerospikeRestoreSpec) DeepCopy ¶
func (in *AerospikeRestoreSpec) DeepCopy() *AerospikeRestoreSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeRestoreSpec.
func (*AerospikeRestoreSpec) DeepCopyInto ¶
func (in *AerospikeRestoreSpec) DeepCopyInto(out *AerospikeRestoreSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeRestoreStatus ¶
type AerospikeRestoreStatus struct { // JobID is the restore operation job id. JobID *int64 `json:"job-id,omitempty"` // RestoreResult is the result of the restore operation. RestoreResult runtime.RawExtension `json:"restoreResult,omitempty"` // Phase denotes the current phase of Aerospike restore operation. Phase AerospikeRestorePhase `json:"phase"` }
AerospikeRestoreStatus defines the observed state of AerospikeRestore
func (*AerospikeRestoreStatus) DeepCopy ¶
func (in *AerospikeRestoreStatus) DeepCopy() *AerospikeRestoreStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeRestoreStatus.
func (*AerospikeRestoreStatus) DeepCopyInto ¶
func (in *AerospikeRestoreStatus) DeepCopyInto(out *AerospikeRestoreStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeRoleSpec ¶
type AerospikeRoleSpec struct { // Name of this role. Name string `json:"name"` // Privileges granted to this role. // +listType=set Privileges []string `json:"privileges"` // Whitelist of host address allowed for this role. // +listType=set Whitelist []string `json:"whitelist,omitempty"` // ReadQuota specifies permitted rate of read records for current role (the value is in RPS) ReadQuota uint32 `json:"readQuota,omitempty"` // WriteQuota specifies permitted rate of write records for current role (the value is in RPS) WriteQuota uint32 `json:"writeQuota,omitempty"` }
AerospikeRoleSpec specifies an Aerospike database role and its associated privileges.
func (*AerospikeRoleSpec) DeepCopy ¶
func (in *AerospikeRoleSpec) DeepCopy() *AerospikeRoleSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeRoleSpec.
func (*AerospikeRoleSpec) DeepCopyInto ¶
func (in *AerospikeRoleSpec) DeepCopyInto(out *AerospikeRoleSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeSecretCertSource ¶
type AerospikeSecretCertSource struct { // +optional CaCertsSource *CaCertsSource `json:"caCertsSource,omitempty"` SecretName string `json:"secretName"` // +optional SecretNamespace string `json:"secretNamespace,omitempty"` // +optional CaCertsFilename string `json:"caCertsFilename,omitempty"` // +optional ClientCertFilename string `json:"clientCertFilename,omitempty"` // +optional ClientKeyFilename string `json:"clientKeyFilename,omitempty"` }
func (*AerospikeSecretCertSource) DeepCopy ¶
func (in *AerospikeSecretCertSource) DeepCopy() *AerospikeSecretCertSource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeSecretCertSource.
func (*AerospikeSecretCertSource) DeepCopyInto ¶
func (in *AerospikeSecretCertSource) DeepCopyInto(out *AerospikeSecretCertSource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeServerVolumeAttachment ¶
type AerospikeServerVolumeAttachment struct { // Path to attach the volume on the Aerospike server container. Path string `json:"path"` // AttachmentOptions that control how the volume is attached. AttachmentOptions `json:",inline"` }
AerospikeServerVolumeAttachment is a volume attachment in the Aerospike server container.
func (*AerospikeServerVolumeAttachment) DeepCopy ¶
func (in *AerospikeServerVolumeAttachment) DeepCopy() *AerospikeServerVolumeAttachment
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeServerVolumeAttachment.
func (*AerospikeServerVolumeAttachment) DeepCopyInto ¶
func (in *AerospikeServerVolumeAttachment) DeepCopyInto(out *AerospikeServerVolumeAttachment)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeStorageSpec ¶
type AerospikeStorageSpec struct { // FileSystemVolumePolicy contains default policies for filesystem volumes. FileSystemVolumePolicy AerospikePersistentVolumePolicySpec `json:"filesystemVolumePolicy,omitempty"` // BlockVolumePolicy contains default policies for block volumes. BlockVolumePolicy AerospikePersistentVolumePolicySpec `json:"blockVolumePolicy,omitempty"` // CleanupThreads contains maximum number of cleanup threads(dd or blkdiscard) per init container. CleanupThreads int `json:"cleanupThreads,omitempty"` // Volumes list to attach to created pods. // +patchMergeKey=name // +patchStrategy=merge // +listType=map // +listMapKey=name Volumes []VolumeSpec `json:"volumes,omitempty" patchStrategy:"merge" patchMergeKey:"name"` }
AerospikeStorageSpec lists persistent volumes to claim and attach to Aerospike pods and persistence policies. +k8s:openapi-gen=true
func (*AerospikeStorageSpec) DeepCopy ¶
func (in *AerospikeStorageSpec) DeepCopy() *AerospikeStorageSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeStorageSpec.
func (*AerospikeStorageSpec) DeepCopyInto ¶
func (in *AerospikeStorageSpec) DeepCopyInto(out *AerospikeStorageSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeUserSpec ¶
type AerospikeUserSpec struct { // Name is the user's username. Name string `json:"name"` // SecretName has secret info created by user. User needs to create this secret from password literal. // eg: kubectl create secret generic dev-db-secret --from-literal=password='password' SecretName string `json:"secretName"` // Roles is the list of roles granted to the user. // +listType=set Roles []string `json:"roles"` }
AerospikeUserSpec specifies an Aerospike database user, the secret name for the password and, associated roles.
func (*AerospikeUserSpec) DeepCopy ¶
func (in *AerospikeUserSpec) DeepCopy() *AerospikeUserSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AerospikeUserSpec.
func (*AerospikeUserSpec) DeepCopyInto ¶
func (in *AerospikeUserSpec) DeepCopyInto(out *AerospikeUserSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AerospikeVolumeMethod ¶
type AerospikeVolumeMethod string
AerospikeVolumeMethod specifies how block volumes should be initialized. +kubebuilder:validation:Enum=none;dd;blkdiscard;deleteFiles +k8s:openapi-gen=true
type AttachmentOptions ¶
type AttachmentOptions struct { // +optional MountOptions `json:"mountOptions,omitempty"` }
AttachmentOptions that control how a volume is mounted or attached.
func (*AttachmentOptions) DeepCopy ¶
func (in *AttachmentOptions) DeepCopy() *AttachmentOptions
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AttachmentOptions.
func (*AttachmentOptions) DeepCopyInto ¶
func (in *AttachmentOptions) DeepCopyInto(out *AttachmentOptions)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BackupService ¶
type BackupService struct { // Backup service name Name string `json:"name"` // Backup service namespace Namespace string `json:"namespace"` }
func (*BackupService) DeepCopy ¶
func (in *BackupService) DeepCopy() *BackupService
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupService.
func (*BackupService) DeepCopyInto ¶
func (in *BackupService) DeepCopyInto(out *BackupService)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BackupService) String ¶
func (b *BackupService) String() string
type CaCertsSource ¶
type CaCertsSource struct { SecretName string `json:"secretName"` // +optional SecretNamespace string `json:"secretNamespace,omitempty"` }
func (*CaCertsSource) DeepCopy ¶
func (in *CaCertsSource) DeepCopy() *CaCertsSource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CaCertsSource.
func (*CaCertsSource) DeepCopyInto ¶
func (in *CaCertsSource) DeepCopyInto(out *CaCertsSource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LoadBalancerSpec ¶
type LoadBalancerSpec struct { // +kubebuilder:validation:Enum=Local;Cluster // +optional ExternalTrafficPolicy corev1.ServiceExternalTrafficPolicyType `json:"externalTrafficPolicy,omitempty"` // +patchStrategy=merge // +optional Annotations map[string]string `json:"annotations,omitempty" patchStrategy:"merge"` // Port Exposed port on load balancer. If not specified TargetPort is used. // +kubebuilder:validation:Minimum=1024 // +kubebuilder:validation:Maximum=65535 // +optional Port int32 `json:"port,omitempty"` // TargetPort Target port. If not specified the tls-port of network.service stanza is used from Aerospike config. // If there is no tls port configured then regular port from network.service is used. // +kubebuilder:validation:Minimum=1024 // +kubebuilder:validation:Maximum=65535 // +optional TargetPort int32 `json:"targetPort,omitempty"` // +optional LoadBalancerSourceRanges []string `json:"loadBalancerSourceRanges,omitempty" patchStrategy:"merge"` }
LoadBalancerSpec contains specification for Service with type LoadBalancer. +k8s:openapi-gen=true
func (*LoadBalancerSpec) DeepCopy ¶
func (in *LoadBalancerSpec) DeepCopy() *LoadBalancerSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LoadBalancerSpec.
func (*LoadBalancerSpec) DeepCopyInto ¶
func (in *LoadBalancerSpec) DeepCopyInto(out *LoadBalancerSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MountOptions ¶
type MountOptions struct { // Mounted read-only if true, read-write otherwise (false or unspecified). // Defaults to false. // +optional ReadOnly bool `json:"readOnly,omitempty"` // Path within the volume from which the container's volume should be mounted. // Defaults to "" (volume's root). // +optional SubPath string `json:"subPath,omitempty"` // mountPropagation determines how mounts are propagated from the host // to container and the other way around. // When not set, MountPropagationNone is used. // This field is beta in 1.10. // +optional MountPropagation *corev1.MountPropagationMode `json:"mountPropagation,omitempty"` // Expanded path within the volume from which the container's volume should be mounted. // Behaves similarly to SubPath but environment variable references $( // VAR_NAME) are expanded using the container's environment. // Defaults to "" (volume's root). // SubPathExpr and SubPath are mutually exclusive. // +optional SubPathExpr string `json:"subPathExpr,omitempty"` }
func (*MountOptions) DeepCopy ¶
func (in *MountOptions) DeepCopy() *MountOptions
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MountOptions.
func (*MountOptions) DeepCopyInto ¶
func (in *MountOptions) DeepCopyInto(out *MountOptions)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OnDemandBackupSpec ¶
type OnDemandBackupSpec struct { // ID is the unique identifier for the on-demand backup. // +kubebuilder:validation:MinLength=1 ID string `json:"id"` // RoutineName is the routine name used to trigger on-demand backup. RoutineName string `json:"routineName"` // Delay is the interval before starting the on-demand backup. Delay metav1.Duration `json:"delay,omitempty"` }
func (*OnDemandBackupSpec) DeepCopy ¶
func (in *OnDemandBackupSpec) DeepCopy() *OnDemandBackupSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OnDemandBackupSpec.
func (*OnDemandBackupSpec) DeepCopyInto ¶
func (in *OnDemandBackupSpec) DeepCopyInto(out *OnDemandBackupSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PersistentVolumeSpec ¶
type PersistentVolumeSpec struct { AerospikeObjectMeta `json:"metadata,omitempty"` // StorageClass should be pre-created by user. StorageClass string `json:"storageClass"` // VolumeMode specifies if the volume is block/raw or a filesystem. VolumeMode corev1.PersistentVolumeMode `json:"volumeMode"` // Size of volume. Size resource.Quantity `json:"size"` // Name for creating PVC for this volume, Name or path should be given // Name string `json:"name"` AccessModes []corev1.PersistentVolumeAccessMode `json:"accessModes,omitempty" protobuf:"bytes,1,rep,name=accessModes,casttype=PersistentVolumeAccessMode"` //nolint:lll // for readability // A label query over volumes to consider for binding. // +optional Selector *metav1.LabelSelector `json:"selector,omitempty"` }
PersistentVolumeSpec describes a persistent volume to claim and attach to Aerospike pods. +k8s:openapi-gen=true
func (*PersistentVolumeSpec) DeepCopy ¶
func (in *PersistentVolumeSpec) DeepCopy() *PersistentVolumeSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PersistentVolumeSpec.
func (*PersistentVolumeSpec) DeepCopyInto ¶
func (in *PersistentVolumeSpec) DeepCopyInto(out *PersistentVolumeSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Rack ¶
type Rack struct { // Identifier for the rack ID int `json:"id"` // Zone name for setting rack affinity. Rack pods will be deployed to given Zone Zone string `json:"zone,omitempty"` // Region name for setting rack affinity. Rack pods will be deployed to given Region Region string `json:"region,omitempty"` // RackLabel for setting rack affinity. // Rack pods will be deployed in k8s nodes having rackLabel {aerospike.com/rack-label: <rack-label>} RackLabel string `json:"rackLabel,omitempty"` // K8s Node name for setting rack affinity. Rack pods will be deployed in given k8s Node NodeName string `json:"nodeName,omitempty"` // AerospikeConfig overrides the common AerospikeConfig for this Rack. This is merged with global Aerospike config. // +kubebuilder:pruning:PreserveUnknownFields InputAerospikeConfig *AerospikeConfigSpec `json:"aerospikeConfig,omitempty"` // Effective/operative Aerospike config. The resultant is a merge of rack Aerospike config and the global // Aerospike config // +kubebuilder:pruning:PreserveUnknownFields AerospikeConfig AerospikeConfigSpec `json:"effectiveAerospikeConfig,omitempty"` // Storage specify persistent storage to use for the pods in this rack. This value overwrites the global storage config InputStorage *AerospikeStorageSpec `json:"storage,omitempty"` // Effective/operative storage. The resultant is user input if specified else global storage Storage AerospikeStorageSpec `json:"effectiveStorage,omitempty"` // PodSpec to use for the pods in this rack. This value overwrites the global storage config InputPodSpec *RackPodSpec `json:"podSpec,omitempty"` // Effective/operative PodSpec. The resultant is user input if specified else global PodSpec PodSpec RackPodSpec `json:"effectivePodSpec,omitempty"` }
Rack specifies single rack config
func (*Rack) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Rack.
func (*Rack) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RackConfig ¶
type RackConfig struct { // List of Aerospike namespaces for which rack feature will be enabled Namespaces []string `json:"namespaces,omitempty"` // Racks is the list of all racks // +nullable Racks []Rack `json:"racks,omitempty"` // RollingUpdateBatchSize is the percentage/number of rack pods that will be restarted simultaneously // +optional RollingUpdateBatchSize *intstr.IntOrString `json:"rollingUpdateBatchSize,omitempty"` }
RackConfig specifies all racks and related policies
func (*RackConfig) DeepCopy ¶
func (in *RackConfig) DeepCopy() *RackConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RackConfig.
func (*RackConfig) DeepCopyInto ¶
func (in *RackConfig) DeepCopyInto(out *RackConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RackPodSpec ¶
type RackPodSpec struct { // SchedulingPolicy overrides for this rack. SchedulingPolicy `json:",inline"` }
RackPodSpec provides rack specific overrides to the global pod spec.
func (*RackPodSpec) DeepCopy ¶
func (in *RackPodSpec) DeepCopy() *RackPodSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RackPodSpec.
func (*RackPodSpec) DeepCopyInto ¶
func (in *RackPodSpec) DeepCopyInto(out *RackPodSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RestoreType ¶
type RestoreType string
const ( Full RestoreType = "Full" Incremental RestoreType = "Incremental" Timestamp RestoreType = "Timestamp" )
type SchedulingPolicy ¶
type SchedulingPolicy struct { // Affinity rules for pod placement. Affinity *corev1.Affinity `json:"affinity,omitempty"` // Tolerations for this pod. Tolerations []corev1.Toleration `json:"tolerations,omitempty"` // NodeSelector constraints for this pod. NodeSelector map[string]string `json:"nodeSelector,omitempty"` }
SchedulingPolicy controls pod placement on Kubernetes nodes.
func (*SchedulingPolicy) DeepCopy ¶
func (in *SchedulingPolicy) DeepCopy() *SchedulingPolicy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SchedulingPolicy.
func (*SchedulingPolicy) DeepCopyInto ¶
func (in *SchedulingPolicy) DeepCopyInto(out *SchedulingPolicy)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SecretMount ¶
type SecretMount struct { // SecretName is the name of the secret to be mounted. SecretName string `json:"secretName"` // VolumeMount is the volume mount options for the secret. VolumeMount corev1.VolumeMount `json:"volumeMount"` }
SecretMount specifies the secret and its corresponding volume mount options.
func (*SecretMount) DeepCopy ¶
func (in *SecretMount) DeepCopy() *SecretMount
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretMount.
func (*SecretMount) DeepCopyInto ¶
func (in *SecretMount) DeepCopyInto(out *SecretMount)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SeedsFinderServices ¶
type SeedsFinderServices struct { // LoadBalancer created to discover Aerospike Cluster nodes from outside of // Kubernetes cluster. LoadBalancer *LoadBalancerSpec `json:"loadBalancer,omitempty"` }
func (*SeedsFinderServices) DeepCopy ¶
func (in *SeedsFinderServices) DeepCopy() *SeedsFinderServices
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SeedsFinderServices.
func (*SeedsFinderServices) DeepCopyInto ¶
func (in *SeedsFinderServices) DeepCopyInto(out *SeedsFinderServices)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Service ¶
type Service struct { // Type is the Kubernetes service type. Type corev1.ServiceType `json:"type"` }
Service specifies the Kubernetes service related configuration.
func (*Service) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Service.
func (*Service) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ValidationPolicySpec ¶
type ValidationPolicySpec struct { // skipWorkDirValidate validates that Aerospike work directory is mounted on a persistent file storage. // Defaults to false. SkipWorkDirValidate bool `json:"skipWorkDirValidate"` // ValidateXdrDigestLogFile validates that xdr digest log file is mounted on a persistent file storage. // Defaults to false. SkipXdrDlogFileValidate bool `json:"skipXdrDlogFileValidate"` }
ValidationPolicySpec controls validation of the Aerospike cluster resource.
func (*ValidationPolicySpec) DeepCopy ¶
func (in *ValidationPolicySpec) DeepCopy() *ValidationPolicySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ValidationPolicySpec.
func (*ValidationPolicySpec) DeepCopyInto ¶
func (in *ValidationPolicySpec) DeepCopyInto(out *ValidationPolicySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VolumeAttachment ¶
type VolumeAttachment struct { // ContainerName is the name of the container to attach this volume to. ContainerName string `json:"containerName"` // Path to attach the volume on the container. Path string `json:"path"` // AttachmentOptions that control how the volume is attached. AttachmentOptions `json:",inline"` }
VolumeAttachment specifies volume attachment to a container.
func (*VolumeAttachment) DeepCopy ¶
func (in *VolumeAttachment) DeepCopy() *VolumeAttachment
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeAttachment.
func (*VolumeAttachment) DeepCopyInto ¶
func (in *VolumeAttachment) DeepCopyInto(out *VolumeAttachment)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VolumeSource ¶
type VolumeSource struct { // EmptyDir represents a temporary directory that shares a pod's lifetime. // More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir // +optional EmptyDir *corev1.EmptyDirVolumeSource `json:"emptyDir,omitempty" protobuf:"bytes,2,opt,name=emptyDir"` // +optional Secret *corev1.SecretVolumeSource `json:"secret,omitempty" protobuf:"bytes,6,opt,name=secret"` // ConfigMap represents a configMap that should populate this volume // +optional ConfigMap *corev1.ConfigMapVolumeSource `json:"configMap,omitempty" protobuf:"bytes,19,opt,name=configMap"` // +optional PersistentVolume *PersistentVolumeSpec `json:"persistentVolume,omitempty"` }
VolumeSource is the source of a volume to mount. Only one of its members may be specified.
func (*VolumeSource) DeepCopy ¶
func (in *VolumeSource) DeepCopy() *VolumeSource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeSource.
func (*VolumeSource) DeepCopyInto ¶
func (in *VolumeSource) DeepCopyInto(out *VolumeSource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VolumeSpec ¶
type VolumeSpec struct { // TODO: should this be inside source.PV or other type of source will also need this // Contains policies for this volumes. AerospikePersistentVolumePolicySpec `json:",inline"` // Name for this volume, Name or path should be given. Name string `json:"name"` // Source of this volume. Source VolumeSource `json:"source,omitempty"` // Aerospike attachment of this volume on Aerospike server container. // +optional Aerospike *AerospikeServerVolumeAttachment `json:"aerospike,omitempty"` // Sidecars are side containers where this volume will be mounted // +optional Sidecars []VolumeAttachment `json:"sidecars,omitempty"` // InitContainers are additional init containers where this volume will be mounted // +optional InitContainers []VolumeAttachment `json:"initContainers,omitempty"` }
func (*VolumeSpec) DeepCopy ¶
func (in *VolumeSpec) DeepCopy() *VolumeSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeSpec.
func (*VolumeSpec) DeepCopyInto ¶
func (in *VolumeSpec) DeepCopyInto(out *VolumeSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.