-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: fetch and use endpointslices if available (#2565)
increase minor version because of the importance of the change and the required RBAC clusterrole change refactor: split out endpointslices and endpoints from ingress definitions refactor: split out non service resources and rename file refactor: value receiver -> ptr receiver doc: -enable-kubernetes-endpointslices=true to enable EndpointSlices to scale out more than 1000 endpoints doc: change RBAC clusterroles to reflect the endpointslices change test: add coverage for Targets() test: dataclients/kubernetes add failing testcase for named service target port fix: empty port name is fine, because if so there is only one allowed by kubernetes itself, otherwise port has a mandatory name Signed-off-by: Alexander Yastrebov <[email protected]> Signed-off-by: Sandor Szücs <[email protected]>
- Loading branch information
Showing
94 changed files
with
2,727 additions
and
316 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.17 | ||
v0.18 |
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
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
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
Oops, something went wrong.