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 b27ce70 commit fa56f36Copy full SHA for fa56f36
src/config.ts
@@ -5,7 +5,6 @@ import yaml = require('js-yaml');
5
import net = require('net');
6
import path = require('path');
7
8
-import request = require('request');
9
import shelljs = require('shelljs');
10
11
import * as api from './api';
@@ -459,7 +458,7 @@ export class KubeConfig implements SecurityAuthentication {
459
458
return this.getContextObject(this.currentContext);
460
}
461
462
- private applyHTTPSOptions(opts: request.Options | https.RequestOptions): void {
+ private applyHTTPSOptions(opts: https.RequestOptions): void {
463
const cluster = this.getCurrentCluster();
464
const user = this.getCurrentUser();
465
if (!user) {
0 commit comments