Documentation
¶
Index ¶
- func False(model.Event) bool
- func True(model.Event) bool
- type Predicate
- func And(predicates ...Predicate) Predicate
- func EqKind(kind model.EventKind) Predicate
- func EqResourceName(name string) Predicate
- func EqType(resourceType model.ResourceType) Predicate
- func MatchAnyKind(kinds ...model.EventKind) Predicate
- func MatchAnyType(resourceTypes ...model.ResourceType) Predicate
- func MatchResourceName(names ...string) Predicate
- func Not(predicate Predicate) Predicate
- func Or(predicates ...Predicate) Predicate
- type Whitelist
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Predicate ¶
func EqResourceName ¶
func EqType ¶
func EqType(resourceType model.ResourceType) Predicate
func MatchAnyKind ¶
func MatchAnyType ¶
func MatchAnyType(resourceTypes ...model.ResourceType) Predicate
func MatchResourceName ¶
Click to show internal directories.
Click to hide internal directories.