UNPKG

k8ts

Version:

Powerful framework for building Kubernetes manifests in TypeScript.

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