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
wojtekt
85763127c0
Fix client-go request benchmark
2019-06-27 17:35:39 +02:00
William Zhang
fcf2fb87b6
🔗 fix the KEP-kube-scheduler link
...
Signed-off-by: William Zhang <zhang.wanmin@zte.com.cn >
2019-06-27 19:56:24 +08: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
Johannes M. Scheuermann
6ad65512d1
Add generated proto files
2019-06-26 19:46:42 +02:00
Johannes M. Scheuermann
94ce517212
Fix typo in network policy ingress rule
2019-06-26 19:27:09 +02:00
Dr. Stefan Schimanski
e848eaa566
apiserver: store httplog in context
2019-06-26 18:33:19 +02:00
Dr. Stefan Schimanski
6e3fd91e1a
apiserver: don't log stack trace on /healthz error
2019-06-26 18:33:19 +02: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
Clayton Coleman
4ed2b9875d
Replace HTTP compression with an inline handler
...
The previous HTTP compression implementation functioned as a filter, which
required it to deal with a number of special cases that complicated the
implementation.
Instead, when we write an API object to a response, handle only that one
case. This will allow a more limited implementation that does not impact
other code flows.
Also, to prevent excessive CPU use on small objects, compression is
disabled on responses smaller than 128Kb in size.
2019-06-25 12:44:29 -04:00
Clayton Coleman
a872c6826c
Set API compression feature gate to Beta
2019-06-25 12:44:15 -04: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