autoscaling.k8s.elastic.co/v1alpha1

edit

autoscaling.k8s.elastic.co/v1alpha1

edit

Package v1alpha1 contains API schema definitions for managing ElasticsearchAutoscaler resources.

Resource Types

ElasticsearchAutoscaler

edit

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

edit

ElasticsearchAutoscalerSpec holds the specification of an Elasticsearch autoscaler resource.

Field Description

elasticsearchRef ElasticsearchRef

pollingPeriod Duration

PollingPeriod is the period at which to synchronize with the Elasticsearch autoscaling API.

ElasticsearchRef

edit

ElasticsearchRef is a reference to an Elasticsearch cluster that exists in the same namespace.

Field Description

name string

Name is the name of the Elasticsearch resource to scale automatically.