package
0.0.0-20241202183904-81cd6e70c15e
Repository: https://github.com/openshift/elasticsearch-operator.git
Documentation: pkg.go.dev

# Functions

Create will create the given statefulset on the api server or return an error on failure.
Delete attempts to delete a k8s statefulset if existing or returns an error.
Get returns the k8s statefulset for the given object key or an error.
List returns a list of statefulsets that match the given selector.
New returns a new Builder instance with a default initialized statefulset.
Update will update an existing statefulset if compare func returns true or else leave it unchanged.

# Structs

Builder represents the struct to build k8s statefulsets.

# Type aliases

EqualityFunc is the type for functions that compare two statefulsets.
MutateFunc is the type for functions that mutate the current statefulset by applying the values from the desired statefulset.