Skip to content

Commit

Permalink
Add link to sample-cli-plugin in developer guide (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskim06 authored and k8s-ci-robot committed Jan 25, 2020
1 parent cb2a459 commit 45869cd
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 45869cd

Please sign in to comment.