-
Notifications
You must be signed in to change notification settings - Fork 364
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
feat: add support for egctl x status
#2550
Conversation
Signed-off-by: shawnh2 <[email protected]>
1680f71
to
93a6ed3
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2550 +/- ##
==========================================
- Coverage 64.50% 63.93% -0.58%
==========================================
Files 116 117 +1
Lines 17757 18057 +300
==========================================
+ Hits 11455 11545 +90
- Misses 5560 5760 +200
- Partials 742 752 +10 ☔ View full report in Codecov by Sentry. |
Signed-off-by: shawnh2 <[email protected]>
Signed-off-by: shawnh2 <[email protected]>
namespace = "" | ||
} | ||
|
||
switch strings.ToLower(resourceType) { |
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.
something for the future, dont want to block this PR, but all
can be helpful here to fetch statuses of all CRDs at once
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.
sure, i will add this in a follow-up PR
this PR looks good @shawnh ! added a minor comment |
Signed-off-by: shawnh2 <[email protected]>
/retest |
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.
LGTM thanks !
What type of PR is this?
feature: add
egctl x status
subcommandWhat this PR does / why we need it:
some examples:
Which issue(s) this PR fixes:
Fixes #2463