kubernetes-fluent-client
Version:
A @kubernetes/client-node fluent API wrapper that leverages K8s Server Side Apply.
14 lines • 680 B
TypeScript
import "./patch.js";
import * as kind from "./upstream.js";
/** kind is a collection of K8s types to be used within a K8s call: `K8s(kind.Secret).Apply({})`. */
export { kind };
export { fetch } from "./fetch.js";
export { StatusCodes as fetchStatus } from "http-status-codes";
export { WatchCfg, WatchEvent } from "./fluent/watch.js";
export { K8s } from "./fluent/index.js";
export { RegisterKind, modelToGroupVersionKind } from "./kinds.js";
export { GenericKind } from "./types.js";
export * from "./types.js";
export * as models from "@kubernetes/client-node/dist/gen/models/all.js";
export { fromEnv, waitForCluster } from "./helpers.js";
//# sourceMappingURL=index.d.ts.map