k3s/pkg/kubectl
Clayton Coleman 38c7eded99 Prepare for content-type negotiation
Combine the fields that will be used for content transformation
(content-type, codec, and group version) into a single struct in client,
and then pass that struct into the rest client and request. Set the
content-type when sending requests to the server, and accept the content
type as primary.

Will form the foundation for content-negotiation via the client.
2016-01-26 17:44:30 -05:00
..
cmd Prepare for content-type negotiation 2016-01-26 17:44:30 -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 Print recognized file extensions in resource builder error 2015-09-03 11:01:13 -07:00
custom_column_printer.go Break kubectl from assuming details of codecs 2016-01-22 13:27:26 -05:00
custom_column_printer_test.go Moving Status object to a common package 2015-09-17 14:09:53 -07:00
describe.go Surface available/unavailable pods in deployment describer 2016-01-25 14:30:15 -08:00
describe_test.go describe nodes improvements 2015-12-11 13:09:49 -05: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
interfaces.go run goimports 2015-10-12 13:33:13 -07:00
kubectl.go find partial resource matches 2015-12-21 09:26:06 -05: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 Break kubectl from assuming details of codecs 2016-01-22 13:27:26 -05:00
resource_printer_test.go Break kubectl from assuming details of codecs 2016-01-22 13:27:26 -05: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 make env variable parsing more robust 2016-01-14 10:30:15 +08:00
run_test.go make env variable parsing more robust 2016-01-14 10:30:15 +08:00
scale.go kubectl: Make scaling smarter 2015-12-21 10:07:21 +01:00
scale_test.go kubectl: Make scaling smarter 2015-12-21 10:07:21 +01: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 kubectl: Make scaling smarter 2015-12-21 10:07:21 +01:00
stop_test.go kubectl: Make scaling smarter 2015-12-21 10:07:21 +01:00
version.go move ServerVersion to DiscoveryClient 2016-01-13 10:11:52 -08:00
watchloop.go