-
Notifications
You must be signed in to change notification settings - Fork 40.4k
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 "sample-plugin" staging repo #67729
Add "sample-plugin" staging repo #67729
Conversation
8703ea3
to
cb525be
Compare
e9b6271
to
ec11d08
Compare
ec11d08
to
d0b0e73
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
hack/.golint_failures
Outdated
@@ -722,6 +722,7 @@ staging/src/k8s.io/sample-apiserver/pkg/apiserver | |||
staging/src/k8s.io/sample-apiserver/pkg/cmd/server | |||
staging/src/k8s.io/sample-apiserver/pkg/registry/wardle/fischer | |||
staging/src/k8s.io/sample-apiserver/pkg/registry/wardle/flunder | |||
staging/src/k8s.io/sample-cli-plugin/pkg/cmd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix the golint warning instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, addressed all golint warnings
Please add a block to hack/import-restrictions.yaml. |
New changes are detected. LGTM label has been removed. |
d0b0e73
to
fc7b84d
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: juanvallejo, soltysh If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Superseded with #67739. |
Automatic merge from submit-queue (batch tested with PRs 67938, 66719, 67883). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Add "sample-plugin" staging repo Supersedes kubernetes#67729 Showcases usage of the new `kubectl` plugins mechanism. Showcases usage of the new `cli-runtime` repo from a third-party plugin See README.md for details on what this plugin actually does. /assign @smarterclayton @sttts @juanvallejo /sig cli **Release note**: ```release-note Adds sample-cli-plugin staging repository ```
Automatic merge from submit-queue (batch tested with PRs 67938, 66719, 67883). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Add "sample-plugin" staging repo Supersedes kubernetes/kubernetes#67729 Showcases usage of the new `kubectl` plugins mechanism. Showcases usage of the new `cli-runtime` repo from a third-party plugin See README.md for details on what this plugin actually does. /assign @smarterclayton @sttts @juanvallejo /sig cli **Release note**: ```release-note Adds sample-cli-plugin staging repository ``` Kubernetes-commit: b5382c347ee5349910d386a1be0785b735692d54
Release note:
Showcases usage of the new
kubectl
plugins mechanism.Showcases usage of the new
cli-runtime
repo from a third-party pluginSee README.md for details on what this plugin actually does.
TODO (will address in future):
--user
flagcc @soltysh @smarterclayton @sttts
/sig cli