# Packages
Package patch holds miscellaneous interfaces used by kustomize.
# Functions
NewGenerationBehavior converts a string to a GenerationBehavior.
# Constants
BehaviorCreate makes a new resource.
BehaviorMerge attempts to merge a new resource with an existing resource.
BehaviorReplace replaces a resource.
BehaviorUnspecified is an Unspecified behavior; typically treated as a Create.
See core.v1.SecretTypeOpaque.
# Interfaces
Kunstructured allows manipulation of k8s objects that do not have Golang structs.
KunstructuredFactory makes instances of Kunstructured.
Loader interface exposes methods to read bytes.
Validator provides functions to validate annotations and labels.
# Type aliases
GenerationBehavior specifies generation behavior of configmaps, secrets and maybe other resources.