Versions in this module Expand all Collapse all v2 v2.8.0 Nov 12, 2025 Changes in this version + type JSON6902 []any + func NewJSONPatch() *JSON6902 + func (patch *JSON6902) Add(path ...string) func(value any) *JSON6902 + func (patch *JSON6902) Bytes() ([]byte, error) + func (patch *JSON6902) Data(client.Object) ([]byte, error) + func (patch *JSON6902) IsEmpty() bool + func (patch *JSON6902) Remove(path ...string) *JSON6902 + func (patch *JSON6902) Replace(path ...string) func(value any) *JSON6902 + func (patch *JSON6902) Type() types.PatchType + type Merge7386 map[string]any + func NewMergePatch() *Merge7386 + func (patch *Merge7386) Add(path ...string) func(value any) *Merge7386 + func (patch *Merge7386) Bytes() ([]byte, error) + func (patch *Merge7386) Data(client.Object) ([]byte, error) + func (patch *Merge7386) IsEmpty() bool + func (patch *Merge7386) Remove(path ...string) *Merge7386 + func (patch *Merge7386) Type() types.PatchType Other modules containing this package github.com/percona/percona-postgresql-operator