Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnnotationsChangedPredicate ¶
AnnotationsChangedPredicate
func (AnnotationsChangedPredicate) Update ¶
func (p AnnotationsChangedPredicate) Update(updateEvent event.UpdateEvent) bool
type ExcludeDelete ¶
ExcludeDelete
func (ExcludeDelete) Delete ¶
func (p ExcludeDelete) Delete(_ event.DeleteEvent) bool
type MatchingName ¶
type MatchingName struct {
Name string
}
MatchingName
func (MatchingName) Create ¶
func (p MatchingName) Create(event event.CreateEvent) bool
func (MatchingName) Delete ¶
func (p MatchingName) Delete(event event.DeleteEvent) bool
func (MatchingName) Generic ¶
func (p MatchingName) Generic(event event.GenericEvent) bool
func (MatchingName) Update ¶
func (p MatchingName) Update(event event.UpdateEvent) bool
type NodeResourcesChanged ¶
func (NodeResourcesChanged) Update ¶
func (p NodeResourcesChanged) Update(updateEvent event.UpdateEvent) bool
Click to show internal directories.
Click to hide internal directories.