UNPKG

k8ts

Version:

Powerful framework for building Kubernetes manifests in TypeScript.

14 lines 452 B
import { Kind } from "@k8ts/instruments"; export declare namespace networking { const _: Kind.Group<"networking.k8s.io">; type _ = typeof _; namespace v1 { const _: Kind.Version<"networking.k8s.io", "v1">; type _ = typeof _; namespace NetworkPolicy { const _: Kind.Kind<"networking.k8s.io", "v1", "NetworkPolicy">; type _ = typeof _; } } } //# sourceMappingURL=networking.d.ts.map