Imports of package patch

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/evanphx/json-patch
k8s.io/apimachinery/pkg/runtimePackage runtime defines conversions between generic types and structs to map query strings to struct objects.
k8s.io/apimachinery/pkg/runtime/schema
k8s.io/apimachinery/pkg/util/mergepatch
k8s.io/apimachinery/pkg/util/strategicpatch
k8s.io/client-go/kubernetes/schemeThis package contains the scheme of the automatically generated clientset.
sigs.k8s.io/kustomize/pkg/gvk
sigs.k8s.io/kustomize/pkg/resmapPackage resmap implements a map from ResId to Resource that tracks all resources in a kustomization.
sigs.k8s.io/kustomize/pkg/resourcePackage resource implements representations of k8s API resources as "unstructured" objects.
sigs.k8s.io/kustomize/pkg/transformersPackage transformers has implementations of resmap.ResMap transformers.