-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for EndpointSlices (#3260)
* Generate working VS config using EndpointSlices * Update rbac to support watching endpointslices * Add check for multiple EndpointSlices per service. * Return all endpoints for multiple endpointslices per service * Add initial unit test * Add test for duplicate endpoints across two endpointslices * Remove commented out code * Create separate type for namespaced watchers * Create separate type for namespaced watchers in certmanager controller * Create separate type for namespaced watchers in extdns controller * Fix case where namespace is not watching secrets * Change informer * Revert example config * Find endpoints with endpointslices using subselectors * Add additional unit test * Fix linting * Sync encpointslices for ingress and transport server * Remove commentedcode and refactor * Remove useage of core/v1 Endpoints * Update test to ignore order of podEndpoints when comparing * Revert deployment file * Remove endpoints from rbac * Update rbac for helm * Fix typo * Add tests for targetPort being 0 * Update unit tests * Remove unused target port * Update error message for TestGetEndpointsFromEndpointSlicesErrors * Refactor tests for endpointslices * Fix function names Co-authored-by: “shaun-nx” <“[email protected]”> Co-authored-by: Ciara Stacke <[email protected]>
- Loading branch information
1 parent
4464caf
commit 169f15f
Showing
7 changed files
with
977 additions
and
131 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
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.