Documentation ¶
Index ¶
- func ConvertRawToUnstructured(rawObject []byte) (*unstructured.Unstructured, error)
- func ConvertRuntimeObjectToUnstructured(obj runtime.Object) (*unstructured.Unstructured, error)
- func ConvertUnstructuredToRuntimeObject(unstructuredObj *unstructured.Unstructured) (runtime.Object, error)
- func MustConvertRawToUnstructured(rawObject []byte) *unstructured.Unstructured
- func MustConvertRuntimeObjectToUnstructured(obj runtime.Object) *unstructured.Unstructured
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertRawToUnstructured ¶
func ConvertRawToUnstructured(rawObject []byte) (*unstructured.Unstructured, error)
func ConvertRuntimeObjectToUnstructured ¶
func ConvertRuntimeObjectToUnstructured(obj runtime.Object) (*unstructured.Unstructured, error)
func ConvertUnstructuredToRuntimeObject ¶
func ConvertUnstructuredToRuntimeObject(unstructuredObj *unstructured.Unstructured) (runtime.Object, error)
func MustConvertRawToUnstructured ¶
func MustConvertRawToUnstructured(rawObject []byte) *unstructured.Unstructured
func MustConvertRuntimeObjectToUnstructured ¶
func MustConvertRuntimeObjectToUnstructured(obj runtime.Object) *unstructured.Unstructured
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.