k3s/pkg/kubectl
k8s-merge-robot f1ccc2f1be Merge pull request #26354 from csrwng/fix_visitor_error
Automatic merge from submit-queue

kubectl: fix URLVisitor error message

The status of a failed fetch will usually include the code, resulting in a duplicate code in the error message:
```
unable to read URL "http://git:8080/ruby-hello-world.git", server reported 401 401 Unauthorized
```

This change rearranges them so at least the message doesn't stutter (and includes the code in case it's not part of the status):
```
unable to read URL "http://git:8080/ruby-hello-world.git", server reported 401 Unauthorized, status code 401
```

[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
2016-06-09 02:43:27 -07:00
..
cmd Merge pull request #27057 from janetkuo/kubectl-run-server-discovery 2016-06-08 23:49:04 -07:00
resource Merge pull request #26354 from csrwng/fix_visitor_error 2016-06-09 02:43:27 -07:00
testing It's 2016, yo. 2016-05-13 12:41:40 -07:00
OWNERS Add pwittrock to the kubectl OWNERS file 2016-06-02 09:21:25 -07:00
apply.go move server client shared annotations to new api/annotations package 2016-05-09 11:10:44 -07:00
autoscale.go Move internal types of hpa from pkg/apis/extensions to pkg/apis/autoscaling 2016-05-09 09:18:13 +02:00
bash_comp_utils.go pkg/kubectl: preallocate slice 2016-05-29 02:09:39 -07:00
configmap.go
configmap_test.go Fix kubectl create secret/configmap to allow = values 2016-05-04 17:14:12 -04:00
custom_column_printer.go
custom_column_printer_test.go
describe.go AWS: kubectl get service should print hostnames for LoadBalancer services 2016-06-08 19:29:48 -04:00
describe_test.go Update kubectl describe pod to use pod level qos 2016-06-03 15:32:32 -04:00
doc.go
explain.go
generate.go fix expose multi protocols issue 2016-05-12 00:07:07 -04:00
generate_test.go
history.go List RSes once when getting old/new RSes in deployment e2e tests 2016-06-01 14:19:35 -07:00
interfaces.go
kubectl.go pkg/kubectl: preallocate slice 2016-05-29 02:09:39 -07:00
kubectl_test.go Fix kubectl create secret/configmap to allow = values 2016-05-04 17:14:12 -04:00
namespace.go
namespace_test.go release-note-none 2016-05-10 09:55:14 -07:00
proxy_server.go
proxy_server_test.go Uncomment the code that cause by #19254 2016-04-25 23:21:31 +08:00
resource_printer.go AWS: kubectl get service should print hostnames for LoadBalancer services 2016-06-08 19:29:48 -04:00
resource_printer_test.go AWS: kubectl get service should print hostnames for LoadBalancer services 2016-06-08 19:29:48 -04:00
rollback.go
rolling_updater.go Rolling updater should allow progress to be logged / detected 2016-05-14 22:54:02 -04:00
rolling_updater_test.go Fix tests for renegotiation 2016-05-12 08:21:11 +02:00
rollout_status.go Add kubectl rollout status 2016-05-10 13:49:39 -07:00
run.go pkg/kubectl: preallocate slice 2016-05-29 02:09:39 -07:00
run_test.go Update use of Quantity in other classes 2016-05-19 08:41:43 -04:00
scale.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
scale_test.go ScheduledJob client 2016-05-21 15:48:40 +02:00
secret.go
secret_for_docker_registry.go
secret_for_docker_registry_test.go
secret_for_tls.go Add a kubectl create secret tls command 2016-05-16 22:38:56 -07:00
secret_for_tls_test.go Add a kubectl create secret tls command 2016-05-16 22:38:56 -07:00
secret_test.go Fix kubectl create secret/configmap to allow = values 2016-05-04 17:14:12 -04:00
service.go fix expose multi protocols issue 2016-05-12 00:07:07 -04:00
service_test.go fix expose multi protocols issue 2016-05-12 00:07:07 -04:00
serviceaccount.go
serviceaccount_test.go
sorted_event_list.go
sorted_event_list_test.go
sorted_resource_name_list.go Show resources in pod descriptions by sorted names. 2016-05-25 23:51:37 +02:00
sorted_resource_name_list_test.go Show resources in pod descriptions by sorted names. 2016-05-25 23:51:37 +02:00
sorting_printer.go Support sort-by timestamp in kubectl get 2016-05-18 21:36:44 -07:00
sorting_printer_test.go let type struct,array,slice also being considerred when sorting kubectl output 2016-05-02 23:17:18 +08:00
stop.go kubectl: cast scale errors to actual errors when deleting 2016-05-26 10:33:52 +02:00
stop_test.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
version.go
watchloop.go