# 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.
# 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.