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 cronjob.
Delete attempts to delete a k8s deployment if existing or returns an error.
Equal return only true if the cronjob are equal.
List returns a list of deployments that match the given selector.
Mutate is a default mutation function for cronjobs that copies only mutable fields from desired to current.
New returns a new Builder for Cronjob objects.

# Structs

Builder represents the type to build Cronjob objects.

# Type aliases

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