kubernetes/pkg/kubectl/cmd
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
..
annotate Deprecate and remove use of alpha metadata.initializers field, remove IncludeUninitialized options 2019-01-23 16:34:43 -05:00
apiresources update bazel 2019-01-18 17:28:09 -05:00
apply API Machinery, Kubectl and tests 2019-02-04 13:51:48 -08:00
attach Rename AttachableLogsForObjectFunc -> AttachablePodForObjectFunc to better reflect its purpose 2019-02-04 13:18:02 +01:00
auth Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
autoscale Fix some golint errors for packages in pkg/kubectl/cmd 2018-11-22 22:09:08 +08:00
certificates Fix some golint errors for packages in pkg/kubectl/cmd 2018-11-22 22:09:08 +08:00
clusterinfo Introduce -A as a shorthand for --all-namespaces in kubectl 2018-12-19 14:37:43 +01:00
completion Fix some golint errors for packages in pkg/kubectl/cmd 2018-11-22 22:09:08 +08:00
config Add kubectl config set example 2019-01-25 20:21:24 +07:00
convert Fix some golint errors for packages in pkg/kubectl/cmd 2018-11-22 22:09:08 +08:00
cp Merge pull request #72923 from saschagrunert/dedent-update 2019-01-25 18:32:23 -08:00
create Image is a required parameter 2019-01-17 15:58:41 +01:00
delete add --all-namespaces to 2019-02-05 13:37:14 -05:00
describe Deprecate and remove use of alpha metadata.initializers field, remove IncludeUninitialized options 2019-01-23 16:34:43 -05:00
diff API Machinery, Kubectl and tests 2019-02-04 13:51:48 -08:00
drain generated files 2018-12-19 11:19:12 -05:00
edit Fix some golint errors for packages in pkg/kubectl/cmd 2018-11-22 22:09:08 +08:00
exec Fix some golint errors for packages in pkg/kubectl/cmd 2018-11-22 22:09:08 +08:00
explain Fix some golint errors for packages in pkg/kubectl/cmd 2018-11-22 22:09:08 +08:00
expose fix typo "udp" -> "UDP" 2019-01-11 13:25:44 +08:00
get Merge pull request #73063 from WanLinghao/kubectl_get_custom_clomuns_fix 2019-01-31 01:39:49 -08:00
help Generated changes 2018-10-11 22:01:06 +02:00
label Deprecate and remove use of alpha metadata.initializers field, remove IncludeUninitialized options 2019-01-23 16:34:43 -05:00
logs fix a bug that --tail option does not take effects in 'kubectl logs --selector xx=xx --tail 3' 2018-11-02 18:20:58 +08:00
options Generated changes 2018-10-11 22:01:06 +02:00
patch Remove build/verify scripts for swagger 1.2 API docs, API server swagger ui / swagger 1.2 config 2019-01-15 13:33:06 -05:00
plugin allow re-usability of plugin handler, allow support for multiple valid plugin filename prefixes 2019-02-01 16:17:47 -05:00
portforward Fixes address parsing in port-forward 2019-02-10 12:48:52 +00:00
proxy Move from glog to klog 2018-11-10 07:50:31 -05:00
replace Remove build/verify scripts for swagger 1.2 API docs, API server swagger ui / swagger 1.2 config 2019-01-15 13:33:06 -05:00
rollingupdate Move from glog to klog 2018-11-10 07:50:31 -05:00
rollout Update dedent to latest release 2019-01-17 08:30:07 +01:00
run Merge pull request #70527 from qingsenLi/git181101 2019-01-15 20:19:09 -08:00
scale Move from glog to klog 2018-11-10 07:50:31 -05:00
set fix --local panic in set commands 2019-02-07 16:56:32 -05:00
taint Fix some golint errors for packages in pkg/kubectl/cmd 2018-11-22 22:09:08 +08:00
testing Remove uses of extensions/v1beta1 clients 2018-12-19 11:18:53 -05:00
top Introduce -A as a shorthand for --all-namespaces in kubectl 2018-12-19 14:37:43 +01:00
util Merge pull request #73540 from rlenferink/patch-5 2019-02-08 09:05:56 -08:00
version Switch to sigs.k8s.io/yaml from ghodss/yaml 2018-11-07 13:17:32 -05:00
wait Add support for waiting by label selector or on all resources 2019-02-02 16:26:00 +01:00
alpha.go Move pkg/kubectl/cmd/templates -> pkg/kubectl/util/temlpates 2018-10-11 22:01:03 +02:00
BUILD Update generated files 2019-01-15 13:33:06 -05:00
cmd.go allow re-usability of plugin handler, allow support for multiple valid plugin filename prefixes 2019-02-01 16:17:47 -05:00
cmd_test.go allow re-usability of plugin handler, allow support for multiple valid plugin filename prefixes 2019-02-01 16:17:47 -05:00
profiling.go Add go profile instrumentation to kubectl 2018-09-18 18:28:43 +01:00