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 route.
Get returns the openshift route for the given object key or an error.
MutateTLSConfigOnly is a default mutate implementation that copies only the route's tls config from desired to current.
New returns a new Builder for openshift api route objects.
RouteTLSConfigEqual returns true only if the routes are equal in tls configs.

# Structs

Builder represents the struct to build openshift api route objects.

# Type aliases

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