k3s/pkg/kubectl
Kubernetes Submit Queue 77b83e446b Merge pull request #53839 from ixdy/update-bazel-workspace
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>.

 Update rules_go, repo-infra, and rules_docker dependencies

**What this PR does / why we need it**: several of our bazel dependencies were getting pretty old, since they required bazel 0.5.4+ but there were various failures if we tried to use them with bazel 0.5.4.

Now that bazel 0.6.0 (and 0.6.1) have been out for a while, we can bump our dependencies and get a number of fixes and new functionality.

x-ref #52677 and others

**Special notes for your reviewer**:
* This will now explicitly require bazel 0.6.0+ to build kubernetes.
* Our staging directories are causing some issues for `gazelle`; it wants to set `importpath = "k8s.io/kubernetes/staging/src/k8s.io/blah"` instead of `importpath = "k8s.io/blah"`. I'm not sure what is the correct way to fix this; what we're doing here is pretty weird and nonstandard. I've used a `sed` substitution for now.
* The `-proto=default` option of `gazelle` has a number of bugs right now (https://github.com/bazelbuild/rules_go/issues/888, https://github.com/bazelbuild/rules_go/issues/900, https://github.com/bazelbuild/rules_go/issues/907), so I am forcing the legacy behavior.

**Release note**:

```release-note
NONE
```

/assign @mikedanese @spxtr @BenTheElder
2017-10-15 21:50:13 -07:00
..
apply update BUILD files 2017-10-15 18:18:13 -07:00
apps update BUILD files 2017-10-15 18:18:13 -07:00
cmd Merge pull request #53839 from ixdy/update-bazel-workspace 2017-10-15 21:50:13 -07:00
explain update BUILD files 2017-10-15 18:18:13 -07:00
metricsutil update BUILD files 2017-10-15 18:18:13 -07: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 BUILD files 2017-10-15 18:18:13 -07: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 BUILD files 2017-10-15 18:18:13 -07:00
OWNERS
apply.go
autoscale.go add ut for pkg/kubectl/autoscale_test.go 2017-09-14 09:15:44 +08:00
autoscale_test.go add ut for pkg/kubectl/autoscale_test.go 2017-09-14 09:15:44 +08:00
bash_comp_utils.go
cluster.go
cluster_test.go
clusterrolebinding.go add UT for pkg/kubecl clusterrolebinding 2017-08-28 15:13:15 +08:00
clusterrolebinding_test.go add UT for pkg/kubecl clusterrolebinding 2017-08-28 15:13:15 +08:00
configmap.go kubectl: Move utility functions to util package 2017-09-04 20:14:16 +10:00
configmap_test.go Add --append-hash flag to kubectl create configmap/secret 2017-08-28 14:17:47 -07:00
delete.go fix missing apps/replicaset in kubectl 2017-09-26 10:54:04 -07:00
delete_test.go kubectl: simplify deepcopy calls 2017-08-16 10:58:51 +02:00
deployment.go
deployment_test.go add ut for pkg/kubectl/deployment.go 2017-08-22 11:10:21 +08:00
doc.go
env_file.go
env_file_test.go
generate.go
generate_test.go
history.go Simplify describe events table 2017-08-31 19:11:01 -04:00
interfaces.go
kubectl.go kubectl: Move utility functions to util package 2017-09-04 20:14:16 +10:00
namespace.go
namespace_test.go
pdb.go
quota.go
quota_test.go
resource_filter.go
resource_filter_test.go
rolebinding.go
rolebinding_test.go
rollback.go statefulSet kubectl rollout command 2017-08-24 16:43:03 -07:00
rolling_updater.go kubectl: Move utility functions to util package 2017-09-04 20:14:16 +10:00
rolling_updater_test.go
rollout_status.go kubectl: Clean up documentation for rollout_status.go 2017-08-30 17:25:42 +10:00
rollout_status_test.go
run.go Enable batch/v1beta1.CronJobs by default 2017-09-03 11:17:33 +02:00
run_test.go Enable batch/v1beta1.CronJobs by default 2017-09-03 11:17:33 +02:00
scale.go fix missing apps/replicaset in kubectl 2017-09-26 10:54:04 -07:00
scale_test.go fix error message for scale 2017-08-09 10:37:03 +08:00
secret.go kubectl: Move utility functions to util package 2017-09-04 20:14:16 +10:00
secret_for_docker_registry.go Add --append-hash flag to kubectl create configmap/secret 2017-08-28 14:17:47 -07:00
secret_for_docker_registry_test.go Add --append-hash flag to kubectl create configmap/secret 2017-08-28 14:17:47 -07:00
secret_for_tls.go kubectl: Remove ending punctuation from error strings 2017-08-30 20:33:22 +10:00
secret_for_tls_test.go Add --append-hash flag to kubectl create configmap/secret 2017-08-28 14:17:47 -07:00
secret_test.go Add --append-hash flag to kubectl create configmap/secret 2017-08-28 14:17:47 -07:00
service.go
service_basic.go
service_basic_test.go
service_test.go
serviceaccount.go
serviceaccount_test.go
sorting_printer.go Make metav1.(Micro)?Time functions take pointers 2017-08-17 11:24:28 +02:00
sorting_printer_test.go
versioned_client.go