UNPKG

@starship-ci/generator

Version:

Kubernetes manifest generator for Starship deployments

10 lines (9 loc) 294 B
import { GeneratorConfig, Manifest } from '../types'; export declare class BuilderManager { private config; constructor(config: GeneratorConfig); private getManifestOutputPath; private writeManifestToPath; private writeManifests; build(outputDir: string): Manifest[]; }