UNPKG

451 BTypeScriptView Raw
1/// <reference types="node" />
2import { HandlerContext } from "@atomist/automation-client";
3import { RepoRef } from "@atomist/automation-client/operations/common/RepoId";
4import * as https from "https";
5export declare function findLastK8sDeployment(ctx: HandlerContext, rr: RepoRef, branch: string, environment: string): Promise<string>;
6export declare const notPicky: {
7 httpsAgent: https.Agent;
8};
9//# sourceMappingURL=findLastDeployment.d.ts.map
\No newline at end of file