Merge pull request #7395 from fenggw-fnst/work2

Fix typo in comment for func IsReachable
pull/7405/head
Matt Farina 5 years ago committed by GitHub
commit 77e145c13e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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