Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeApplier ¶
type FakeApplier struct {
Prepared bool
PrepareDesiredApplySpec boshas.ApplySpec
PrepareError error
Applied bool
ApplyCurrentApplySpec boshas.ApplySpec
ApplyDesiredApplySpec boshas.ApplySpec
ApplyError error
Configured bool
ConfiguredDesiredApplySpec boshas.ApplySpec
ConfiguredJobs []models.Job
ConfiguredError error
}
func NewFakeApplier ¶
func NewFakeApplier() *FakeApplier
func (*FakeApplier) Apply ¶
func (s *FakeApplier) Apply(currentApplySpec, desiredApplySpec boshas.ApplySpec) error
func (*FakeApplier) ConfigureJobs ¶
func (s *FakeApplier) ConfigureJobs(desiredApplySpec boshas.ApplySpec) error
Click to show internal directories.
Click to hide internal directories.