UNPKG

k8ts

Version:

Powerful framework for building Kubernetes manifests in TypeScript.

18 lines 513 B
import { Kind } from "@k8ts/instruments"; export declare namespace batch { const _: Kind.Group<"batch">; type _ = typeof _; namespace v1 { const _: Kind.Version<"batch", "v1">; type _ = typeof _; namespace Job { const _: Kind.Kind<"batch", "v1", "Job">; type _ = typeof _; } namespace CronJob { const _: Kind.Kind<"batch", "v1", "CronJob">; type _ = typeof _; } } } //# sourceMappingURL=batch.d.ts.map