Commit Graph

6899 Commits

Author SHA1 Message Date
wojtekt
a756e20cb5 Update autogenerated files 2019-07-01 15:02:49 +02:00
wojtekt
7497260e54 Move etcd/testing to etcd3/testing 2019-07-01 15:02:49 +02:00
Kubernetes Prow Robot
bc1360ab15 Merge pull request #79356 from prameshj/revert-78463-ilb-annotate
Revert "Skip ILB creation on GCE if neg annotation is present"
2019-06-30 10:23:20 -07:00
Kubernetes Prow Robot
6a2d0f67d1 Merge pull request #79527 from wojtek-t/cleanup_etcd_dir_1
Cleanup etcd code
2019-06-29 07:37:22 -07:00
wojtekt
cba13eb9ad Autogenerate code 2019-06-29 15:26:09 +02:00
Kubernetes Prow Robot
583d83a135 Merge pull request #79367 from sukeesh/sukeesh/updatedocsgo
Update doc.go in staging/src/k8s.io/
2019-06-29 04:41:22 -07:00
Kubernetes Prow Robot
3f2fdd2291 Merge pull request #79446 from wongma7/dhcp-option-set
Fix AWS DHCP option set domain names causing garbled InternalDNS or Hostname addresses on Node
2019-06-29 02:33:22 -07:00
Kubernetes Prow Robot
a574bd63ed Merge pull request #79442 from seans3/move-kubectl-validation
Move pkg/kubectl/validation to staging
2019-06-28 17:21:10 -07:00
Kubernetes Prow Robot
ca6113fb8b Merge pull request #78495 from odinuge/cgroups-hugetlb
Fix cgroup hugetlb size prefix for kB
2019-06-28 16:09:29 -07:00
Kubernetes Prow Robot
665e76d976 Merge pull request #79504 from yue9944882/chore/remove-initializer
Completely remove initializers from k/k
2019-06-28 13:58:07 -07:00
Kubernetes Prow Robot
d020a037b5 Merge pull request #79198 from damemi/kubectl-logs
Move pkg/kubectl/util/logs to staging
2019-06-28 12:43:07 -07:00
Odin Ugedal
7a7d8c21e7 Update dependency sirupsen/logrus 2019-06-28 21:28:24 +02:00
wojtekt
fd819f8fdc Move APIObjectVersioner 2019-06-28 21:16:49 +02:00
wojtekt
28fa6de629 Move etcdtest to testing 2019-06-28 21:16:49 +02:00
wojtekt
762518fd47 Cleanup util file 2019-06-28 21:16:49 +02:00
wojtekt
a06f2cfc3f Move metrics to etcd3 and clean up 2019-06-28 21:16:49 +02:00
Sean Sullivan
9cef1fb27b Update dependencies BUILD/go.mod/go.sum 2019-06-28 11:56:18 -07:00
Matthew Wong
439a05f2aa Fix AWS DHCP option set domain names causing garbled InternalDNS or Hostname addresses on Node 2019-06-28 11:42:05 -07:00
Kubernetes Prow Robot
81c8552d7e Merge pull request #79520 from wojtek-t/cleanup_etcd_metrics
Remove dead metrics in etcd code
2019-06-28 11:21:52 -07:00
Kubernetes Prow Robot
436194a088 Merge pull request #79396 from seans3/kubectl-docs
Re-add kubectl docs to kubectl staging
2019-06-28 11:21:39 -07:00
Kubernetes Prow Robot
5019bb57a3 Merge pull request #79514 from feiskyer/fix-lb-rg
Default resourceGroup should be used when value of annotation azure-load-balancer-resource-group is empty string
2019-06-28 10:03:50 -07:00
Sean Sullivan
5eac54e755 Move pkg/kubectl/validation to staging 2019-06-28 09:53:20 -07:00
yue9944882
e00bb664e1 remove finailzers 2019-06-28 19:34:35 +08:00
wojtekt
fd9fb50251 Remove dead metrics in etcd code 2019-06-28 11:17:27 +02:00
Kubernetes Prow Robot
04c1fa22ec Merge pull request #79462 from ss104301/t-qini-loadbalancer_unit_test
add unit tests for azure_loadbalancer_test.go
2019-06-28 01:51:38 -07:00
Pengfei Ni
2b5afd8113 Default resourceGroup should be used when value of annotation azure-load-balancer-resource-group is empty string 2019-06-28 16:11:05 +08:00
Kubernetes Prow Robot
f4a33c1997 Merge pull request #78808 from MikeSpreitzer/issue-78807
Fixed clock.fakeTimer.Stop and Reset
2019-06-27 20:09:20 -07:00
t-qini
3cddcb0d40 add unit tests for azure_loadbalancer_test.go 2019-06-28 02:25:50 +00:00
Kubernetes Prow Robot
e0af9cf491 Merge pull request #79203 from damemi/kubectl-slice
Move pkg/kubectl/util/slice to staging
2019-06-27 18:53:20 -07:00
Kubernetes Prow Robot
46667d0bbb Merge pull request #79375 from answer1991/feature/flow-control-context-aware
RateLimiter context aware and fix request may hang issue
2019-06-27 17:43:34 -07:00
Kubernetes Prow Robot
814052aaff Merge pull request #79193 from seans3/move-kubectl-util-fieldpath
Move pkg/kubectl/util/fieldpath to staging
2019-06-27 15:29:22 -07:00
Mike Dame
0f0d11e0a3 update import-restrictions 2019-06-27 16:46:47 -04:00
Kubernetes Prow Robot
1a80962db6 Merge pull request #76124 from tossmilestone/fix-crd-validate-items
Fix CRD validation error on 'items' field
2019-06-27 12:47:22 -07:00
Mike Dame
f11e120978 update vendor 2019-06-27 15:18:46 -04:00
Mike Dame
a710a83aa9 Move pkg/util/logs to staging and update ref 2019-06-27 15:15:55 -04:00
Mike Dame
18ea637d09 update vendor 2019-06-27 15:12:55 -04:00
Mike Dame
5f7dbefa03 Move pkg/util/slice and update refs 2019-06-27 15:09:37 -04:00
Sean Sullivan
f33ac85342 Re-add kubectl docs to kubectl staging 2019-06-27 11:06:11 -07:00
Sean Sullivan
c32921672f Update BUILD files 2019-06-27 10:06:54 -07:00
Sean Sullivan
6274ef995f Move pkg/kubectl/util/fieldpath to staging 2019-06-27 09:52:26 -07:00
Mike Spreitzer
3e898d6921 Fixed clock.fakeTimer.Stop and Reset
Fixed the way Stop identified the fakeClockWaiter to remove, and the
logic for the bool to return.

Fixed Reset to side-effect the waiter in the clock's slice rather than
the original copy.

Added a test func for FakeClock timers.

Fixed Reset too

Improved comments in clock.go to address reviewer comments

Hopefully the updated comments make clear the answers to recent
reviewer comments.
2019-06-27 11:41:46 -04:00
He Xiaoxi
17ff2eda57 Bump gopkg.in/check to v1.0.0-20180628173108-788fd7840127
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 11:40:31 +08:00
He Xiaoxi
fb03e0c461 Bump objx to v0.2.0
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 11:33:27 +08:00
He Xiaoxi
899833a2be Bump easyjson to v0.0.0-20190614124828-94de47d64c63
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 11:18:09 +08:00
He Xiaoxi
696d065ccd Bump pty to v1.1.5
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 11:08:39 +08:00
He Xiaoxi
a670e582ab Bump govalidator to v0.0.0-20190424111038-f61b66f89f4a
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 11:00:41 +08:00
He Xiaoxi
a5a0526a55 Bump purell to v1.1.1
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 10:52:40 +08:00
He Xiaoxi
eb2a1c10fa Bump go-openapi dependencies to preferred version
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 10:42:28 +08:00
Sean Sullivan
541cb300c7 Move pkg/kubectl/util/certificate to staging 2019-06-26 14:28:53 -07:00
Sally O'Malley
c4cb265e5c Updates to dependencies including go.mod, go.sum, and BUILD files 2019-06-26 15:59:30 -04:00