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.
applyToHttpsOptions
1 parent 27480cd commit 76969bcCopy full SHA for 76969bc
src/config.ts
@@ -130,7 +130,7 @@ export class KubeConfig {
130
this.makePathsAbsolute(rootDirectory);
131
}
132
133
- public async applytoHTTPSOptions(opts: https.RequestOptions | WebSocket.ClientOptions): Promise<void> {
+ public async applyToHTTPSOptions(opts: https.RequestOptions | WebSocket.ClientOptions): Promise<void> {
134
await this.applyOptions(opts);
135
136
const user = this.getCurrentUser();
0 commit comments