Documentation ¶
Overview ¶
Package patch holds miscellaneous interfaces used by kustomize.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory interface { MakePatchTransformer( slice []*resource.Resource, rf *resource.Factory) (transformers.Transformer, error) }
Factory makes transformers that require k8sdeps.
Click to show internal directories.
Click to hide internal directories.