Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ObjectToObject ¶
func ObjectToObject(from interface{}, to interface{}) error
ObjectToObject converts one object into another
func ObjectToYaml ¶
ObjectToYaml returns the yaml of a runtime object
func StringToUnstructured ¶
func StringToUnstructured(out string) (*unstructured.Unstructured, error)
StringToUnstructured expects a single object via string and parses it into an unstructured object
func StringToUnstructuredArray ¶
func StringToUnstructuredArray(out string) ([]*unstructured.Unstructured, error)
StringToUnstructuredArray splits a YAML file into unstructured objects. Returns a list of all unstructured objects
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.