io.k8s.api.admissionregistration.v1alpha1

Members list

Type members

Classlikes

AuditAnnotation describes how to produce an audit annotation for an API request.

AuditAnnotation describes how to produce an audit annotation for an API request.

Attributes

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

Attributes

Companion
class
Source
AuditAnnotation.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for AuditAnnotation

Pointer for AuditAnnotation

Attributes

Source
AuditAnnotationPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

ExpressionWarning is a warning information that targets a specific expression.

ExpressionWarning is a warning information that targets a specific expression.

Attributes

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

Attributes

Companion
class
Source
ExpressionWarning.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for ExpressionWarning

Pointer for ExpressionWarning

Attributes

Source
ExpressionWarningPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class MatchCondition(expression: String, name: String)

Attributes

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

Attributes

Companion
class
Source
MatchCondition.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for MatchCondition

Pointer for MatchCondition

Attributes

Source
MatchConditionPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

MatchResources decides whether to run the admission control policy on an object based on whether it meets the match criteria.

MatchResources decides whether to run the admission control policy on an object based on whether it meets the match criteria. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)

Attributes

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

Attributes

Companion
class
Source
MatchResources.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for MatchResources

Pointer for MatchResources

Attributes

Source
MatchResourcesPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

NamedRuleWithOperations is a tuple of Operations and Resources with ResourceNames.

NamedRuleWithOperations is a tuple of Operations and Resources with ResourceNames.

Attributes

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

Attributes

Companion
class
Source
NamedRuleWithOperations.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for NamedRuleWithOperations

Pointer for NamedRuleWithOperations

Attributes

Source
NamedRuleWithOperationsPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

ParamKind is a tuple of Group Kind and Version.

ParamKind is a tuple of Group Kind and Version.

Attributes

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

Attributes

Companion
class
Source
ParamKind.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ParamKind.type

Pointer for ParamKind

Pointer for ParamKind

Attributes

Source
ParamKindPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

ParamRef describes how to locate the params to be used as input to expressions of rules applied by a policy binding.

ParamRef describes how to locate the params to be used as input to expressions of rules applied by a policy binding.

Attributes

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

Attributes

Companion
class
Source
ParamRef.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ParamRef.type

Pointer for ParamRef

Pointer for ParamRef

Attributes

Source
ParamRefPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Pointer[ParamRef]
class Object
trait Matchable
class Any
Show all

TypeChecking contains results of type checking the expressions in the ValidatingAdmissionPolicy

TypeChecking contains results of type checking the expressions in the ValidatingAdmissionPolicy

Attributes

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

Attributes

Companion
class
Source
TypeChecking.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for TypeChecking

Pointer for TypeChecking

Attributes

Source
TypeCheckingPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

ValidatingAdmissionPolicy describes the definition of an admission validation policy that accepts or rejects an object without changing it.

ValidatingAdmissionPolicy describes the definition of an admission validation policy that accepts or rejects an object without changing it.

Attributes

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

Attributes

Companion
class
Source
ValidatingAdmissionPolicy.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources.

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
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ValidatingAdmissionPolicyBinding.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

ValidatingAdmissionPolicyBindingList is a list of ValidatingAdmissionPolicyBinding.

ValidatingAdmissionPolicyBindingList is a list of ValidatingAdmissionPolicyBinding.

Attributes

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

Attributes

Companion
class
Source
ValidatingAdmissionPolicyBindingList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for ValidatingAdmissionPolicyBindingList

Pointer for ValidatingAdmissionPolicyBindingList

Attributes

Source
ValidatingAdmissionPolicyBindingListPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Pointer for ValidatingAdmissionPolicyBinding

Pointer for ValidatingAdmissionPolicyBinding

Attributes

Source
ValidatingAdmissionPolicyBindingPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

ValidatingAdmissionPolicyBindingSpec is the specification of the ValidatingAdmissionPolicyBinding.

ValidatingAdmissionPolicyBindingSpec is the specification of the ValidatingAdmissionPolicyBinding.

Attributes

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

Attributes

Companion
class
Source
ValidatingAdmissionPolicyBindingSpec.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for ValidatingAdmissionPolicyBindingSpec

Pointer for ValidatingAdmissionPolicyBindingSpec

Attributes

Source
ValidatingAdmissionPolicyBindingSpecPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

ValidatingAdmissionPolicyList is a list of ValidatingAdmissionPolicy.

ValidatingAdmissionPolicyList is a list of ValidatingAdmissionPolicy.

Attributes

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

Attributes

Companion
class
Source
ValidatingAdmissionPolicyList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for ValidatingAdmissionPolicyList

Pointer for ValidatingAdmissionPolicyList

Attributes

Source
ValidatingAdmissionPolicyListPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Pointer for ValidatingAdmissionPolicy

Pointer for ValidatingAdmissionPolicy

Attributes

Source
ValidatingAdmissionPolicyPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

ValidatingAdmissionPolicySpec is the specification of the desired behavior of the AdmissionPolicy.

ValidatingAdmissionPolicySpec is the specification of the desired behavior of the AdmissionPolicy.

Attributes

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

Attributes

Companion
class
Source
ValidatingAdmissionPolicySpec.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for ValidatingAdmissionPolicySpec

Pointer for ValidatingAdmissionPolicySpec

Attributes

Source
ValidatingAdmissionPolicySpecPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

ValidatingAdmissionPolicyStatus represents the status of a ValidatingAdmissionPolicy.

ValidatingAdmissionPolicyStatus represents the status of a ValidatingAdmissionPolicy.

Attributes

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

Attributes

Companion
class
Source
ValidatingAdmissionPolicyStatus.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for ValidatingAdmissionPolicyStatus

Pointer for ValidatingAdmissionPolicyStatus

Attributes

Source
ValidatingAdmissionPolicyStatusPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Validation specifies the CEL expression which is used to apply the validation.

Validation specifies the CEL expression which is used to apply the validation.

Attributes

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

Attributes

Companion
class
Source
Validation.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Validation.type

Pointer for Validation

Pointer for Validation

Attributes

Source
ValidationPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Variable(expression: String, name: String)

Variable is the definition of a variable that is used for composition.

Variable is the definition of a variable that is used for composition.

Attributes

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

Attributes

Companion
class
Source
Variable.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Variable.type

Pointer for Variable

Pointer for Variable

Attributes

Source
VariablePointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Pointer[Variable]
class Object
trait Matchable
class Any
Show all