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

# Functions

No description provided by the author
GetClaim returns a pointer to the claim with the given name, or nil if not found.
GetReplicas returns the replicas configured for this StatefulSet, or 0 if nil.
New creates a StatefulSet from the given params.
NewPodTemplateValidator returns a function which can be used to validate the PodTemplateSpec in a StatefulSet.
No description provided by the author
PodName returns the name of the pod with the given ordinal for this StatefulSet.
PodNames returns the names of the pods for this StatefulSet, according to the number of replicas.
PodReconciliationDone returns true if actual existing pods match what is specified in the StatefulSetList.
PodRevision returns the StatefulSet revision from this pod labels.
Reconcile creates or updates the given StatefulSet for the specified owner.
RetrieveActualPVCs returns all existing PVCs for that StatefulSet, per claim name.
WithTemplateHash returns a new StatefulSet with a hash of its template to ease comparisons.

# Structs

Params to specify a StatefulSet specification.
No description provided by the author
No description provided by the author
No description provided by the author