UNPKG

@apigeeks/fbl-k8s-plugin

Version:

fbl wrapper plugin for helm and kubectl cli utilities

12 lines (11 loc) 220 B
export interface IHelmDeploymentInfo { revision: string; released: Date; chart: string; userSuppliedValues: { [key: string]: any; }; computedValues: { [key: string]: any; }; }