package
0.33.0-alpha.2
Repository: https://github.com/kubernetes/apiserver.git
Documentation: pkg.go.dev

# Functions

Authz provides a CEL function library extension for performing authorization checks.
AuthzSelectors provides a CEL function library extension for adding fieldSelector and labelSelector filters to authorization checks.
CIDR provides a CEL function library extension of CIDR notation parsing functions.
<Format>.validate(str: string) -> ?list<string> Validates the given string against the given format.
IP provides a CEL function library extension of IP address parsing functions.
JSONPatch provides a CEL function library extension of JSONPatch functions.
KnownLibraries returns all libraries used in Kubernetes.
Lists provides a CEL function library extension of list utility functions.
No description provided by the author
No description provided by the author
No description provided by the author
Regex provides a CEL function library extension of regex utility functions.
No description provided by the author
Test provides a test() function that returns true.
No description provided by the author
URLs provides a CEL function library extension of URL parsing functions.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
FindAllRegexOptimization optimizes the 'findAll' function by compiling the regex pattern and reporting any compilation errors at program creation time, and using the compiled regex pattern for all function call invocations.
FindRegexOptimization optimizes the 'find' function by compiling the regex pattern and reporting any compilation errors at program creation time, and using the compiled regex pattern for all function call invocations.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CostEstimator implements CEL's interpretable.ActualCostEstimator and checker.CostEstimator.

# Interfaces

Library represents a CEL library used by kubernetes.
Resource represents an API resource.

# Type aliases

No description provided by the author