ValidatingAdmissionPolicyBinding

io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBinding
See theValidatingAdmissionPolicyBinding companion object

ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources. ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters.

For a given admission request, each binding will cause its policy to be evaluated N times, where N is 1 for policies/bindings that don't use params, otherwise N is the number of parameters selected by the binding.

The CEL expressions of a policy must have a computed CEL cost below the maximum CEL budget. Each evaluation of the policy is given an independent CEL cost budget. Adding/removing policies, bindings, or params can not affect whether a given (policy, binding, param) combination is within its own CEL budget.

Attributes

Companion
object
Source
ValidatingAdmissionPolicyBinding.scala
Graph
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def foldTo[T : Builder]: T

Attributes

Definition Classes
Source
ValidatingAdmissionPolicyBinding.scala

if metadata has a value, transforms to the result of function

if metadata has a value, transforms to the result of function

Attributes

Source
ValidatingAdmissionPolicyBinding.scala

if spec has a value, transforms to the result of function

if spec has a value, transforms to the result of function

Attributes

Source
ValidatingAdmissionPolicyBinding.scala

Returns a new data with metadata set to new value

Returns a new data with metadata set to new value

Attributes

Source
ValidatingAdmissionPolicyBinding.scala

Returns a new data with spec set to new value

Returns a new data with spec set to new value

Attributes

Source
ValidatingAdmissionPolicyBinding.scala

Inherited methods

final def group: String

Attributes

Inherited from:
KObject
Source
ResourceKind.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

final lazy val apiVersion: String

Attributes

Inherited from:
KObject
Source
ResourceKind.scala
final lazy val kind: String

Attributes

Inherited from:
KObject
Source
ResourceKind.scala
final lazy val version: String

Attributes

Inherited from:
KObject
Source
ResourceKind.scala