Skip to content
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

State Syncer: add ability to call registry #385

Merged
merged 2 commits into from
Feb 10, 2025
Merged

Conversation

rtay1188
Copy link
Collaborator

@rtay1188 rtay1188 commented Feb 7, 2025

Integrates registry API into registry client.

@codecov-commenter
Copy link

codecov-commenter commented Feb 7, 2025

Codecov Report

Attention: Patch coverage is 78.39196% with 43 lines in your changes missing coverage. Please review.

Project coverage is 76.96%. Comparing base (29144ca) to head (7664baf).

Files with missing lines Patch % Lines
admiral/pkg/registry/registry.go 77.57% 20 Missing and 4 partials ⚠️
admiral/pkg/util/baseClient.go 83.58% 9 Missing and 2 partials ⚠️
admiral/pkg/controller/common/config.go 50.00% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #385      +/-   ##
==========================================
- Coverage   77.17%   76.96%   -0.21%     
==========================================
  Files          75       75              
  Lines       10593    10716     +123     
==========================================
+ Hits         8175     8248      +73     
- Misses       1995     2041      +46     
- Partials      423      427       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -268,11 +274,6 @@ func GetRootCmd(args []string) *cobra.Command {
rootCmd.PersistentFlags().StringSliceVar(&params.IngressVSExportToNamespaces, "ingress_vs_export_to_namespaces", []string{"istio-system"}, "List of namespaces where the ingress VS should be exported")
rootCmd.PersistentFlags().StringVar(&params.IngressLBPolicy, "ingress_lb_policy", "round_robin", "loadbalancer policy for ingress destination rule (round_robin/random/passthrough/least_request)")

// Flags pertaining to VS based routing in-cluster
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed because?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will add this back, they weren't in the inner source repo

Signed-off-by: Ryan Tay <[email protected]>
@rtay1188 rtay1188 merged commit 1a28c55 into master Feb 10, 2025
3 checks passed
@rtay1188 rtay1188 deleted the MESH-6072-Registry-Calls branch February 10, 2025 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants