Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnmarshalYAMLResources ¶
func UnmarshalYAMLResources(data string) (objs []*unstructured.Unstructured)
UnmarshalYAMLResources takes in a string YAML representation and returns a list of metav1.unstructured type objects
Types ¶
type Image ¶
type Image = string
Image simply strictly types Images with strings
func GetImages ¶
func GetImages(objs []*unstructured.Unstructured) (images []Image)
GetImages returns a slice of images (type Image = string) found within a unstructured objs list
Click to show internal directories.
Click to hide internal directories.