k3s/pkg/kubectl
Zach Loafman 68771fe26a Merge pull request #18169 from kargakis/smarter-scaling
kubectl: Make scaling smarter
2016-01-22 10:24:51 -08:00
..
cmd Merge pull request #18169 from kargakis/smarter-scaling 2016-01-22 10:24:51 -08:00
resource Merge registered and latest and move to apimachinery 2016-01-21 14:42:21 -08:00
testing Rerun hack/update-codecgen.sh 2015-12-17 13:51:33 -08:00
apply.go Change runtime.Object signature 2015-12-15 13:36:25 -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 Move list functions from runtime to meta package 2015-11-20 09:20:55 +08:00
custom_column_printer_test.go
describe.go Merge pull request #19460 from bprashanth/kubectl_desc_ing 2016-01-16 12:55:54 -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 Add kubectl support for ConfigMap 2016-01-06 09:03:39 -05:00
resource_printer_test.go Change runtime.Object signature 2015-12-15 13:36:25 -05:00
rolling_updater.go Support rolling update to 0 desired replicas 2016-01-20 09:21:13 -05:00
rolling_updater_test.go Support rolling update to 0 desired replicas 2016-01-20 09:21:13 -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 Move list functions from runtime to meta package 2015-11-20 09:20:55 +08:00
sorting_printer_test.go Fix tests to pass with changed external types 2015-11-26 11:53:37 -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