Versions in this module Expand all Collapse all v2 v2.0.0 Apr 16, 2020 Changes in this version + func GetResourceSchemasForClient(client discovery.OpenAPISchemaInterface) (openapi.Resources, error) + func PatchForResourceUpdate(resources openapi.Resources, ...) ([]byte, types.PatchType, strategicpatch.LookupPatchMeta, error) + func PatchPropertiesChanged(patch map[string]interface{}, paths []string) ([]string, error) + func Pluck(obj map[string]interface{}, path ...string) (interface{}, bool) + func PropertiesChanged(oldObj, newObj map[string]interface{}, paths []string) ([]string, error) + func SupportsDryRun(client discovery.OpenAPISchemaInterface, gvk schema.GroupVersionKind) (bool, error) + func ValidateAgainstSchema(resources openapi.Resources, obj *unstructured.Unstructured) error