-
Notifications
You must be signed in to change notification settings - Fork 41
Conversation
1a54dcf
to
369aaa0
Compare
Codecov Report
@@ Coverage Diff @@
## main #89 +/- ##
==========================================
+ Coverage 63.82% 65.13% +1.30%
==========================================
Files 40 40
Lines 2737 2825 +88
==========================================
+ Hits 1747 1840 +93
+ Misses 779 761 -18
- Partials 211 224 +13
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This improves the version command to report both client and builder version information.
214d4ad
to
2c7c172
Compare
pkg/driver/kubernetes/driver.go
Outdated
if err != nil { | ||
return "", err | ||
} | ||
// TODO how to timeout if something goes bad...? |
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.
does remotecommand not support using a context?
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 asking the question - digging a bit deeper, yes, it looks like it's possible on the Request object. I'll update it.
This improves the version command to report both client and builder
version information.
Closes #88
Without builder running:
With builder running: