-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli)!: restructure models by k8s group and version (#94)
instead of modifying the open-api schema file, work with the output ts files thus, removed group-version-kind-map.json and added schemas.json use tsx instead of bun to run the ts-morph, because bun was incredibly slow compared to tsx
- Loading branch information
1 parent
b552816
commit 432f6a0
Showing
14 changed files
with
7,580 additions
and
4,049 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,6 +133,7 @@ dist | |
*.cts | ||
*.mjs | ||
|
||
.DS_Store | ||
|
||
packages/cli/files | ||
packages/cli/gen | ||
packages/cli/src/models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.