package
0.19.0
Repository: https://github.com/kubernetes-sigs/kustomize.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewFactory makes an instance of Factory.
OriginFromCustomPlugin takes a custom plugin defined as a resource and returns an origin object to describe it.

# Variables

No description provided by the author

# Structs

Factory makes instances of Resource.
No description provided by the author
Origin retains information about the origin of resources and transformer configs that contributed to the output of `kustomize build`.
Resource is an RNode, representing a Kubernetes Resource Model object, paired with metadata used by kustomize.

# Interfaces

ResCtx is an interface describing the contextual added kept kustomize in the context of each Resource object.

# Type aliases

ResCtxMatcher returns true if two Resources are being modified in the same kustomize context.
Transformations is a list of Origin.