context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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). |
k8s.io/apiextensions-apiserver/pkg/apihelpers | |
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions | Package apiextensions is the internal version of the API. |
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1 | Package v1 is the v1 version of the API. |
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1 | Package v1beta1 is the v1beta1 version of the API. |
k8s.io/apiextensions-apiserver/pkg/apiserver/schema | |
k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel | |
k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/model | |
k8s.io/apiextensions-apiserver/pkg/apiserver/schema/defaulting | |
k8s.io/apiextensions-apiserver/pkg/apiserver/validation | |
k8s.io/apimachinery/pkg/api/equality | |
k8s.io/apimachinery/pkg/api/validation | Package validation contains generic api type validation functions. |
k8s.io/apimachinery/pkg/util/sets | Package sets has generic set and specified sets. |
k8s.io/apimachinery/pkg/util/validation | |
k8s.io/apimachinery/pkg/util/validation/field | |
k8s.io/apiserver/pkg/apis/cel | |
k8s.io/apiserver/pkg/cel | |
k8s.io/apiserver/pkg/cel/environment | |
k8s.io/apiserver/pkg/util/webhook | Package webhook implements a generic HTTP webhook plugin. |
math | Package math provides basic constants and mathematical functions. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |