kubernetes/pkg/kubectl/cmd/set
Alexander Campbell 6fd36c10ad kubectl/cmd: many small refactors
* Rename variables and functions to match Go convention.
   For example, UsageError --> UsageErrorf.
 * Remove redundant or unreachable code.
 * Simplify some utility functions (no functionality changes).
 * Fix hanging 'if { return } else { return }' constructs.
 * Fix several incorrect printf verbs.
2017-06-27 16:25:20 -07:00
..
BUILD Merge pull request #45422 from suyogbarve/set_resources_test 2017-05-26 11:50:47 -07:00
helper.go pkg/util: move uuid and strategicpatch into k8s.io/apimachinery 2017-01-25 19:45:09 +01:00
set_image_test.go add test for set image validation 2017-05-19 12:15:49 +08:00
set_image.go kubectl/cmd: many small refactors 2017-06-27 16:25:20 -07:00
set_resources_test.go test case for set_resources 2017-05-05 19:46:57 -05:00
set_resources.go fix --local flag for kubectl set commands 2017-06-13 12:57:05 -04:00
set_selector_test.go add test fot set selector 2017-05-24 13:08:43 +08:00
set_selector.go kubectl/cmd: many small refactors 2017-06-27 16:25:20 -07:00
set_subject_test.go add set rolebinding/clusterrolebinding command 2017-05-05 09:55:35 +08:00
set_subject.go fix --local flag for kubectl set commands 2017-06-13 12:57:05 -04:00
set_test.go add --dry-run opt to kubectl set image 2016-12-08 15:50:52 -05:00
set.go add set rolebinding/clusterrolebinding command 2017-05-05 09:55:35 +08:00