autoscaling.k8s.elastic.co/v1alpha1
ECK
Package v1alpha1 contains API schema definitions for managing ElasticsearchAutoscaler resources.
ElasticsearchAutoscaler represents an ElasticsearchAutoscaler resource in a Kubernetes cluster.
Field | Description |
---|---|
apiVersion string |
autoscaling.k8s.elastic.co/v1alpha1 |
kind string |
ElasticsearchAutoscaler |
metadata ObjectMeta |
Refer to Kubernetes API documentation for fields of metadata . |
spec ElasticsearchAutoscalerSpec |
ElasticsearchAutoscalerSpec holds the specification of an Elasticsearch autoscaler resource.
Appears In:
Field | Description |
---|---|
elasticsearchRef ElasticsearchRef |
|
pollingPeriod Duration |
PollingPeriod is the period at which to synchronize with the Elasticsearch autoscaling API. |
ElasticsearchRef is a reference to an Elasticsearch cluster that exists in the same namespace.
Appears In:
Field | Description |
---|---|
name string |
Name is the name of the Elasticsearch resource to scale automatically. |