Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Applier ¶
type Applier interface { Prepare(desiredApplySpec boshas.ApplySpec) error ConfigureJobs(desiredApplySpec boshas.ApplySpec) error Apply(desiredApplySpec boshas.ApplySpec) error }
func NewConcreteApplier ¶
func NewConcreteApplier( jobApplier jobs.Applier, packageApplier packages.Applier, logrotateDelegate LogrotateDelegate, jobSupervisor boshjobsuper.JobSupervisor, dirProvider boshdirs.Provider, settings boshsettings.Settings, ) Applier
type LogrotateDelegate ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.