-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
- Loading branch information
1 parent
c47f614
commit ab3128d
Showing
5 changed files
with
58 additions
and
0 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
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,28 @@ | ||
## kyverno-json playground | ||
|
||
playground | ||
|
||
### Synopsis | ||
|
||
Serve playground | ||
|
||
``` | ||
kyverno-json playground [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--gin-cors enable gin cors (default true) | ||
--gin-log enable gin logger (default true) | ||
--gin-max-body-size int gin max body size (default 2097152) | ||
--gin-mode string gin run mode (default "release") | ||
-h, --help help for playground | ||
--server-host string server host (default "0.0.0.0") | ||
--server-port int server port (default 8080) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kyverno-json](kyverno-json.md) - kyverno-json is a CLI tool to apply policies to json resources. | ||
|
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
## kyverno-json playground | ||
|
||
playground | ||
|
||
### Synopsis | ||
|
||
Serve playground | ||
|
||
``` | ||
kyverno-json playground [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--gin-cors enable gin cors (default true) | ||
--gin-log enable gin logger (default true) | ||
--gin-max-body-size int gin max body size (default 2097152) | ||
--gin-mode string gin run mode (default "release") | ||
-h, --help help for playground | ||
--server-host string server host (default "0.0.0.0") | ||
--server-port int server port (default 8080) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kyverno-json](kyverno-json.md) - kyverno-json is a CLI tool to apply policies to json resources. | ||
|