UNPKG

@atomist/sdm-core

Version:

Atomist Software Delivery Machine - Implementation

10 lines 354 B
import { ExtensionPack } from "@atomist/sdm"; /** * Extension pack to schedule goals as k8s jobs when marked as isolated = true. */ export declare function k8sGoalSchedulingSupport(): ExtensionPack; /** * @deprecated use k8sGoalSchedulingSupport */ export declare function goalScheduling(): ExtensionPack; //# sourceMappingURL=goalScheduling.d.ts.map