Documentation
¶
Index ¶
Constants ¶
View Source
const ( DebugLogLevel = 2 TraceLogLevel = 3 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ManifestResources ¶
type ManifestResources struct {
Items []*unstructured.Unstructured
}
ManifestResources holds a collection of objects, so that we can filter / sequence them.
func ParseManifestToObjects ¶
func ParseManifestToObjects(path string) (ManifestResources, error)
Click to show internal directories.
Click to hide internal directories.