Files
k8s-set-context/node_modules/@kubernetes/client-node/dist/index.d.ts
github-actions[bot] 52d71d28bd Add node modules and compiled JavaScript from main (#54)
Co-authored-by: Oliver King <oking3@uncc.edu>
2022-06-29 15:41:55 -04:00

18 lines
475 B
TypeScript

export * from './config';
export * from './cache';
export * from './api';
export * from './attach';
export * from './watch';
export * from './exec';
export * from './portforward';
export * from './types';
export * from './yaml';
export * from './log';
export * from './informer';
export * from './top';
export * from './object';
export * from './cp';
export * from './patch';
export * from './metrics';
export { ConfigOptions, User, Cluster, Context } from './config_types';