Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 2.56 KB

V1alpha1ElasticsearchSpec.md

File metadata and controls

26 lines (21 loc) · 2.56 KB

V1alpha1ElasticsearchSpec

Properties

Name Type Description Notes
affinity V1Affinity If specified, the pod's scheduling constraints [optional]
backupSchedule V1alpha1BackupScheduleSpec BackupSchedule spec to specify how database backup will be taken [optional]
certificateSecret V1SecretVolumeSource Secret with SSL certificates [optional]
databaseSecret V1SecretVolumeSource Database authentication secret [optional]
doNotPause Boolean If DoNotPause is true, controller will prevent to delete this Elasticsearch object. Controller will create same Elasticsearch object and ignore other process. [optional]
enableSSL Boolean To enable ssl in transport & http layer [optional]
imagePullSecrets List<V1LocalObjectReference> 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. If specified, these secrets will be passed to individual puller implementations for them to use. [optional]
init V1alpha1InitSpec Init is used to initialize database [optional]
monitor ComGithubAppscodeKubeMonApiAgentSpec Monitor is used monitor database instance [optional]
nodeSelector Map<String, String> NodeSelector is a selector which must be true for the pod to fit on a node [optional]
replicas Integer Number of instances to deploy for a Elasticsearch database. [optional]
resources V1ResourceRequirements Compute Resources required by the sidecar container. [optional]
schedulerName String If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler. [optional]
storage V1PersistentVolumeClaimSpec Storage to specify how storage shall be used. [optional]
tolerations List<V1Toleration> If specified, the pod's tolerations. [optional]
topology V1alpha1ElasticsearchClusterTopology Elasticsearch topology for node specification [optional]
version String Version of Elasticsearch to be deployed.