feat(batch): add live reuse admin verification flow
This commit is contained in:
@@ -37,6 +37,11 @@ func (r batchImportRuntimeRunner) execute(ctx context.Context) (BatchImportRunCr
|
||||
ItemStore: r.store.ImportRunItems(),
|
||||
ProbeModels: probe.ProviderModels,
|
||||
ProbeCapabilities: probe.ProbeCapabilities,
|
||||
InspectReuse: batchImportReuseInspector{
|
||||
store: r.store,
|
||||
hostRow: r.hostRow,
|
||||
currentRunID: runID,
|
||||
}.Inspect,
|
||||
Provisioner: batchImportProvisioner{
|
||||
store: r.store,
|
||||
hostRow: r.hostRow,
|
||||
|
||||
Reference in New Issue
Block a user