gateway-api: Replace Endpoint with EndpointSlice#41083
Merged
Conversation
|
Commit cc741f1 does not match "(?m)^Signed-off-by:". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
cc741f1 to
5fc783d
Compare
|
Commit cc741f1 does not match "(?m)^Signed-off-by:". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
Member
Author
|
/ci-gateway-api |
045e8a9 to
666840e
Compare
Member
Author
|
/test |
666840e to
af53a33
Compare
gandro
approved these changes
Aug 12, 2025
Member
|
/test |
tommyp1ckles
approved these changes
Aug 12, 2025
af53a33 to
04306e2
Compare
Member
Author
|
/test |
e3c24e9 to
7418102
Compare
Member
Author
|
/test |
Endpoint resource is deprecated in favour of EndpointSlice, so this is to perform the migration. Relates: #39105 Signed-off-by: Tam Mach <tam.mach@cilium.io>
7418102 to
b2e2d37
Compare
Member
Author
|
/test |
marseel
added a commit
to marseel/cilium
that referenced
this pull request
Nov 13, 2025
With deprecation of Endpoints in 1.33 k8s, we should also remove permission so we don't accidentally start using it again. Related: cilium#41083 Related: cilium#40555 Signed-off-by: Marcel Zieba <marcel.zieba@isovalent.com>
sayboras
added a commit
that referenced
this pull request
Nov 14, 2025
sayboras
added a commit
that referenced
this pull request
Nov 14, 2025
Relates: #41083 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
that referenced
this pull request
Nov 14, 2025
Relates: #41083 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
that referenced
this pull request
Nov 15, 2025
Relates: #41083 Signed-off-by: Tam Mach <tam.mach@cilium.io>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 19, 2025
Relates: #41083 Signed-off-by: Tam Mach <tam.mach@cilium.io>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Endpoint resource is deprecated in favor of EndpointSlice, so this is to perform the migration.
Relates: #39105