Skip to content
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

✨ Move kubectl plugins into github.com/kcp-dev/kcp/cli module #3084

Merged
merged 3 commits into from
Mar 8, 2024

Conversation

sttts
Copy link
Member

@sttts sttts commented Mar 6, 2024

Summary

Three reasons to do this:

  1. The kubectl plugins will be used in go generate setups, and there vendoring is common and the binary is called via go run. For that, having dependencies into a kube fork is strange.
  2. The kubectl plugins do not need the kube forks today.
  3. The kubectl plugins should only use official APIs. The PR enforces hygiene.

Release Notes

The kubectl plugins have been moved into their own github.com/kcp-dev/kcp/cli module for easier vendoring.

@kcp-ci-bot kcp-ci-bot added release-note Denotes a PR that will be considered when it comes time to generate release notes. dco-signoff: yes Indicates the PR's author has signed the DCO. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Mar 6, 2024
@sttts sttts force-pushed the sttts-cli-module branch 5 times, most recently from 12e9aaa to dc5fa01 Compare March 6, 2024 23:41
@mjudeikis
Copy link
Contributor

/lgtm
very much desired change :)

@kcp-ci-bot kcp-ci-bot added the lgtm Indicates that a PR is ready to be merged. label Mar 7, 2024
@kcp-ci-bot
Copy link
Contributor

LGTM label has been added.

Git tree hash: bcaade05ba980eb2bb8776f000e74b92501a159c

@kcp-ci-bot kcp-ci-bot removed the lgtm Indicates that a PR is ready to be merged. label Mar 7, 2024
@sttts sttts force-pushed the sttts-cli-module branch 2 times, most recently from 502654f to ef9e5bb Compare March 8, 2024 08:28
Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
@sttts
Copy link
Member Author

sttts commented Mar 8, 2024

/lgtm
/approve

@kcp-ci-bot
Copy link
Contributor

@sttts: you cannot LGTM your own PR.

In response to this:

/lgtm
/approve

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.

@kcp-ci-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: sttts

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kcp-ci-bot kcp-ci-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 8, 2024
@mjudeikis
Copy link
Contributor

/lgtm

@kcp-ci-bot kcp-ci-bot added the lgtm Indicates that a PR is ready to be merged. label Mar 8, 2024
@kcp-ci-bot
Copy link
Contributor

LGTM label has been added.

Git tree hash: a5cbb8f1bee9807710843b651b66dbcaef48df5d

@kcp-ci-bot kcp-ci-bot merged commit 6ea1cab into kcp-dev:main Mar 8, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates the PR's author has signed the DCO. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants