Versions in this module Expand all Collapse all v0 v0.12.0 Apr 11, 2018 v0.8.0 Apr 11, 2018 Changes in this version + var ResourceVersionChanged = ResourceVersionChangedPredicate + type FalseMixin struct + func (FalseMixin) HandleCreate(obj interface{}) bool + func (FalseMixin) HandleDelete(obj interface{}) bool + func (FalseMixin) HandleUpdate(old, new interface{}) bool + type Predicate interface + HandleCreate func(obj interface{}) bool + HandleDelete func(obj interface{}) bool + HandleUpdate func(old, new interface{}) bool + type ResourceVersionChangedPredicate struct + func (ResourceVersionChangedPredicate) HandleUpdate(old, new interface{}) bool + type TrueMixin struct + func (TrueMixin) HandleCreate(obj interface{}) bool + func (TrueMixin) HandleDelete(obj interface{}) bool + func (TrueMixin) HandleUpdate(old, new interface{}) bool