autoscaling.k8s.elastic.co/v1alpha1edit

Package v1alpha1 contains API schema definitions for managing ElasticsearchAutoscaler resources.

Resource Types

ElasticsearchAutoscaleredit

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

ElasticsearchAutoscalerSpecedit

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.

ElasticsearchRefedit

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.