Skip to main content
Schemaobject

io.k8s.api.admissionregistration.v1beta1.Variable

Variable is the definition of a variable that is used for composition. A variable is defined as a named expression.

Source
specs/apis__admissionregistration.k8s.io__v1beta1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
expression string
required

expression is the expression that will be evaluated as the value of the variable. The CEL expression has access to the same identifiers as the CEL expressions in Validation.

name string
required

name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through `variables` For example, if name is "foo", the variable will be available as `variables.foo`