package
0.11.0
Repository: https://github.com/sallyom/kubernetes.git
Documentation: pkg.go.dev

# Functions

MergeJSON merges JSON according to RFC7386 (see https://tools.ietf.org/html/rfc7386).
MergePatch is an implementation of MergePatch described in RFC7386 that operates on json marshalled into empty interface{} by encoding/json.Unmarshal() (see https://tools.ietf.org/html/rfc7386#section-2).