-
Notifications
You must be signed in to change notification settings - Fork 103
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
✨ Miscellaneous code cleanup #881
base: main
Are you sure you want to change the base?
✨ Miscellaneous code cleanup #881
Conversation
Signed-off-by: Alex <[email protected]>
Please review but don't merge yet |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #881 +/- ##
==========================================
- Coverage 63.73% 63.72% -0.01%
==========================================
Files 193 192 -1
Lines 18985 18922 -63
==========================================
- Hits 12100 12058 -42
+ Misses 5890 5871 -19
+ Partials 995 993 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -190,7 +188,7 @@ func (o *SpokeAgentConfig) RunSpokeAgentWithSpokeInformers(ctx context.Context, | |||
|
|||
// initiate registration driver | |||
var registerDriver register.RegisterDriver | |||
if o.registrationOption.RegistrationAuth == AwsIrsaAuthType { | |||
if o.registrationOption.RegistrationAuth == helpers.AwsIrsaAuthType { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we will need to move this to API repo finally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please elaborate, what to move?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AwsIrsaAuthType and CSRAuthType, we do not need to make it in this release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok thanks, does rest of the PR look to you? If yes, we can get it merged with mike's help tomorrow, after completing the testing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please review but don't merge yet
/hold
Please feel free to un-hold when you are ready.
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jaswalkiranavtar, qiujian16 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
23b3f78
to
1c74eaa
Compare
Signed-off-by: Gaurav Jaswal <[email protected]>
1c74eaa
to
21a71d1
Compare
Summary
Addressing miscellaneous code cleanup:
Related issue(s)
Fixes ##514