UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

6 lines 267 B
import { ExtensionPack } from "../../../api/machine/ExtensionPack"; /** * Extension pack to schedule goals as k8s jobs when marked as isolated = true. */ export declare function k8sGoalSchedulingSupport(): ExtensionPack; //# sourceMappingURL=goalScheduling.d.ts.map