kubernetes/pkg/kubectl
Mikalai Radchuk 4ee2010111 Fixes address parsing in port-forward
The rules for address parsing are:

* Explicitly specified addresses must bind successfully
* `localhost` is pinned to `127.0.0.1` and `::1` and at least one of those must bind successfully

This change also makes output of the command consistent
between runs with the same arguments.
Previously the command was using the range via map of addresses
which sometimes was producing different output because the order
of values is not guaranteed in Go.
2019-02-10 12:48:52 +00:00
..
apply Merge pull request #61468 from tianshapjq/remove-consts-element.go 2019-02-01 14:31:30 -08:00
apps Fix some golint errors for packages in pkg/kubectl 2018-11-02 11:55:40 +08:00
cmd Fixes address parsing in port-forward 2019-02-10 12:48:52 +00:00
describe Merge pull request #72872 from arjunrn/object-average-value 2019-02-01 06:31:50 -08:00
explain Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
generate Fix create secret docker-registry compatibility 2018-12-26 11:11:29 -05:00
generated Generated bindata.go 2019-02-05 19:00:39 +01:00
metricsutil Fix some golint errors for packages in pkg/kubectl 2018-11-02 11:55:40 +08:00
polymorphichelpers Rename AttachableLogsForObjectFunc -> AttachablePodForObjectFunc to better reflect its purpose 2019-02-04 13:18:02 +01:00
proxy Move from glog to klog 2018-11-10 07:50:31 -05:00
scheme generated 2019-01-23 16:34:44 -05:00
util replace client-go/util/integer with k8s.io/utils/integer 2019-01-24 15:34:21 -05:00
validation Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
.import-restrictions Refactor to use k8s.io/utils/net/ package instead of kubernetes/pkg/util/net/sets 2019-02-04 10:34:53 +05:30
apply.go Fix some golint errors for packages in pkg/kubectl 2018-11-02 11:55:40 +08:00
BUILD replace client-go/util/integer with k8s.io/utils/integer 2019-01-24 15:34:21 -05:00
conditions.go Remove dependency on internal version of resource 2018-09-13 17:32:52 -07:00
doc.go kubectl: rewrite docstrings in several files 2017-06-23 09:49:30 -07:00
history.go prune internal clients from kubectl describer 2018-11-16 00:11:10 +08:00
history_test.go Refactor HistoryViewerFor to use Visitor design pattern 2017-11-09 08:11:19 +00:00
interfaces.go find and replace 2017-01-20 08:04:53 -05:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
rollback.go update deployment, daemonset, replicaset, statefulset to apps/v1 2018-12-19 10:46:45 -05:00
rollback_test.go Switch kubectl rollout to directly rolling back deployments 2018-10-26 23:48:44 -04:00
rolling_updater.go replace client-go/util/integer with k8s.io/utils/integer 2019-01-24 15:34:21 -05:00
rolling_updater_test.go Fix some golint errors for packages in pkg/kubectl 2018-11-02 11:55:40 +08:00
rollout_status.go kubectl: copy deployment util dependency into kubectl 2018-10-18 12:02:39 -07:00
rollout_status_test.go Remove unused client in rollout status 2018-09-26 13:12:35 -07:00
scale.go Clean up initializer-related comments, test data 2019-01-25 12:37:45 -05:00
scale_test.go Fix the returned messaged: statefullsets->statefulsets 2018-08-28 15:20:21 +08:00