Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PhaseReconcilerMock ¶
func (*PhaseReconcilerMock) ReconcilePhase ¶
func (m *PhaseReconcilerMock) ReconcilePhase( ctx context.Context, owner controllers.PhaseObjectOwner, phase corev1alpha1.ObjectSetTemplatePhase, probe probing.Prober, previous []controllers.PreviousObjectSet, ) ([]client.Object, controllers.ProbingResult, error)
func (*PhaseReconcilerMock) TeardownPhase ¶
func (m *PhaseReconcilerMock) TeardownPhase( ctx context.Context, owner controllers.PhaseObjectOwner, phase corev1alpha1.ObjectSetTemplatePhase, ) (cleanupDone bool, err error)
Click to show internal directories.
Click to hide internal directories.