UNPKG

k8ts

Version:

Powerful framework for building Kubernetes manifests in TypeScript.

30 lines 1.06 kB
import { Kind } from "@k8ts/instruments"; export declare namespace gateway { const _: Kind.Group<"gateway.networking.k8s.io">; type _ = typeof _; namespace v1 { const _: Kind.Version<"gateway.networking.k8s.io", "v1">; type _ = typeof _; namespace Gateway { const _: Kind.Kind<"gateway.networking.k8s.io", "v1", "Gateway">; type _ = typeof _; } namespace GatewayClass { const _: Kind.Kind<"gateway.networking.k8s.io", "v1", "GatewayClass">; type _ = typeof _; } namespace HttpRoute { const _: Kind.Kind<"gateway.networking.k8s.io", "v1", "HTTPRoute">; type _ = typeof _; } namespace TcpRoute { const _: Kind.Kind<"gateway.networking.k8s.io", "v1", "TCPRoute">; type _ = typeof _; } namespace TlsRoute { const _: Kind.Kind<"gateway.networking.k8s.io", "v1", "TLSRoute">; type _ = typeof _; } } } //# sourceMappingURL=gateway.d.ts.map