This commit is contained in:
xiaojunnuo
2024-07-18 11:17:13 +08:00
parent a438028002
commit 303097b835
14 changed files with 133 additions and 106 deletions
+3 -1
View File
@@ -23,4 +23,6 @@ dist-ssr
*.sln
*.sw?
test/user.secret.ts
src/test/user.secret.ts
src/**/*.js
-1
View File
@@ -2,7 +2,6 @@ import kubernetesClient from 'kubernetes-client';
import dns from 'dns';
import { logger } from '@certd/pipeline';
// @ts-ignore
const { KubeConfig, Client, Request } = kubernetesClient;
export class K8sClient {
+1 -1
View File
@@ -36,6 +36,6 @@
"*.ts",
"dist",
"node_modules",
"test"
"src/test"
],
}