# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
AddOwnerRefToObject adds the parent as an owner to the child.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CalculateMD5Hash returns a MD5 hash of the give text.
EnsureLinuxNodeSelector takes given selector map and returns a selector map with linux node selector added into it.
*
EnvValueEqual - check if 2 EnvValues are equal or not
Notes:
- reflect.DeepEqual does not return expected results if the to-be-compared value is a pointer.
No description provided by the author
No description provided by the author
GetComponentImage returns a full image pull spec for a given component based on the component type.
GetEnvVar returns EnvVar entry that matches the given name.
GetOption from the named value from the list of options and convert it as needed.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
InitLogger creates a logger and optionally initializes the verbosity with the value in LOG_LEVEL.
No description provided by the author
OutputMap returns a map of names to outputs.
No description provided by the author
No description provided by the author
No description provided by the author
Update sets the named options with the provided value processing it using the provided function if not nil.
WrapError wraps some types of error to provide more informative Error() message.
# Variables
COMPONENT_IMAGES are keys based on the "container name" + "-{image,version}".
No description provided by the author
NoOptions is used to pass empty options.
# Structs
No description provided by the author
StringMap is a concurrent-safe map[string]string based on sync.Map.
# Type aliases
Options is a map of Options used to customize the config generation.