-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add svc discoverer for readreplica svc (#2263)
* Add svc discoverer for readreplica svc * Build with buf * Rename * Update configmap * Removed unnecessary indexing * Lint * Remove memo * Allow apimachinery errors since it is currently used in internal/k8s * Fix copy of large value inside loop * Skip unavoidable warning * fix nits * Validate option * Gen tests * Make read replica svc reconciler more generic * Make it possible to disable readreplica discoverer * Fix config test * rename svcs to rrsvcs * Update discoverer decoupled from readreplica * Add extractAPIPorts test * Add t.Parallel on the top level * style: format code with Gofumpt and Prettier This commit fixes the style issues introduced in f0e2e00 according to the output from Gofumpt and Prettier. Details: #2263 * rename rrsvcs to services * style: format code with Gofumpt and Prettier This commit fixes the style issues introduced in a16b1e5 according to the output from Gofumpt and Prettier. Details: #2263 * Add Labels and Annotations field in payload * Use map type as Labels and Annotations payload * Add godoc comments * Disable service controller for now --------- Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f0a4be0
commit 9b6217b
Showing
39 changed files
with
5,537 additions
and
242 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.