-
Notifications
You must be signed in to change notification settings - Fork 303
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 function that starts NEG controller per ProviderConfig #2729
Open
panslava
wants to merge
1
commit into
kubernetes:master
Choose a base branch
from
panslava:multi-project-neg
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: panslava 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 |
k8s-ci-robot
added
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
approved
Indicates a PR has been approved by an approver from all required OWNERS files.
size/XL
Denotes a PR that changes 500-999 lines, ignoring generated files.
labels
Nov 5, 2024
panslava
force-pushed
the
multi-project-neg
branch
from
November 5, 2024 23:33
a1d9233
to
00ce90f
Compare
k8s-ci-robot
added
the
needs-rebase
Indicates a PR cannot be merged because it has merge conflicts with HEAD.
label
Nov 26, 2024
panslava
force-pushed
the
multi-project-neg
branch
from
December 3, 2024 21:47
00ce90f
to
7a0b7b4
Compare
k8s-ci-robot
added
size/XXL
Denotes a PR that changes 1000+ lines, ignoring generated files.
and removed
needs-rebase
Indicates a PR cannot be merged because it has merge conflicts with HEAD.
size/XL
Denotes a PR that changes 500-999 lines, ignoring generated files.
labels
Dec 3, 2024
panslava
force-pushed
the
multi-project-neg
branch
3 times, most recently
from
December 5, 2024 00:11
2560ae5
to
7d2a218
Compare
/retest |
panslava
force-pushed
the
multi-project-neg
branch
from
December 6, 2024 06:09
7d2a218
to
38552ad
Compare
k8s-ci-robot
added
the
needs-rebase
Indicates a PR cannot be merged because it has merge conflicts with HEAD.
label
Dec 6, 2024
panslava
force-pushed
the
multi-project-neg
branch
from
December 9, 2024 19:16
38552ad
to
02fd706
Compare
k8s-ci-robot
removed
the
needs-rebase
Indicates a PR cannot be merged because it has merge conflicts with HEAD.
label
Dec 9, 2024
panslava
force-pushed
the
multi-project-neg
branch
2 times, most recently
from
December 13, 2024 07:33
e0f74d7
to
c1adda5
Compare
panslava
changed the title
Add function that starts NEG controller per Project
Add function that starts NEG controller per ProviderConfig
Dec 13, 2024
panslava
force-pushed
the
multi-project-neg
branch
from
December 13, 2024 19:27
c1adda5
to
575732b
Compare
- Will be used with ProviderConfig Controller, starting NEG controller as ProviderConfig EventHandler
panslava
force-pushed
the
multi-project-neg
branch
from
December 13, 2024 22:43
575732b
to
412d436
Compare
k8s-ci-robot
added
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
and removed
size/XXL
Denotes a PR that changes 1000+ lines, ignoring generated files.
labels
Dec 13, 2024
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.
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ProviderConfig EventHandler
based on other PR #2755