Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ResourceVersionChanged = ResourceVersionChangedPredicate{}
)
Functions ¶
This section is empty.
Types ¶
type FalseMixin ¶
type FalseMixin struct{}
func (FalseMixin) HandleCreate ¶
func (FalseMixin) HandleCreate(obj interface{}) bool
func (FalseMixin) HandleDelete ¶
func (FalseMixin) HandleDelete(obj interface{}) bool
func (FalseMixin) HandleUpdate ¶
func (FalseMixin) HandleUpdate(old, new interface{}) bool
type ResourceVersionChangedPredicate ¶
type ResourceVersionChangedPredicate struct {
TrueMixin
}
func (ResourceVersionChangedPredicate) HandleUpdate ¶
func (ResourceVersionChangedPredicate) HandleUpdate(old, new interface{}) bool
type TrueMixin ¶
type TrueMixin struct{}
func (TrueMixin) HandleCreate ¶
func (TrueMixin) HandleDelete ¶
func (TrueMixin) HandleUpdate ¶
Click to show internal directories.
Click to hide internal directories.