Skip to content

Commit

Permalink
add StartKubeProxy and StopKubeProxy method into Client interface
Browse files Browse the repository at this point in the history
  • Loading branch information
luolibin committed Apr 11, 2019
1 parent 333eab4 commit 7453355
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/pkg/fault-trigger/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ type Client interface {
// StopKubeControllerManager stops the kube-controller-manager service
StopKubeControllerManager() error
// TODO: support controller kube-proxy
// // StartKubeProxy starts the kube-proxy service
// StartKubeProxy() error
// // StopKubeProxy stops the kube-proxy service
// StopKubeProxy() error
// StartKubeProxy starts the kube-proxy of the specific node
StartKubeProxy(nodeName string) error
// // StopKubeProxy stops the kube-proxy of the specific node
StopKubeProxy(nodeName string) error
// // StartKubeScheduler starts the kube-scheduler service
}

Expand Down

0 comments on commit 7453355

Please sign in to comment.