Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SplitManifests ¶
SplitManifests takes a string of manifest and returns a map contains individual manifests
Types ¶
type BySplitManifestsOrder ¶
type BySplitManifestsOrder []string
BySplitManifestsOrder sorts by in-file manifest order, as provided in function `SplitManifests`
func (BySplitManifestsOrder) Len ¶
func (a BySplitManifestsOrder) Len() int
func (BySplitManifestsOrder) Less ¶
func (a BySplitManifestsOrder) Less(i, j int) bool
func (BySplitManifestsOrder) Swap ¶
func (a BySplitManifestsOrder) Swap(i, j int)
type SimpleHead ¶
type SimpleHead struct { Version string `json:"apiVersion"` Kind string `json:"kind,omitempty"` Metadata *struct { Name string `json:"name"` Annotations map[string]string `json:"annotations"` } `json:"metadata,omitempty"` }
SimpleHead defines what the structure of the head of a manifest file
Click to show internal directories.
Click to hide internal directories.