-
Notifications
You must be signed in to change notification settings - Fork 333
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(kumactl) add install control-plane --version flag for all components #2904
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2904 +/- ##
==========================================
+ Coverage 52.14% 52.21% +0.07%
==========================================
Files 897 897
Lines 52069 52083 +14
==========================================
+ Hits 27150 27195 +45
+ Misses 22748 22715 -33
- Partials 2171 2173 +2
Continue to review full report at Codecov.
|
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.
except few nits lgtm
} | ||
func (cv *componentVersion) Set(v string) error { |
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.
} | |
func (cv *componentVersion) Set(v string) error { | |
} | |
func (cv *componentVersion) Set(v string) error { |
} | ||
func (cv *componentVersion) Type() string { |
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.
} | |
func (cv *componentVersion) Type() string { | |
} | |
func (cv *componentVersion) Type() string { |
…ents Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
bcaa884
to
7bc091c
Compare
Summary
Make it easier to set the various version flags.