Globals / "src/main/routes/watch-route" / ApiWatcher
Class: ApiWatcher#
Hierarchy#
- ApiWatcher
Index#
Constructors#
Methods#
Constructors#
constructor#
+ new ApiWatcher(apiUrl: string, kubeConfig: KubeConfig, response: ServerResponse): ApiWatcher
Defined in src/main/routes/watch-route.ts:14
Parameters:
| Name | Type |
|---|---|
apiUrl |
string |
kubeConfig |
KubeConfig |
response |
ServerResponse |
Returns: ApiWatcher
Methods#
start#
▸ start(): Promise\
Defined in src/main/routes/watch-route.ts:22
Returns: Promise\
stop#
▸ stop(): void
Defined in src/main/routes/watch-route.ts:34
Returns: void
Last update: November 10, 2020