Skip to content

Commit

Permalink
Clarify the role of the plugin name (#707)
Browse files Browse the repository at this point in the history
This is a follow-up to kubernetes-sigs/krew-index#1157. Apparently, it was not sufficiently clear that the plugin name determines how a plugin is invoked.
  • Loading branch information
corneliusweig authored Apr 5, 2021
1 parent 2ca4cc2 commit 6186845
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/content/docs/developer-guide/plugin-manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ only Linux and macOS:
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
# 'name' must match the filename of the manifest.
# 'name' must match the filename of the manifest. The name defines how
# the plugin is invoked, for example: `kubectl restart`
name: restart
spec:
# 'version' is a valid semantic version string (see semver.org)
Expand Down

0 comments on commit 6186845

Please sign in to comment.