Fix typo in comment for func IsReachable

Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
pull/7395/head
Guangwen Feng 5 years ago
parent 985827d09a
commit 0cdbbf287f

@ -33,7 +33,7 @@ type PrintingKubeClient struct {
Out io.Writer
}
// isReachable checks if the cluster is reachable
// IsReachable checks if the cluster is reachable
func (p *PrintingKubeClient) IsReachable() error {
return nil
}

Loading…
Cancel
Save