Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CombineManifests ¶
CombineManifests combines given manifests with a base manifest and adds yaml style separation. Nothing is appended if the manifest is empty or base already contains a trailing separator.
func GenerateCombinedGlobalManifest ¶
GenerateCombinedGlobalManifest creates a temporary manifest yaml containing all standard global resource manifests combined into 1 file
func GenerateCombinedNamespacedManifest ¶
GenerateCombinedNamespacedManifest creates a temporary manifest yaml containing all standard namespaced resource manifests combined into 1 file
Types ¶
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
Scanner scans a yaml manifest file for manifest tokens delimited by "---". See bufio.Scanner for semantics.
func NewYAMLScanner ¶
Click to show internal directories.
Click to hide internal directories.