Skip to content

Commit

Permalink
Update docs/book/src/plugins/external-plugins.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rashmi Gottipati <[email protected]>
  • Loading branch information
Eileen-Yu and rashmigottipati authored Jul 14, 2023
1 parent 7feeb5e commit 90bffc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/plugins/external-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The inter-process communication between your external plugin and Kubebuilder is

You can write your external plugin in any language as long as it implements the `PluginRequest` and `PluginResponse` interfaces.

`PluginRequest` holds all the information Kubebuilder receives from the CLI and the plugins that were executed before it.
`PluginRequest` holds all the information Kubebuilder receives from the CLI and the plugins that were executed before it in the plugin chain.
The marshaled `PluginRequest` (which should be a `JSON` object) would be sent over `stdin` to the external plugin by Kubebuilder.

```go
Expand Down

0 comments on commit 90bffc9

Please sign in to comment.