enterprisesearch.k8s.elastic.co/v1beta1
editenterprisesearch.k8s.elastic.co/v1beta1
editPackage v1beta1 contains API schema definitions for managing Enterprise Search resources.
Resource Types
EnterpriseSearch
editEnterpriseSearch is a Kubernetes CRD to represent Enterprise Search.
Field | Description |
---|---|
|
|
|
|
|
Refer to Kubernetes API documentation for fields of |
|
EnterpriseSearchSpec
editEnterpriseSearchSpec holds the specification of an Enterprise Search resource.
Field | Description |
---|---|
|
Version of Enterprise Search. |
|
Image is the Enterprise Search Docker image to deploy. |
|
Count of Enterprise Search instances to deploy. |
|
Config holds the Enterprise Search configuration. |
|
ConfigRef contains a reference to an existing Kubernetes Secret holding the Enterprise Search configuration. Configuration settings are merged and have precedence over settings specified in |
|
HTTP holds the HTTP layer configuration for Enterprise Search resource. |
|
ElasticsearchRef is a reference to the Elasticsearch cluster running in the same Kubernetes cluster. |
|
PodTemplate provides customisation options (labels, annotations, affinity rules, resource requests, and so on) for the Enterprise Search pods. |
|
ServiceAccountName is used to check access from the current resource to a resource (eg. Elasticsearch) in a different namespace. Can only be used if ECK is enforcing RBAC on references. |