k3s/pkg/kubectl
Kubernetes Submit Queue 2d914ee703 Merge pull request #53984 from sttts/sttts-legacyscheme
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

pkg/api: extract Scheme/Registry/Codecs into pkg/api/legacyscheme

This serves as

- a preparation for the pkg/api->pkg/apis/core move
- and makes the dependency to the scheme explicit when vizualizing
  left depenncies.

The later helps with our our efforts to split up the monolithic repo
into self-contained sub-repos, e.g. for kubectl, controller-manager
and kube-apiserver in the future.
2017-10-18 10:49:10 -07:00
..
apply Merge pull request #53919 from apelisse/fix-new-apply-crash 2017-10-16 10:58:30 -07:00
apps update BUILD files 2017-10-15 18:18:13 -07:00
cmd Merge pull request #53984 from sttts/sttts-legacyscheme 2017-10-18 10:49:10 -07:00
explain update BUILD files 2017-10-15 18:18:13 -07:00
metricsutil Update bazel 2017-10-18 17:24:04 +02:00
plugins update BUILD files 2017-10-15 18:18:13 -07:00
proxy update BUILD files 2017-10-15 18:18:13 -07:00
resource Update bazel 2017-10-18 17:24:04 +02:00
testing update BUILD files 2017-10-15 18:18:13 -07:00
util update BUILD files 2017-10-15 18:18:13 -07:00
validation update BUILD files 2017-10-15 18:18:13 -07:00
BUILD Update bazel 2017-10-18 17:24:04 +02:00
OWNERS
apply.go
autoscale.go
autoscale_test.go
bash_comp_utils.go
cluster.go
cluster_test.go
clusterrolebinding.go
clusterrolebinding_test.go
configmap.go
configmap_test.go
delete.go fix missing apps/replicaset in kubectl 2017-09-26 10:54:04 -07:00
delete_test.go
deployment.go
deployment_test.go
doc.go
env_file.go
env_file_test.go
generate.go
generate_test.go
history.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
interfaces.go
kubectl.go
namespace.go
namespace_test.go
pdb.go
quota.go
quota_test.go
resource_filter.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
resource_filter_test.go
rolebinding.go
rolebinding_test.go
rollback.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
rolling_updater.go
rolling_updater_test.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
rollout_status.go
rollout_status_test.go
run.go
run_test.go
scale.go fix missing apps/replicaset in kubectl 2017-09-26 10:54:04 -07:00
scale_test.go
secret.go
secret_for_docker_registry.go
secret_for_docker_registry_test.go
secret_for_tls.go
secret_for_tls_test.go
secret_test.go
service.go
service_basic.go
service_basic_test.go
service_test.go
serviceaccount.go
serviceaccount_test.go
sorting_printer.go
sorting_printer_test.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
versioned_client.go