Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Wildcard indicates that any value can be matched.
Wildcard = "*"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Matcher ¶
type Matcher struct { Operation configv1alpha1.InterpreterOperation Rule configv1alpha1.RuleWithOperations Object *unstructured.Unstructured }
Matcher determines if the Object matches the Rule.
Click to show internal directories.
Click to hide internal directories.