Added some ctl boilerplate
This commit is contained in:
12
clitools/pkg/node/kubelet.go
Normal file
12
clitools/pkg/node/kubelet.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package node
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"k8s.io/klog/v2"
|
||||
)
|
||||
|
||||
func RestartKubelet(context.Context, *NodeContext) error {
|
||||
klog.Info("restart_kubelet: TODO implement rc-service kubelet restart")
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user