Versions in this module Expand all Collapse all v0 v0.1.0 Dec 6, 2018 Changes in this version + func JsonIfYaml(source []byte, filename string) ([]byte, error) + func LoadKubernetesResource(jsonData []byte) (runtime.Object, error) + func LoadKubernetesResourceFromFile(path string) (runtime.Object, error) + func UnstructuredFromRuntimeObject(ro runtime.Object) (*unstructured.Unstructured, error)