Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApplier ¶
func NewApplier(pt *PatcherScheme, opts *filter.Options, includeTemplates bool, templateOpts ...string) options.Applier
NewApplier creates a new options applier instance. The filter indicates keep-only options for what subsets of patches to look for.
func NewDefaultApplier ¶
NewDefaultApplier creates a default patch template applier.
Types ¶
type PatcherScheme ¶
type PatcherScheme struct { KubeScheme *runtime.Scheme Codecs serializer.CodecFactory }
PatcherScheme wraps Kubernetes schema constructs.
func DefaultPatcherScheme ¶
func DefaultPatcherScheme() *PatcherScheme
DefaultPatcherScheme returns a default scheme with several types built-in.
Click to show internal directories.
Click to hide internal directories.