Versions in this module Expand all Collapse all v1 v1.0.0 Jun 17, 2024 Changes in this version + func GetInt64FromPath(value *unstructured.Unstructured, path string, prefixFields []string) (*int64, error) + func GetLabelSelectorFromPath(obj *unstructured.Unstructured, path string, prefixFields []string) (*metav1.LabelSelector, error) + func SetInt64FromPath(value *unstructured.Unstructured, path string, replicas *int64, ...) error + func SplitDotPath(dotPath string, prefixFields []string) []string + func ToSlashPath(dotPath string) (output string)