UNPKG

k8ts

Version:

Powerful framework for building Kubernetes manifests in TypeScript.

9 lines 428 B
import { ManifestResource } from "../../node/manifest-resource"; export interface Props { data?: Record<string, string>; stringData?: Record<string, string>; } export declare class Secret extends ManifestResource<Props> { readonly kind: import("@k8ts/instruments").Kind.Kind<"Secret", import("@k8ts/instruments").Kind.Version<"v1", import("@k8ts/instruments").Kind.Group<"">>>; } //# sourceMappingURL=secret.d.ts.map