apm.k8s.elastic.co/v1edit

Package v1 contains API schema definitions for managing APM Server resources.

Resource Types

ApmServeredit

ApmServer represents an APM Server resource in a Kubernetes cluster.

Field Description

apiVersion
string

apm.k8s.elastic.co/v1

kind
string

ApmServer

metadata
Kubernetes meta/v1.ObjectMeta


Refer to the Kubernetes API documentation for the fields of the metadata field.

spec
ApmServerSpec


version string
Version of the APM Server.
image string
Image is the APM Server Docker image to deploy.
count int32
Count of APM Server instances to deploy.
config Config
Config holds the APM Server configuration. See: https://www.elastic.co/guide/en/apm/server/current/configuring-howto-apm-server.html
http HTTPConfig
HTTP holds the HTTP layer configuration for the APM Server resource.
elasticsearchRef ObjectSelector
ElasticsearchRef is a reference to the output Elasticsearch cluster running in the same Kubernetes cluster.
podTemplate Kubernetes core/v1.PodTemplateSpec
PodTemplate provides customisation options (labels, annotations, affinity rules, resource requests, and so on) for the APM Server pods.
secureSettings []SecretSource
SecureSettings is a list of references to Kubernetes secrets containing sensitive configuration options for APM Server.

ApmServerSpecedit

ApmServerSpec holds the specification of an APM Server.

Field Description

version
string

Version of the APM Server.

image
string

Image is the APM Server Docker image to deploy.

count
int32

Count of APM Server instances to deploy.

config
Config

Config holds the APM Server configuration. See: https://www.elastic.co/guide/en/apm/server/current/configuring-howto-apm-server.html

http
HTTPConfig

HTTP holds the HTTP layer configuration for the APM Server resource.

elasticsearchRef
ObjectSelector

ElasticsearchRef is a reference to the output Elasticsearch cluster running in the same Kubernetes cluster.

podTemplate
Kubernetes core/v1.PodTemplateSpec

PodTemplate provides customisation options (labels, annotations, affinity rules, resource requests, and so on) for the APM Server pods.

secureSettings
[]SecretSource

SecureSettings is a list of references to Kubernetes secrets containing sensitive configuration options for APM Server.