Skip to content

Commit

Permalink
codegen
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly committed Oct 12, 2023
1 parent c47f614 commit ab3128d
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/user/commands/kyverno-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ kyverno-json [flags]
* [kyverno-json completion](kyverno-json_completion.md) - Generate the autocompletion script for the specified shell
* [kyverno-json docs](kyverno-json_docs.md) - Generates reference documentation.
* [kyverno-json jp](kyverno-json_jp.md) - Provides a command-line interface to JMESPath, enhanced with custom functions.
* [kyverno-json playground](kyverno-json_playground.md) - playground
* [kyverno-json scan](kyverno-json_scan.md) - scan
* [kyverno-json serve](kyverno-json_serve.md) - serve
* [kyverno-json version](kyverno-json_version.md) - Prints the version informations.
Expand Down
28 changes: 28 additions & 0 deletions docs/user/commands/kyverno-json_playground.md
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 modified pkg/server/ui/dist/assets/main.wasm
Binary file not shown.
1 change: 1 addition & 0 deletions website/docs/commands/kyverno-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ kyverno-json [flags]
* [kyverno-json completion](kyverno-json_completion.md) - Generate the autocompletion script for the specified shell
* [kyverno-json docs](kyverno-json_docs.md) - Generates reference documentation.
* [kyverno-json jp](kyverno-json_jp.md) - Provides a command-line interface to JMESPath, enhanced with custom functions.
* [kyverno-json playground](kyverno-json_playground.md) - playground
* [kyverno-json scan](kyverno-json_scan.md) - scan
* [kyverno-json serve](kyverno-json_serve.md) - serve
* [kyverno-json version](kyverno-json_version.md) - Prints the version informations.
Expand Down
28 changes: 28 additions & 0 deletions website/docs/commands/kyverno-json_playground.md
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.

0 comments on commit ab3128d

Please sign in to comment.