context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/google/cel-go/cel | Package cel defines the top-level interface for the Common Expression Language (CEL). |
github.com/google/cel-go/common/types | Package types contains the types, traits, and utilities common to all components of expression handling. |
github.com/google/cel-go/common/types/traits | Package traits defines interfaces that a type may implement to participate in operator overloads and function dispatch. |
google.golang.org/protobuf/types/known/structpb | Package structpb contains generated types for google/protobuf/struct.proto. |
gopkg.in/evanphx/json-patch.v4 | |
k8s.io/api/admission/v1 | |
k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
k8s.io/apimachinery/pkg/api/errors | Package errors provides detailed error types for api field validation. |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/apis/meta/v1/unstructured | |
k8s.io/apimachinery/pkg/runtime | Package 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/wait | Package 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 | |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
sigs.k8s.io/structured-merge-diff/v4/fieldpath | Package 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/schema | Package 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/typed | Package typed contains logic for operating on values with given schemas. |
sigs.k8s.io/structured-merge-diff/v4/value | Package 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). |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |