package
0.0.0-20250303095208-d379ee86d136
Repository: https://github.com/codeready-toolchain/toolchain-common.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Filter filters the given objs to return only those matching the given filters (if any).
LoadObjectsFromEmbedFS loads all the kubernetes objects from an embedded filesystem and returns a list of Unstructured objects that can be applied in the cluster.
NewProcessor returns a new Processor.

# Variables

RetainAllButNamespaces a func to retain all but namespaces.
RetainNamespaces a func to retain only namespaces.

# Structs

Processor the tool that will process and apply a template with variables.
Variables contains all the available variables that are supported by the templates.

# Type aliases

FilterFunc a function to retain an object or not.