kubernetes/pkg/kubectl/cmd/auth
Kubernetes Submit Queue 3d726a28bd
Merge pull request #60363 from dixudx/kubectl_set_create_flags_bind
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

flag value bindings for kubectl create/get/set commands

**What this PR does / why we need it**:
/kind cleanup
/sig cli

xxxOptions did not get bound as default value for some flags.
This PR cleans those flag bindings for `create/get/set` commands.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
xref #60366

**Special notes for your reviewer**:
/assign @deads2k 

**Release note**:

```release-note
None
```
2018-03-20 02:34:22 -07:00
..
auth.go add reconcile command to kubectl auth 2017-08-30 16:04:00 -04:00
BUILD remove unneeded factory codec methods 2018-02-21 15:20:20 -05:00
cani_test.go use temp kubeconfig for fake factory 2018-03-09 15:53:19 -05:00
cani.go flag value bindings for kubectl create/get/set commands 2018-02-27 11:00:55 +08:00
reconcile.go collapse printing paths 2018-02-21 08:15:22 -05:00