Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddedState ¶
type AddedState interface { ExistsState // contains filtered or unexported methods }
type DeletedState ¶
type DeletedState interface { DoesNotExistState // contains filtered or unexported methods }
type DoesNotExistState ¶
type DoesNotExistState interface { State // contains filtered or unexported methods }
type ExistsState ¶
type ExistsState interface { State // contains filtered or unexported methods }
type Notifier ¶
type Notifier interface {
Notify(event types.NamespacedName)
}
type NotifyFunc ¶
type NotifyFunc func(event types.NamespacedName)
type Reconciler ¶
type ReconcilerChain ¶
type ReconcilerChain []Reconciler
type ReconcilerFunc ¶
type UpdatedState ¶
type UpdatedState interface { ExistsState // contains filtered or unexported methods }
Click to show internal directories.
Click to hide internal directories.