kubernetes/pkg
Nicolas Bigler defdd80cbd
Fix duplicate comment in iptables rule for non-local public-port rule
When kubernetes creates an iptable rule for "from-non-local public-port"
rule the rule gets created with two identical comment section.

The function `iptablesNonLocalNodePortArgs` creates a list of arguments
for the rule from iptablesCommonPortalArgs function. This function
already appends the arguments for the rules comments and therefore does
not require appending the comment again.
2018-04-12 18:10:16 +02:00
..
api remove deprecated ObjectMeta ListOptions DeleteOptions 2018-04-09 21:19:20 +08:00
apis Merge pull request #62018 from andyzhangx/local-windows-path-fix 2018-04-10 05:31:20 -07:00
auth Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
capabilities Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
client Re-generate clientsets 2018-04-09 19:12:47 +10:00
cloudprovider Merge pull request #61082 from wenlxie/githubupstream.master.ignorevolumeerrorstatus 2018-04-10 18:19:16 -07:00
controller Moved sync pod on Node logic to func. 2018-04-12 09:31:31 +08:00
credentialprovider Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
features Delete in-tree support for NVIDIA GPUs. 2018-04-02 20:17:01 -07:00
fieldpath Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
generated update bindata after #61817 2018-04-11 14:24:01 -07:00
kubeapiserver pkg/kubeapiserver/options: update Bazel files 2018-04-10 12:03:54 -07:00
kubectl Merge pull request #62461 from deads2k/cli-23-disco 2018-04-12 06:38:16 -07:00
kubelet Merge pull request #62416 from sjenning/fix-waitlogs-err-msg 2018-04-12 08:54:21 -07:00
kubemark add nodeport-addresses flag for kube-proxy 2018-02-26 23:48:46 +08:00
master apiserver: enforce shared RequestContextMapper in delegation chain 2018-04-05 14:41:56 +02:00
printers update PrintFlags#Complete to receive string template 2018-04-06 16:44:40 -04:00
probe Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
proxy Fix duplicate comment in iptables rule for non-local public-port rule 2018-04-12 18:10:16 +02:00
quota Resources prefixed with *kubernetes.io/ should remain unscheduled if they are not exposed on the node. 2018-03-28 17:24:30 -07:00
registry Merge pull request #62239 from mahuihuang/fix_grammar_mistake 2018-04-12 07:16:03 -07:00
routes Remove /ui/ redirect 2018-02-12 10:54:33 -05:00
scheduler Merge pull request #62236 from zhangxiaoyu-zidif/fix-caps-on-schedulerName 2018-04-10 05:31:17 -07:00
security Update gofmt for go1.10 2018-04-02 17:44:04 -07:00
securitycontext remove unused code in securitycontext 2018-03-29 23:32:48 -07:00
serviceaccount implement token authenticator for new id tokens 2018-02-27 17:20:46 -08:00
ssh Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
util add tests for GetFileType 2018-04-10 10:53:11 +08:00
version Require boilerplate on Bazel Skylark source files 2018-02-16 13:44:04 -08:00
volume Merge pull request #61549 from jingxu97/Mar/aswVolumeSpec 2018-04-10 17:43:38 -07:00
watch/json remove outdate package 2018-01-15 23:17:19 +08:00
windows/service Add support for binaries to run as Windows services 2018-03-07 00:51:36 +01:00
.import-restrictions Add import-boss directives 2017-10-13 07:06:22 -04:00
BUILD pkg/api/unversioned related cleanup 2018-03-13 17:20:16 +08:00
OWNERS