mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
chore: 1
This commit is contained in:
@@ -23,4 +23,6 @@ dist-ssr
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
test/user.secret.ts
|
||||
src/test/user.secret.ts
|
||||
|
||||
src/**/*.js
|
||||
@@ -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 {
|
||||
|
||||
@@ -36,6 +36,6 @@
|
||||
"*.ts",
|
||||
"dist",
|
||||
"node_modules",
|
||||
"test"
|
||||
"src/test"
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user