-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add k8s get node by name and list nodes #18
Conversation
Fix Travis |
|
371abbf
to
02a6ed8
Compare
Codecov Report
@@ Coverage Diff @@
## develop #18 +/- ##
===========================================
+ Coverage 57.18% 57.91% +0.72%
===========================================
Files 11 12 +1
Lines 306 316 +10
===========================================
+ Hits 175 183 +8
- Misses 121 122 +1
- Partials 10 11 +1
Continue to review full report at Codecov.
|
98339c9
to
d801b7f
Compare
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.
rebase, thanks.
@@ -2,6 +2,24 @@ | |||
"comment": "", | |||
"ignore": "test", | |||
"package": [ | |||
{ | |||
"path": "appengine", |
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.
remove this
"revision": "" | ||
}, | ||
{ | ||
"path": "appengine_internal", |
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.
remove this
"revision": "" | ||
}, | ||
{ | ||
"path": "appengine_internal/base", |
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.
remove this
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.
我猜都是govendor自己加的
src/kubernetes/nodes.go
Outdated
package kubernetes | ||
|
||
import ( | ||
v1 "k8s.io/api/core/v1" |
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.
use corev1
to distinguish metav1
560580c
to
7af24e1
Compare
30c92de
to
e6276eb
Compare
e6276eb
to
7429dc8
Compare
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
Add k8s get node by name and list nodes Former-commit-id: 8d78279f58c0e36f13a6d2786f305ebaa15289fe [formerly 8e1bb4e] Former-commit-id: 8273163606cb4e2807d6cdf263c6f3dd52fd4d2a
Add k8s get node by name and list nodes
No description provided.