Versions in this module Expand all Collapse all v0 v0.0.183 Jan 30, 2025 Changes in this version + 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