Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeReconcile ¶
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 // If specified, Reconciler will write Requests to Chan Chan chan reconcile.Request }
FakeReconcile implements reconcile.Reconciler by always returning Result and Err
Click to show internal directories.
Click to hide internal directories.