Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitix committed Mar 14, 2024
1 parent 2276f6c commit 391208d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion src/services/container/kubernetes/client.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as kube from '@kubernetes/client-node';
import axios from 'axios';
import https from 'node:https';
import request from 'request';
export const kc = new kube.KubeConfig();
export let kubeClient: kube.KubernetesObjectApi;
export let kubeApi: kube.CoreV1Api;
Expand Down

0 comments on commit 391208d

Please sign in to comment.