k3s/pkg/kubectl
Madhusudan.C.S 518f08aa7c Move Deployments to ReplicaSets and switch the Deployment selector to the new LabelSelector.
Update the Deployments' API types, defaulting code, conversions, helpers
and validation to use ReplicaSets instead of ReplicationControllers and
LabelSelector instead of map[string]string for selectors.

Also update the Deployment controller, registry, kubectl subcommands,
client listers package and e2e tests to use ReplicaSets and
LabelSelector for Deployments.
2016-02-08 21:27:38 -08:00
..
cmd Move Deployments to ReplicaSets and switch the Deployment selector to the new LabelSelector. 2016-02-08 21:27:38 -08:00
resource Break kubectl from assuming details of codecs 2016-01-22 13:27:26 -05:00
testing Regenerate types.go 2016-02-08 17:19:15 -05:00
apply.go Break kubectl from assuming details of codecs 2016-01-22 13:27:26 -05:00
autoscale.go
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 Move Deployments to ReplicaSets and switch the Deployment selector to the new LabelSelector. 2016-02-08 21:27:38 -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
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
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 Move Deployments to ReplicaSets and switch the Deployment selector to the new LabelSelector. 2016-02-08 21:27:38 -08:00
run_test.go Move Deployments to ReplicaSets and switch the Deployment selector to the new LabelSelector. 2016-02-08 21:27:38 -08:00
scale.go Move Deployments to ReplicaSets and switch the Deployment selector to the new LabelSelector. 2016-02-08 21:27:38 -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
service_test.go
sorted_event_list.go
sorted_event_list_test.go
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