-
Notifications
You must be signed in to change notification settings - Fork 234
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
Accept JSON policy object in cluster policy commands #557
Accept JSON policy object in cluster policy commands #557
Conversation
41ee6d8
to
81f0783
Compare
@pietern |
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.
Thanks for making the PR, @copdips. Apologies for the longer turn around time.
Codecov ReportBase: 75.39% // Head: 75.49% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #557 +/- ##
==========================================
+ Coverage 75.39% 75.49% +0.09%
==========================================
Files 55 55
Lines 4817 4823 +6
==========================================
+ Hits 3632 3641 +9
+ Misses 1185 1182 -3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
87637a7
to
c43d597
Compare
92af952
to
4152d60
Compare
@pietern |
@copdips Thanks for updating. Everything looks good to me. There's one failing test that alerts on function prototype changes compare to master and it alerts on the argument name being changes from |
8b6c913
to
e07145d
Compare
e07145d
to
300475c
Compare
Thx the review, I reverted the rename, and I also changed |
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.
Thank you, @copdips ! Looks great.
#554