Versions in this module Expand all Collapse all v0 v0.0.4 Aug 15, 2023 Changes in this version + type Patcher interface + Apply func(original, patch []byte, gvk schema.GroupVersionKind) ([]byte, error) + ApplyOnFile func(filePath string, patch []byte, gvk schema.GroupVersionKind) error + Create func(new runtime.Object, applyFn func(runtime.Object) error) ([]byte, error) + func NewPatcher(s serializer.Serializer) Patcher