-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change to awk * excluded print and -F * xargs variation * go-script to replace ref * Part 1 - convert sh into go * Go script * del exp-openapi * bin file in gitignore * exclude bin file * Revert yaml files * code change for yaml file * mv go-script to scripts dir * required changes * delete export-openapi.sh * delete binary file main * kubectl proxy - log, sleep time, graceful termination * gen-embedded-openapi target for go script, run make gen-install * agones - go mod vendor * tmp dir path change * fix modifyJSONFiles(), make gen-install * revert go.mod, go.sum and vendor/modules.txt * change path
- Loading branch information
1 parent
f77482f
commit 848ede9
Showing
9 changed files
with
6,261 additions
and
5,087 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 |
---|---|---|
|
@@ -38,4 +38,5 @@ build/allocation | |
debug.test | ||
obj | ||
test/sdk/cpp/sdk/ | ||
build/scripts/k8s-export-openapi/main | ||
|
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
module github.com/agones/agones/build/scripts/k8s-export-openapi | ||
|
||
go 1.20 | ||
|
||
require github.com/itchyny/json2yaml v0.1.4 |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
github.com/itchyny/json2yaml v0.1.4 h1:/pErVOXGG5iTyXHi/QKR4y3uzhLjGTEmmJIy97YT+k8= | ||
github.com/itchyny/json2yaml v0.1.4/go.mod h1:6iudhBZdarpjLFRNj+clWLAkGft+9uCcjAZYXUH9eGI= |
Oops, something went wrong.