UNPKG

k8ts

Version:

Powerful framework for building Kubernetes manifests in TypeScript.

74 lines 2.5 kB
import { Kind } from "@k8ts/instruments"; export declare namespace v1 { const _: Kind.Version<"", "v1">; type _ = typeof _; namespace Pod { const _: Kind.Kind<"", "v1", "Pod">; type _ = typeof _; namespace Container { const _: Kind.SubKind<"Container", Kind.Kind<"", "v1", "Pod">>; type _ = typeof _; namespace Port { const _: Kind.SubKind<"Port", Kind.SubKind<"Container", Kind.Kind<"", "v1", "Pod">>>; type _ = typeof _; } namespace EnvVar { const _: Kind.SubKind<"EnvVar", Kind.SubKind<"Container", Kind.Kind<"", "v1", "Pod">>>; type _ = typeof _; } namespace VolumeMount { const _: Kind.SubKind<"VolumeMount", Kind.SubKind<"Container", Kind.Kind<"", "v1", "Pod">>>; type _ = typeof _; } namespace DeviceMount { const _: Kind.SubKind<"DeviceMount", Kind.SubKind<"Container", Kind.Kind<"", "v1", "Pod">>>; type _ = typeof _; } } namespace Volume { const _: Kind.SubKind<"Volume", Kind.Kind<"", "v1", "Pod">>; type _ = typeof _; } namespace Device { const _: Kind.SubKind<"Device", Kind.SubKind<"Volume", Kind.Kind<"", "v1", "Pod">>>; type _ = typeof _; } } namespace ConfigMap { const _: Kind.Kind<"", "v1", "ConfigMap">; type _ = typeof _; } namespace Secret { const _: Kind.Kind<"", "v1", "Secret">; type _ = typeof _; } namespace Service { const _: Kind.Kind<"", "v1", "Service">; type _ = typeof _; } namespace Node { const _: Kind.Kind<"", "v1", "Node">; type _ = typeof _; } namespace Namespace { const _: Kind.Kind<"", "v1", "Namespace">; type _ = typeof _; } namespace ServiceAccount { const _: Kind.Kind<"", "v1", "ServiceAccount">; type _ = typeof _; } namespace PersistentVolume { const _: Kind.Kind<"", "v1", "PersistentVolume">; type _ = typeof _; } namespace PersistentVolumeClaim { const _: Kind.Kind<"", "v1", "PersistentVolumeClaim">; type _ = typeof _; } namespace PodTemplate { const _: Kind.Kind<"", "v1", "PodTemplate">; type _ = typeof _; } } //# sourceMappingURL=default.d.ts.map