Documentation ¶
Index ¶
- func CloneNewObject(src *unstructured.Unstructured) (*unstructured.Unstructured, error)
- func CompareSpecByUnstructured(source, target *unstructured.Unstructured) bool
- func Contains(s []string, searchterm string) bool
- func Delete(data map[string]interface{}, path string)
- func Get(data map[string]interface{}, path string) (value interface{})
- func ObjectToUnstructured(object runtime.Object) (*unstructured.Unstructured, error)
- func Set(data map[string]interface{}, path string, value interface{})
- func Sha1(data string) string
- func ToStringArray(source interface{}) []string
- func UnmarshalObject(object runtime.Object, target interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloneNewObject ¶
func CloneNewObject(src *unstructured.Unstructured) (*unstructured.Unstructured, error)
func CompareSpecByUnstructured ¶
func CompareSpecByUnstructured(source, target *unstructured.Unstructured) bool
func ObjectToUnstructured ¶
func ObjectToUnstructured(object runtime.Object) (*unstructured.Unstructured, error)
func ToStringArray ¶
func ToStringArray(source interface{}) []string
func UnmarshalObject ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.