Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MatchCondition ¶
type MatchCondition v1.MatchCondition
MatchCondition contains the inputs needed to compile, evaluate and match a cel expression
func (*MatchCondition) GetExpression ¶
func (v *MatchCondition) GetExpression() string
func (*MatchCondition) ReturnTypes ¶
func (v *MatchCondition) ReturnTypes() []*cel.Type
type MatchResult ¶
type Matcher ¶
type Matcher interface { // Match is used to take cel evaluations and convert into decisions Match(ctx context.Context, versionedAttr *admission.VersionedAttributes, versionedParams runtime.Object, authz authorizer.Authorizer) MatchResult }
Matcher contains logic for converting Evaluations to bool of matches or does not match
func NewMatcher ¶
Click to show internal directories.
Click to hide internal directories.