Documentation ¶
Index ¶
Constants ¶
View Source
const BMO_CONFIG_FILENAME = "bmo-config.yaml"
View Source
const CLUSTERCTL_CONFIG_FILENAME = "clusterctl-config.yaml"
Variables ¶
This section is empty.
Functions ¶
func FromUnstructured ¶
func FromUnstructured(objs []unstructured.Unstructured) ([]byte, error)
FromUnstructured takes a list of Unstructured objects and converts it into a YAML
func GetRepositoryPath ¶
func JoinYaml ¶
JoinYaml takes a list of YAML files and join them ensuring each YAML that the yaml separator goes on a new line by adding \n where necessary
func ToUnstructured ¶
func ToUnstructured(rawyaml []byte) ([]unstructured.Unstructured, error)
ToUnstructured takes a YAML and converts it to a list of Unstructured objects
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.