Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KustomizeParser ¶
type KustomizeParser struct { }
KustomizeParser is an implementation of the ManifestParser that can parse from Kustomize definitions.
func (*KustomizeParser) Parse ¶
func (k *KustomizeParser) Parse(path string) ([]*unstructured.Unstructured, error)
Parse is an implementation of ManifestParser.
Click to show internal directories.
Click to hide internal directories.