-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
Moved staging/src/k8s.io/client-go/tools/bootstrap to staging/src/k8s… #67356
Conversation
0a2ffa0
to
c6eda5d
Compare
/assign @caesarxuchao |
/test pull-kubernetes-e2e-kops-aws |
/assign @sttts |
hack/import-restrictions.yaml
Outdated
@@ -61,7 +61,7 @@ | |||
- baseImportPath: "./vendor/k8s.io/client-go/tools/" | |||
excludeTests: true | |||
ignoredSubTrees: | |||
- "./vendor/k8s.io/client-go/tools/bootstrap/token/api" | |||
- "./vendor/k8s.io/bootstrap/token/api" |
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 line can go.
But we need another similar block for the whole k8s.io/bootstrap directory.
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.
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.
Please open a PR against https://github.com/kubernetes/publishing-bot/blob/master/configs/kubernetes-rules-configmap.yaml with the new repo. |
@@ -150,7 +150,7 @@ func (t *TokenAuthenticator) AuthenticateToken(token string) (user.Info, bool, e | |||
}, true, nil | |||
} | |||
|
|||
// Copied from k8s.io/client-go/tools/bootstrap/token/api | |||
// Copied from k8s.io/bootstrap/token/api |
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.
why is this copied?
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.
i'm not exactly sure why it was copied before. this PR moves the files from client-go to bootstrap, without touching the files' functions. i would leave it to the original author to fix the copy if necessary.
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.
@luxas @timstclair you probably know
kubernetes/publishing-bot#89 for adding the bootstrap repo |
/test pull-kubernetes-e2e-kops-aws |
/hold cancel (please feel free to add /lgtm for this to merge) |
/retest |
@timothysc @luxas it looks the lgtm label was removed, do you mind to take a look again? |
/retest |
/test pull-kubernetes-verify |
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
/cc @fabriziopandini
/retest |
/retest Review the full test history for this PR. Silence the bot with an |
/retest |
/retest Review the full test history for this PR. Silence the bot with an |
4 similar comments
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
….io/cluster-bootstrap
/retest |
again, @timothysc @luxas it looks the lgtm label was removed, do you mind to take a look again? |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: caesarxuchao, jbeda, luxas, sttts, timothysc, yliaog 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 |
What this PR does / why we need it:
Moved bootstrap out of client-go, where it does not belong to.
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 #64627
Special notes for your reviewer:
Dev-Release note: