We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7804b22 commit 7a9c338Copy full SHA for 7a9c338
src/index.ts
@@ -14,6 +14,7 @@ export * from './cp';
14
export * from './patch';
15
export * from './metrics';
16
export * from './object';
17
+export * from './health';
18
export { ConfigOptions, User, Cluster, Context } from './config_types';
19
20
// Export AbortError and FetchError so that instanceof checks in user code will definitely use the same instances
0 commit comments