UNPKG

191 BTypeScriptView Raw
1import { ExtensionPack } from "@atomist/sdm";
2/**
3 * Extension pack to schedule goals as k8s jobs when marked as isolated = true.
4 */
5export declare function goalScheduling(): ExtensionPack;