Commit Graph

6870 Commits

Author SHA1 Message Date
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
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
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
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
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
Sally O'Malley
7e253e1d0e Move pkg/kubectl/util/resource to staging 2019-06-26 15:59:30 -04:00
Kubernetes Prow Robot
672631f0dc Merge pull request #79205 from sallyom/mv-kubectl-util-qos-stg
Move pkg/kubectl/util/qos to staging
2019-06-26 12:21:21 -07:00
Kubernetes Prow Robot
5cd9faf74a Merge pull request #79114 from roycaihw/crd-informer/delete-stale-strategy
crd-handler: re-create stale CR storage on update
2019-06-26 11:05:20 -07:00
Sally O'Malley
7ac89bfe4c Updates to dependencies including go.mod, go.sum, and BUILD files 2019-06-26 08:51:27 -04:00
Sally O'Malley
acd3b91f9e Move pkg/kubectl/util/qos to staging 2019-06-26 08:51:27 -04:00
Kubernetes Prow Robot
b84d5b8162 Merge pull request #79204 from pswica/util-storage
Moving pkg/kubectl/util/storage to staging
2019-06-26 03:57:14 -07:00
He Xiaoxi
2e37a3bebe Fix CRD validation error for 'items' field
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-26 16:08:34 +08:00
Kubernetes Prow Robot
e760b033ec Merge pull request #78863 from sttts/sttts-crd-embedded-resource-items-additionalProperties
apiextensions: structural schema unit test coverage
2019-06-25 22:17:12 -07:00
Peter Swica
d8362f7508 Moving pkg/kubectl/util/storage to staging 2019-06-26 00:11:16 -04:00
Mike Spreitzer
4160909495 Fixed and clarified comments and parameter names in index.go (#77633)
* Fixed and clarified comments and parameter names in index.go

Fixed the comment on IndexFunc to say that it returns multiple indexed values.

Clarified the comments and parameter names in the Indexer interface to
consistently use a dichotomy between "storage keys" and "indexed
values".

* Updated comments in index.go based on review by Liggitt
2019-06-25 21:03:13 -07:00
Haowei Cai
c452a7fa1c crd-handler: level-trigger storage recreation and fix a race 2019-06-25 19:28:18 -07:00
Kubernetes Prow Robot
db892ba7bc Merge pull request #79237 from logicalhan/show-hidden-metrics
enable ability to show hidden metrics
2019-06-25 18:15:51 -07:00
Kubernetes Prow Robot
dc9174818d Merge pull request #79191 from seans3/move-kubectl-util-event
Move pkg/kubectl/util/event to staging
2019-06-25 18:15:39 -07:00
Kubernetes Prow Robot
41b817b92f Merge pull request #79038 from yastij/move-jws
move jws to k8s.io/cluster-bootstrap
2019-06-25 17:01:29 -07:00
Kubernetes Prow Robot
22fb6fd174 Merge pull request #77595 from bertinatto/volume_limits
Volume Scheduling Limits
2019-06-25 17:01:16 -07:00
Sean Sullivan
949060dac0 Dependency changes 2019-06-25 15:22:20 -07:00
Sean Sullivan
d4a5b75a67 Move pkg/kubectl/util/event into staging 2019-06-25 14:55:21 -07:00
Kubernetes Prow Robot
70b1c43657 Merge pull request #79201 from damemi/kubectl-rbac
Move pkg/kubectl/util/rbac to staging
2019-06-25 14:47:28 -07:00
Kubernetes Prow Robot
e8738d665b Merge pull request #79282 from seans3/kubectl-logo
Adds kubectl logo images
2019-06-25 12:55:58 -07:00
Mike Dame
76d7f58c06 update vendor 2019-06-25 15:28:52 -04:00
Mike Dame
a507ca338a Move pkg/util/rbac to staging and update refs 2019-06-25 15:25:23 -04:00
Sean Sullivan
e397b04ca1 Update go.mod, go.sum, and BUILD dependencies 2019-06-25 12:04:06 -07:00
Sean Sullivan
7aa214d2c3 Move pkg/kubectl/util/hash to staging 2019-06-25 12:02:26 -07:00
Kubernetes Prow Robot
c3f208a07e Merge pull request #79189 from seans3/move-kubectl-util-deployment
Move pkg/kubectl/util/deployment to staging
2019-06-25 11:43:58 -07:00
chenjun.cj
ce8805f95f flowcontrol context aware and fix request may hang issue 2019-06-26 01:00:08 +08:00
Kubernetes Prow Robot
1215aa73d2 Merge pull request #79176 from verb/debug-iterate-containers
Add helpers for iterating containers in a pod
2019-06-25 09:32:52 -07:00
Fabio Bertinatto
b90ca5b2a7 Auto-generated code for volume limits API 2019-06-25 16:30:54 +02:00