UNPKG

@apigeeks/fbl-k8s-plugin

Version:

fbl wrapper plugin for helm and kubectl cli utilities

6 lines (5 loc) 91 B
export interface IExecOutput { code: number; stdout: string; stderr: string; }