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

# Functions

CreateOrUpdate attempts first to get the given service.
Equal return only true if the service are equal.
Mutate is a default mutation function for services that copies only mutable fields from desired to current.
New returns a new Builder instance with a default initialized service.

# Structs

Builder represents the struct to build k8s services.

# Type aliases

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