UNPKG

@atomist/sample-sdm

Version:

Sample Atomist automation for software delivery

8 lines (7 loc) 260 B
import { ChannelLinkListener } from "@atomist/sdm"; /** * Present a button suggesting a Kubernetes spec is added by an editor * @param {PushListenerInvocation} inv * @return {Promise<any>} */ export declare const SuggestAddingK8sSpec: ChannelLinkListener;