appthrust / kubekit-ts

TypeScript Kubernetes client and controller runtime
MIT License
2 stars 0 forks source link

generated/k8s-clientがなければ作るようにする #1

Open suin opened 6 months ago

suin commented 6 months ago
Generating ../generated/k8s-client/api-v1.ts
Error: ENOENT: no such file or directory, open '/Volumes/x/playground/ts-operator/generated/k8s-client/api-v1.ts'
    at Object.writeFileSync (node:fs:2352:20)
    at generateEndpoints (/Volumes/x/playground/ts-operator/node_modules/@kubekit/codegen/src/index.ts:20:8)
    at run (/Volumes/x/playground/ts-operator/node_modules/@kubekit/codegen/src/bin/cli.ts:64:7) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/Volumes/x/playground/ts-operator/generated/k8s-client/api-v1.ts'
}