package
2.16.1
Repository: https://github.com/elastic/cloud-on-k8s.git
Documentation: pkg.go.dev

# Functions

DataVolume returns the volume used to propagate the keystore file from the init container to the server running in the main container.
ReconcileResources optionally returns a volume and init container to include in Pods, in order to create a Keystore from a Secret containing secure settings provided by the user and referenced in the Elastic Stack application spec.
SecureSettingsWatchName returns the watch name according to the deployment name.
WatchedSecretNames returns the name of all secure settings secrets to watch.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

InitContainerParameters helps to create a valid keystore init script.
Resources holds all the resources needed to create a keystore in Kibana or in the APM server.

# Interfaces

HasKeystore interface represents an Elastic Stack application that offers a keystore which in ECK is populated using a user-provided secret containing secure settings.