Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerationChangedPredicate ¶
type GenerationChangedPredicate = predicate.GenerationChangedPredicate
type InNamespace ¶
type InNamespace struct {
Namespace string
}
func (InNamespace) Create ¶
func (p InNamespace) Create(event event.CreateEvent) bool
func (InNamespace) Delete ¶
func (p InNamespace) Delete(event event.DeleteEvent) bool
func (InNamespace) Generic ¶
func (p InNamespace) Generic(event event.GenericEvent) bool
func (InNamespace) Update ¶
func (p InNamespace) Update(event event.UpdateEvent) bool
type ResourceVersionChangedPredicate ¶
type ResourceVersionChangedPredicate = predicate.ResourceVersionChangedPredicate
Click to show internal directories.
Click to hide internal directories.