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/checker | Package checker defines functions to type-checked a parsed expression against a set of identifier and function declarations. |
github.com/google/cel-go/ext | Package ext contains CEL extension libraries where each library defines a related set of constants, functions, macros, or other configuration settings which may not be covered by the core CEL spec. |
github.com/google/cel-go/interpreter | Package interpreter provides functions to evaluate parsed expressions with the option to augment the evaluation with inputs and functions supplied at evaluation time. |
golang.org/x/sync/singleflight | Package singleflight provides a duplicate function call suppression mechanism. |
k8s.io/apimachinery/pkg/util/version | Package version provides utilities for version number comparisons |
k8s.io/apiserver/pkg/apis/cel | |
k8s.io/apiserver/pkg/cel | |
k8s.io/apiserver/pkg/cel/library | |
math | Package math provides basic constants and mathematical functions. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |