Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Applier ¶
type Applier interface { Prepare(job models.Job) error Apply(job models.Job) error Configure(job models.Job, jobIndex int) error KeepOnly(jobs []models.Job) error }
func NewRenderedJobApplier ¶
func NewRenderedJobApplier( jobsBc boshbc.BundleCollection, jobSupervisor boshjobsuper.JobSupervisor, packageApplierProvider packages.ApplierProvider, blobstore boshblob.DigestBlobstore, compressor boshcmd.Compressor, fs boshsys.FileSystem, logger boshlog.Logger, ) Applier
Click to show internal directories.
Click to hide internal directories.