k3s/pkg
Kubernetes Submit Queue e5419a56db Merge pull request #47162 from FengyunPan/display-none
Automatic merge from submit-queue (batch tested with PRs 47162, 48444, 48445)

Fix output extra comma

/# kubectl get service
NAME                     CLUSTER-IP       EXTERNAL-IP               PORT(S)          AGE
nginx-service-test       10.200.6.109     _**,80.11.12.10**_              8000:31637/TCP   6s
**(output a extra comma)**
except: 
nginx-service-test       10.200.6.109     _**80.11.12.10**_              8000:31637/TCP   6s

/# cat lb.yaml 
apiVersion: v1 
kind: Service 
metadata: 
  name: nginx-service-lb3
spec: 
  ports: 
    - port: 8000
      targetPort: 80 
      protocol: TCP 
  type: LoadBalancer
  selector: 
    name: nginx
  externalIPs: 
    - 80.11.12.10
    - 1.2.3.6
/# kubectl create -f lb.yaml
2017-07-05 06:39:27 -07:00
..
api Merge pull request #48125 from xiangpengzhao/downwardapi-poduid 2017-06-30 20:58:31 -07:00
apimachinery/tests Fix Unstructured field accessor 2017-06-28 13:44:29 -04:00
apis run hack/update-all 2017-06-22 11:31:03 -07:00
auth Only do string trim when it's necessary 2017-06-15 17:32:31 +08:00
bootstrap/api run hack/update-all 2017-06-22 11:31:03 -07:00
capabilities
client run hack/update-all 2017-06-22 11:31:03 -07:00
cloudprovider Use the azure certificate password when decoding the certificate 2017-07-04 08:56:40 +02:00
controller Merge pull request #48383 from gyliu513/refactor-daemon 2017-07-05 01:53:04 -07:00
conversion
credentialprovider run hack/update-all 2017-06-22 11:31:03 -07:00
features Add priority to Kubernetes API 2017-06-26 13:43:19 -07:00
fieldpath Add Pod UID (metadata.uid) to downward API env var 2017-06-27 16:54:35 +08:00
fields
generated removed 'Storage' option from 'kubectl top' like options 2017-06-23 08:34:53 -07:00
hyperkube
kubeapiserver Merge pull request #47038 from yastij/DefaultExternalHost-for-registredCP 2017-06-27 08:29:25 -07:00
kubectl Merge pull request #47217 from CaoShuFeng/trival_fix 2017-07-05 03:21:30 -07:00
kubelet fix-review 2017-07-05 15:40:51 +08:00
kubemark Merge pull request #47783 from NickrenREN/containerruntime 2017-06-23 08:29:28 -07:00
labels
master remove tpr API access 2017-07-03 11:25:59 -04:00
metrics
printers Merge pull request #47162 from FengyunPan/display-none 2017-07-05 06:39:27 -07:00
probe Set default User-Agent on http probe 2017-06-21 10:50:33 -04:00
proxy Populate endpoints and allow ports with headless service 2017-06-28 11:15:51 +08:00
quota run hack/update-all 2017-06-22 11:31:03 -07:00
registry Merge pull request #48353 from deads2k/tpr-17-delete-01 2017-07-05 05:49:30 -07:00
routes Merge pull request #45490 from deads2k/owners-01-extensions 2017-05-10 12:51:51 -07:00
runtime
security run hack/update-all 2017-06-22 11:31:03 -07:00
securitycontext run hack/update-all 2017-06-22 11:31:03 -07:00
serviceaccount don't accept delete tokens that are waiting to be reaped 2017-06-30 09:22:36 -04:00
ssh
types
util split util/slice 2017-06-30 23:04:18 -07:00
version Convert go_binary linkstamp to x_defs 2017-06-08 14:59:55 -07:00
volume Merge pull request #48055 from yiqinguo/yiqinguo_remove_err_ignored 2017-07-02 20:05:39 -07:00
watch
BUILD run hack/update-all 2017-06-22 11:31:03 -07:00
OWNERS