Clean up for some typo.

1) Removed a space in portforward.go.
2) Renamed `lockAquisitionFunc` to `lockAcquisitionFunc` in
controller.go.
3) Fixed typo in predicates.go.
This commit is contained in:
Guangya Liu
2017-02-07 22:52:35 +08:00
parent 3f6dd889f3
commit 9607edc556
3 changed files with 9 additions and 9 deletions

View File

@@ -60,7 +60,7 @@ var (
kubectl port-forward mypod :5000
# Listen on a random port locally, forwarding to 5000 in the pod
kubectl port-forward mypod 0:5000`)
kubectl port-forward mypod 0:5000`)
)
func NewCmdPortForward(f cmdutil.Factory, cmdOut, cmdErr io.Writer) *cobra.Command {