-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api version - use class attr and extract api group from api version (#…
…1935) * resolve conflicts * fix comment * Use split, not re. add some tests * Use split, not re. add some tests * ENable debug to file, remove verbos * Added support for running script from debug file and improved interactive mode functionality * Update .gitignore to ignore class generator script debug files * Update README.md to reflect latest oc/kubectl version requirement, add open issue instractions * feat: add debug output file path to resource class generator --------- Co-authored-by: Meni Yakove <myakove@gmail.com>
- Loading branch information
Showing
10 changed files
with
3,061 additions
and
38 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 |
---|---|---|
|
@@ -123,3 +123,6 @@ local-cluster/_hco/ | |
node_modules/ | ||
package.json | ||
package-lock.json | ||
|
||
# class generator script | ||
*-debug.json |
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
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
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.