-
Notifications
You must be signed in to change notification settings - Fork 24
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
#81: Implement ToolCommandlet for Kubernetes #702
#81: Implement ToolCommandlet for Kubernetes #702
Conversation
…kubectl-comandlet
Pull Request Test Coverage Report for Build 11892982640Details
💛 - Coveralls |
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.
cli/src/main/java/com/devonfw/tools/ide/tool/kubectl/KubeCtl.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/tool/kubectl/KubeCtl.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Jörg Hohwiller <[email protected]>
Co-authored-by: Jörg Hohwiller <[email protected]>
Co-authored-by: Jörg Hohwiller <[email protected]>
Co-authored-by: Jörg Hohwiller <[email protected]>
…ianRolf/IDEasy into implement/81-kubectl-comandlet
cli/src/main/java/com/devonfw/tools/ide/tool/DelegatingToolCommandlet.java
Outdated
Show resolved
Hide resolved
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 you implementation of the kubectl commandlet. Please add an I've added some CRs (mostly missing javadocs)install
and run
test for kubectl too.
cli/src/main/java/com/devonfw/tools/ide/tool/DelegatingToolCommandlet.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/tool/DelegatingToolCommandlet.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/tool/DelegatingToolCommandlet.java
Outdated
Show resolved
Hide resolved
…ianRolf/IDEasy into implement/81-kubectl-comandlet
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. Please check CRs for last cleanups.
cli/src/main/java/com/devonfw/tools/ide/tool/DelegatingToolCommandlet.java
Outdated
Show resolved
Hide resolved
…mandlet.java Co-authored-by: jan-vcapgemini <[email protected]>
Co-authored-by: jan-vcapgemini <[email protected]>
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, ready for review.
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.
@KianRolf thanks for the PR and updates. 👍
I left 2 comments for rework.
After addressing them this is ready for merge.
fixes #81 ToolCommandlet for Kubernetes.
Discussion: