k3s/pkg/kubectl
Clayton Coleman 664d25ba5a Take GVK in SwaggerSchema()
This is needed for the legacy OpenShift API group (oapi) which is also
group: "", version: "v1", but needs to return a different swagger
schema.  Will in the future be replaced by group defaulting.
2016-02-06 21:24:33 -05:00
..
cmd Take GVK in SwaggerSchema() 2016-02-06 21:24:33 -05:00
resource Break kubectl from assuming details of codecs 2016-01-22 13:27:26 -05:00
testing Rerun hack/update-codecgen.sh 2015-12-17 13:51:33 -08:00
apply.go Break kubectl from assuming details of codecs 2016-01-22 13:27:26 -05:00
autoscale.go eliminate cross-namespace HPA escalation attack 2015-11-03 08:05:26 -05:00
bash_comp_utils.go
custom_column_printer.go ExtractList should handle v1.RawExtension correctly 2016-01-27 15:30:21 -05:00
custom_column_printer_test.go ExtractList should handle v1.RawExtension correctly 2016-01-27 15:30:21 -05:00
describe.go Merge pull request #20747 from caesarxuchao/internalclientset 2016-02-05 15:49:08 -08:00
describe_test.go replacing handwritten client in several controllers 2016-01-31 15:42:02 -08:00
doc.go
explain.go Tweak explain messages and abstract client 2015-12-18 00:27:22 -05:00
generate.go kubectl: Validate flag usage against generators 2015-12-18 15:09:53 +01:00
generate_test.go
history.go rename release_1_2 to internalclientset 2016-02-05 14:02:28 -08:00
interfaces.go run goimports 2015-10-12 13:33:13 -07:00
kubectl.go Link all the ReplicaSet controller boilerplate together. 2016-02-05 21:05:10 -08:00
namespace.go Add kubectl create [SUBCOMMAND] pattern 2015-12-14 13:43:45 -05:00
namespace_test.go Add kubectl create [SUBCOMMAND] pattern 2015-12-14 13:43:45 -05:00
proxy_server.go Prevent attach from being served by default via the proxy 2015-10-09 14:33:40 -04:00
proxy_server_test.go Comment out calls to httptest.Server.Close() to work around 2016-01-11 23:02:11 -08:00
resource_printer.go Merge pull request #19689 from AdoHe/kubectl_label_display 2016-02-05 14:08:37 -08:00
resource_printer_test.go kubectl add show-labels flag to make it more readable 2016-02-04 02:08:44 -05:00
rollback.go Add kubectl rollout undo 2016-02-02 14:20:01 -08:00
rolling_updater.go Support rolling update to 0 desired replicas 2016-01-20 09:21:13 -05:00
rolling_updater_test.go Prepare for content-type negotiation 2016-01-26 17:44:30 -05:00
run.go Remove UniqueLabelKey from deployment spec 2016-02-05 16:21:44 -08:00
run_test.go Remove UniqueLabelKey from deployment spec 2016-02-05 16:21:44 -08:00
scale.go Link all the ReplicaSet controller boilerplate together. 2016-02-05 21:05:10 -08:00
scale_test.go Revert "kubectl: Make scaling smarter" 2016-01-22 14:52:38 -08:00
secret.go Add kubectl create [SUBCOMMAND] pattern 2015-12-14 13:43:45 -05:00
secret_for_docker_registry.go Add kubectl create [SUBCOMMAND] pattern 2015-12-14 13:43:45 -05:00
secret_for_docker_registry_test.go Add kubectl create [SUBCOMMAND] pattern 2015-12-14 13:43:45 -05:00
secret_test.go Add kubectl create [SUBCOMMAND] pattern 2015-12-14 13:43:45 -05:00
service.go Refactor IntOrString into a new pkg 2015-11-16 10:57:52 -08:00
service_test.go Refactor IntOrString into a new pkg 2015-11-16 10:57:52 -08:00
sorted_event_list.go
sorted_event_list_test.go This commit fixes tests. 2015-11-24 09:16:12 -05:00
sorted_resource_name_list.go
sorting_printer.go resource_printer was not leveraging runtime interfaces 2016-01-22 13:27:25 -05:00
sorting_printer_test.go Break kubectl from assuming details of codecs 2016-01-22 13:27:26 -05:00
stop.go Link all the ReplicaSet controller boilerplate together. 2016-02-05 21:05:10 -08:00
stop_test.go Link all the ReplicaSet controller boilerplate together. 2016-02-05 21:05:10 -08:00
version.go move ServerVersion to DiscoveryClient 2016-01-13 10:11:52 -08:00
watchloop.go