Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultPredicate is the default set of predicates associated to // resources when there is no specific predicate configured via the // builder. // // It would trigger a reconciliation if either the generation or // metadata (labels, annotations) have changed. DefaultPredicate = predicate.Or( generation.New(), predicate.LabelChangedPredicate{}, predicate.AnnotationChangedPredicate{}, ) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.