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.
2 parents 98de4c3 + 7699f60 commit 412eab8Copy full SHA for 412eab8
src/log.ts
@@ -1,5 +1,4 @@
1
import fetch from 'node-fetch';
2
-import { AbortSignal } from 'node-fetch/externals';
3
import { Writable } from 'node:stream';
4
import { ApiException } from './api';
5
import { KubeConfig } from './config';
src/watch.ts
@@ -1,6 +1,5 @@
import { createInterface } from 'node:readline';
6
export class Watch {
0 commit comments