Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnderlyingResourceOutOfSyncPredicate ¶
This predicate will react to changes only when there is something relevant to send to the underlying API.
func (UnderlyingResourceOutOfSyncPredicate) Delete ¶
func (UnderlyingResourceOutOfSyncPredicate) Delete(_ event.DeleteEvent) bool
Delete always returns false, as resources deleted directly from the API server should not be reconciled. We process user-requested deletions via the updated DeletionTimestamp.
func (UnderlyingResourceOutOfSyncPredicate) Update ¶
func (UnderlyingResourceOutOfSyncPredicate) Update(e event.UpdateEvent) bool
Update implements default UpdateEvent filter for validating changes that require updates to the underlying API.
Click to show internal directories.
Click to hide internal directories.