Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeReconcile
deprecated
type FakeReconcile struct { // Result is the result that will be returned by Reconciler Result reconcile.Result // Err is the error that will be returned by Reconciler Err error // Chan will have requests written to it, if not nil Chan chan reconcile.Request }
FakeReconcile implements reconcile.Reconciler by always returning Result and Err
Deprecated: Please don't use this. There's some subtle concurrency issues with it, and there are better ways to test reconciliation.
Click to show internal directories.
Click to hide internal directories.