Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to sample-cli-plugin in developer guide #466

Merged
merged 1 commit into from
Jan 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Before creating a plugin, read the [Kubernetes Plugins documentation][plugins].
**If you are writing a plugin in Go:** Consider using the
[cli-runtime](https://github.com/kubernetes/cli-runtime/) project which is
designed to provide the same command-line arguments, kubeconfig parser,
Kubernetes API REST client, and printing logic.
Kubernetes API REST client, and printing logic. Look at [sample-cli-plugin](https://github.com/kubernetes/sample-cli-plugin)
for an example of a kubectl plugin.

**Unofficial Quickstart for Go:** For Go plugins, there's a
[GitHub template repo](https://github.com/replicatedhq/krew-plugin-template)
Expand Down