mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-03-06 15:06:36 +08:00
6 lines
169 B
TypeScript
6 lines
169 B
TypeScript
import { KubeConfig } from './config';
|
|
export declare class ProtoClient {
|
|
readonly 'config': KubeConfig;
|
|
get(msgType: any, requestPath: string): Promise<any>;
|
|
}
|