k8ts
Version:
Powerful framework for building Kubernetes manifests in TypeScript.
30 lines • 939 B
TypeScript
import { Kind } from "@k8ts/instruments";
export declare namespace apps {
const _: Kind.Group<"apps">;
type _ = typeof _;
namespace v1 {
const _: Kind.Version<"apps", "v1">;
type _ = typeof _;
namespace Deployment {
const _: Kind.Kind<"apps", "v1", "Deployment">;
type _ = typeof _;
}
namespace StatefulSet {
const _: Kind.Kind<"apps", "v1", "StatefulSet">;
type _ = typeof _;
}
namespace DaemonSet {
const _: Kind.Kind<"apps", "v1", "DaemonSet">;
type _ = typeof _;
}
namespace ReplicaSet {
const _: Kind.Kind<"apps", "v1", "ReplicaSet">;
type _ = typeof _;
}
namespace ControllerRevision {
const _: Kind.Kind<"apps", "v1", "ControllerRevision">;
type _ = typeof _;
}
}
}
//# sourceMappingURL=apps.d.ts.map