k3s/pkg/kubectl/cmd/set
Clayton Coleman 04ab96d2bd
Unify Object and UnstructuredObject
The unified RESTMapper and Typer follow the new rules, but on error will
fallback to the legacy path (while still supporting Unstructured
objects). This allows callers to handle the appropriate distinction
themselves if necessary.

Add a LocalParam() method to the resource.Builder that DRYs up a large
chunk of complicated code in set commands.
2017-11-19 19:16:50 -05:00
..
BUILD Remove use of VersionedObject and simplify builder in generic methods 2017-11-19 19:16:49 -05:00
helper.go Remove use of VersionedObject and simplify builder in generic methods 2017-11-19 19:16:49 -05:00
set.go Add kubectl set env command 2017-08-25 19:53:22 +08:00
set_env.go Unify Object and UnstructuredObject 2017-11-19 19:16:50 -05:00
set_env_test.go Move category expander out of kubectl/resource 2017-11-14 17:38:16 -05:00
set_image.go Unify Object and UnstructuredObject 2017-11-19 19:16:50 -05:00
set_image_test.go Move category expander out of kubectl/resource 2017-11-14 17:38:16 -05:00
set_resources.go Unify Object and UnstructuredObject 2017-11-19 19:16:50 -05:00
set_resources_test.go Remove use of VersionedObject and simplify builder in generic methods 2017-11-19 19:16:49 -05:00
set_selector.go Unify Object and UnstructuredObject 2017-11-19 19:16:50 -05:00
set_selector_test.go use versionedObject replace internal in kubectl set selector 2017-11-13 14:27:59 +08:00
set_serviceaccount.go Unify Object and UnstructuredObject 2017-11-19 19:16:50 -05:00
set_serviceaccount_test.go Remove use of VersionedObject and simplify builder in generic methods 2017-11-19 19:16:49 -05:00
set_subject.go Unify Object and UnstructuredObject 2017-11-19 19:16:50 -05:00
set_subject_test.go add set rolebinding/clusterrolebinding command 2017-05-05 09:55:35 +08:00
set_test.go Add kubectl set env command 2017-08-25 19:53:22 +08:00