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

# Functions

No description provided by the author
ConsoleExternalLogLinkEqual returns true href template and text are equal.
No description provided by the author
ConsoleLinksEqual returns true all of the following are equal: - location - link text - link href - application menu section.
CreateOrUpdateConsoleExternalLogLink attempts first to get the given consoleexternalloglink.
CreateOrUpdateConsoleLink attempts first to get the given consolelink.
No description provided by the author
No description provided by the author
MutateConsoleExternalLogLink is a default mutate implementation that copies only the href template and text from desired to current consoleexternalloglink.
MutateSpecOnly is a default mutate implementation that copies only the spec from desired to current consolelink.
NewConsoleExternalLogLink returns a new opensnfhit api ConsoleExternalLogLink.
NewConsoleLink returns a new openshift api console link.

# Constants

No description provided by the author
No description provided by the author

# Type aliases

EqualityFunc is the type for functions that compare two consoleexternalloglinks.
ConsoleLinkEqualityFunc is the type for functions that compare two consolelinks.
MutateFunc is the type for functions that mutate the current consoleexternalloglink by applying the values from the desired consoleexternalloglink.
MutateConsoleLinkFunc is the type for functions that mutate the current consolelink by applying the values from the desired consolelink.