mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 09:57:52 +00:00
fixup: fix comments and use a channel to pass err
This commit is contained in:
@@ -214,7 +214,7 @@ func (p *PodWrapper) Label(k, v string) *PodWrapper {
|
||||
return p
|
||||
}
|
||||
|
||||
// NodeWrapper wraps a LabelSelector inside.
|
||||
// NodeWrapper wraps a Node inside.
|
||||
type NodeWrapper struct{ v1.Node }
|
||||
|
||||
// MakeNode creates a Node wrapper.
|
Reference in New Issue
Block a user