Imports of package patch

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/cel-go/celPackage cel defines the top-level interface for the Common Expression Language (CEL).
github.com/google/cel-go/common/typesPackage types contains the types, traits, and utilities common to all components of expression handling.
github.com/google/cel-go/common/types/traitsPackage traits defines interfaces that a type may implement to participate in operator overloads and function dispatch.
google.golang.org/protobuf/types/known/structpbPackage structpb contains generated types for google/protobuf/struct.proto.
gopkg.in/evanphx/json-patch.v4
k8s.io/api/admission/v1
k8s.io/api/core/v1Package v1 is the v1 version of the core API.
k8s.io/apimachinery/pkg/api/errorsPackage errors provides detailed error types for api field validation.
k8s.io/apimachinery/pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
k8s.io/apimachinery/pkg/apis/meta/v1/unstructured
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/runtime/serializer/json
k8s.io/apimachinery/pkg/util/managedfields
k8s.io/apimachinery/pkg/util/runtime
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
k8s.io/apiserver/pkg/admission
k8s.io/apiserver/pkg/admission/plugin/cel
k8s.io/apiserver/pkg/cel/mutation
k8s.io/apiserver/pkg/cel/mutation/dynamic
k8s.io/client-go/openapi
k8s.io/kube-openapi/pkg/spec3
k8s.io/utils/ptr
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
sigs.k8s.io/structured-merge-diff/v4/fieldpathPackage fieldpath defines a way for referencing path elements (e.g., an index in an array, or a key in a map).
sigs.k8s.io/structured-merge-diff/v4/schemaPackage schema defines a targeted schema language which allows one to represent all the schema information necessary to perform "structured" merges and diffs.
sigs.k8s.io/structured-merge-diff/v4/typedPackage typed contains logic for operating on values with given schemas.
sigs.k8s.io/structured-merge-diff/v4/valuePackage value defines types for an in-memory representation of yaml or json objects, organized for convenient comparison with a schema (as defined by the sibling schema package).
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.