-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Moving a dependency on pkg/api/v1/pod and switching to component-helper #90039
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
Conversation
/assign @Huang-Wei |
5e7800b
to
6cd820a
Compare
/priority backlog |
ba1954b
to
3796cc4
Compare
d61dbee
to
edc3239
Compare
/assign @damemi |
What is the other import that you are referring to? Could we not overload the |
@alculquicondor from a quick look, outside of scheduler these helpers are used in:
By enumerating these, would it be reasonable for some of these packages to call into the scheduler helpers, given that we ultimately might want to externalize those helpers anyway? |
That sounds quite reasonable. But also that's another argument for making a package that is as narrow as possible. In this case, we are trying to expose helpers around core APIs. |
Function in |
or perhaps |
cc @Huang-Wei |
/hold I prefer that we fix #89092 first, so that we can carry out patches more easily to older releases. |
@yuzhiquan: Reopened this PR. In response to this:
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. |
d525c07
to
984aded
Compare
New changes are detected. LGTM label has been removed. |
ping @alculquicondor @damemi @ehashman @soltysh for review and approve, this pr last for many days |
568eb11
to
77bc1bf
Compare
77bc1bf
to
ae5da6e
Compare
/retest |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: damemi, soltysh, yuzhiquan The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
ping @lavalamp for approve |
ping @alculquicondor for approve |
You already have @damemi's approval for sig scheduling |
ping @ehashman for kubelet part approve |
ping @liggitt for api part approve. |
@yuzhiquan: PR needs rebase. 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. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closed this PR. In response to this:
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. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
(cleanup): remove direct import k8s.io/kubernetes/pkg/api/v1/pod to pkg/scheduler/util
There is other refer usage, so does not remove older function.
Which issue(s) this PR fixes:
Ref #89930
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: