-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Moving the cloudprovider interface to staging. #68310
Conversation
/test pull-kubernetes-e2e-gce-100-performance |
hack/.golint_failures
Outdated
@@ -686,6 +685,7 @@ staging/src/k8s.io/client-go/util/jsonpath | |||
staging/src/k8s.io/client-go/util/retry | |||
staging/src/k8s.io/client-go/util/testing | |||
staging/src/k8s.io/client-go/util/workqueue | |||
staging/src/k8s.co/cloud-provider |
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.
s/k8s.co/k8s.io
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.
LOL. Thank you :D
053362c
to
9b92476
Compare
/test pull-kubernetes-integration |
Looks like you pulled the file mode changes out (thank you) and lost your lgtm because of it. /lgtm |
/test pull-kubernetes-local-e2e-containerized |
/approve Looks good! thanks @cheftako |
@@ -26,7 +26,7 @@ import ( | |||
"github.com/golang/glog" | |||
|
|||
// Cloud providers | |||
"k8s.io/kubernetes/pkg/cloudprovider" | |||
cloudprovider "k8s.io/cloud-provider" |
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.
Is the "-" worth it? :)
|
||
## Compatibility | ||
|
||
Cloud Providers are expected to keep the HEAD of their implementations in sync |
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.
This doesn't sound like a reasonable request?
My (untested) goals for the apply repo look like this: /~https://github.com/kubernetes-sigs/structured-merge-diff/blob/master/RELEASE.md
|
||
## Things you should NOT do | ||
|
||
1. Add an cloud provider specific code to this repo. |
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.
s/an/any/
/approve I made some comments on the repo setup .md files; you can address in a followup. (Next time consider sending those first in a separate PR? Not that there should be a next time...) Also I'll leave a hold in case you think it's worth removing the '-' from the package name; just unhold if not. /hold |
/test pull-kubernetes-local-e2e-containerized |
i am +1 to keeping the |
Also +1 on consistency. /lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cheftako, dims, hogepodge, justinsb, lavalamp, saad-ali 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 |
OK in that case: /hold cancel |
@cheftako: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
What this PR does / why we need it:
Individual implementations are not yet being moved.
Fixed all dependencies which call the interface.
Fixed golint exceptions to reflect the move.
One of the first steps for /~https://github.com/kubernetes/community/blob/master/keps/sig-cloud-provider/0013-build-deploy-ccm.md
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes # KEP-0013
Special notes for your reviewer:
Release note: