UNPKG

k8ts

Version:

Powerful framework for building Kubernetes manifests in TypeScript.

18 lines 746 B
import { type Origin_Exporter_Props, type Ref2_Of, Origin_Exporter } from "@k8ts/instruments"; import type { v1 } from "../../kinds"; export declare class File_Section_Scope { private readonly _section; on: Origin_Section["on"]; get __entity__(): Origin_Section; constructor(_section: Origin_Section); } export interface File_Section_Props<Exported extends Ref2_Of = Ref2_Of> extends Origin_Exporter_Props { namespace?: Ref2_Of<v1.Namespace._>; SECTION(SCOPE: File_Section_Scope): Iterable<Exported>; } export declare class Origin_Section extends Origin_Exporter<File_Section_Props> { #private; get kind(): string; protected __exports__(): import("doddle").Seq<Ref2_Of>; } //# sourceMappingURL=section.d.ts.map