Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeApplier ¶
type FakeApplier struct { PreparedJobs []models.Job PrepareError error AppliedJobs []models.Job ApplyError error ConfiguredJobs []models.Job ConfiguredJobIndices []int ConfigureError error KeepOnlyJobs []models.Job KeepOnlyErr error }
func NewFakeApplier ¶
func NewFakeApplier() *FakeApplier
Click to show internal directories.
Click to hide internal directories.