Commit Graph

122 Commits

Author SHA1 Message Date
Kubernetes Publisher
23b81d7a14 sync: update required packages 2018-02-18 09:52:59 +00:00
Kubernetes Publisher
868912595d sync: update godeps 2018-02-18 09:52:58 +00:00
Kubernetes Publisher
7311726853 sync: update required packages 2018-02-18 01:55:37 +00:00
Kubernetes Publisher
6b0f2172af sync: update godeps 2018-02-18 01:55:37 +00:00
Kubernetes Publisher
b8d5491163 sync: update required packages 2018-02-17 21:56:40 +00:00
Kubernetes Publisher
4d4bbcc8f6 sync: update godeps 2018-02-17 21:56:40 +00:00
Kubernetes Publisher
7d92ac6c14 sync: update required packages 2018-02-17 17:53:57 +00:00
Kubernetes Publisher
c0e5ca57ef sync: update godeps 2018-02-17 17:53:56 +00:00
Kubernetes Publisher
78e8c25006 sync: update required packages 2018-02-17 13:53:06 +00:00
Kubernetes Publisher
3676c12417 sync: update godeps 2018-02-17 13:53:06 +00:00
Kubernetes Publisher
b86e7c6cfd sync: update required packages 2018-02-17 09:53:44 +00:00
Kubernetes Publisher
ae95116c46 sync: update godeps 2018-02-17 09:53:43 +00:00
Kubernetes Publisher
e27e0e40c5 sync: update required packages 2018-02-17 01:55:04 +00:00
Kubernetes Publisher
9ec49b384a sync: update godeps 2018-02-17 01:55:04 +00:00
Kubernetes Publisher
2527447561 sync: update required packages 2018-02-16 21:56:34 +00:00
Kubernetes Publisher
aaf638eb7a sync: update godeps 2018-02-16 21:56:33 +00:00
Kubernetes Publisher
40e9eca108 sync: update required packages 2018-02-16 17:54:43 +00:00
Kubernetes Publisher
44c7ffb5f1 sync: update godeps 2018-02-16 17:54:43 +00:00
Kubernetes Publisher
cbf681e4bc sync: update required packages 2018-02-16 13:56:57 +00:00
Kubernetes Publisher
fb59b4aa2a sync: update godeps 2018-02-16 13:56:57 +00:00
Kubernetes Publisher
2be61034e8 sync: update required packages 2018-02-14 22:38:40 +00:00
Kubernetes Publisher
b58c84c9c6 sync: update godeps 2018-02-14 22:38:39 +00:00
Kubernetes Publisher
ff0eab27d5 sync: update required packages 2018-02-14 18:36:27 +00:00
Kubernetes Publisher
d17b4235ba sync: update godeps 2018-02-14 18:36:27 +00:00
Kubernetes Publisher
c5bf2b05b7 sync: update required packages 2018-02-14 14:35:31 +00:00
Kubernetes Publisher
3968700e52 sync: update godeps 2018-02-14 14:35:31 +00:00
Kubernetes Publisher
3aea3af533 sync: update required packages 2018-02-14 10:35:22 +00:00
Kubernetes Publisher
c0f979d47a sync: update godeps 2018-02-14 10:35:22 +00:00
Kubernetes Publisher
e8a6122bd6 sync: update required packages 2018-02-14 06:35:12 +00:00
Kubernetes Publisher
4c2ef7d844 sync: update godeps 2018-02-14 06:35:12 +00:00
Kubernetes Publisher
c166c2fe4f sync: update required packages 2018-02-14 02:36:54 +00:00
Kubernetes Publisher
21d04c9dc6 sync: update godeps 2018-02-14 02:36:53 +00:00
Kubernetes Publisher
24ddd1da98 sync: update required packages 2018-02-13 22:38:31 +00:00
Kubernetes Publisher
fba87c2973 sync: update godeps 2018-02-13 22:38:31 +00:00
Kubernetes Publisher
533bf7c2d1 sync: update required packages 2018-02-13 18:36:37 +00:00
Kubernetes Publisher
501efb23e7 sync: update godeps 2018-02-13 18:36:36 +00:00
Kubernetes Publisher
e00c466df8 sync: update required packages 2018-02-13 14:35:22 +00:00
Kubernetes Publisher
5b902ecacd sync: update godeps 2018-02-13 14:35:22 +00:00
Kubernetes Publisher
88dd6244c8 sync: update required packages 2018-02-13 10:35:15 +00:00
Kubernetes Publisher
b9ede25834 sync: update godeps 2018-02-13 10:35:15 +00:00
Kubernetes Publisher
a32f270ca3 sync: update required packages 2018-02-13 06:34:15 +00:00
Kubernetes Publisher
f76a51c9a1 sync: update godeps 2018-02-13 06:34:15 +00:00
Kubernetes Publisher
d865234f0e sync: update required packages 2018-02-13 02:39:06 +00:00
Kubernetes Publisher
03ecb9f167 Merge pull request #58317 from nikhita/bump-go-yaml
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

bump(670d4c): gopkg.in/yaml.v2: fix parsing for non-specific tags

Fixes #56976

Fixes this bug - https://github.com/go-yaml/yaml/issues/75 - in `go-yaml`. The fix for this bug is at 670d4cfef0.

**Release note**:

```release-note
NONE
```

/cc sttts caesarxuchao jennybuckley

Kubernetes-commit: 4e2c3f060a873a0b727dbd3e66047a3b2858db97
2018-02-06 05:35:22 +00:00
Kubernetes Publisher
b8b76143ce Merge pull request #59059 from smarterclayton/move_partial_object
Automatic merge from submit-queue (batch tested with PRs 59158, 38320, 59059, 55516, 59357). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Promote v1alpha1 meta to v1beta1

No code changes, just renames. We can discuss if there are any field / naming changes here or in a follow-up

Parent #58536
Fixes #53224
Prereq to #55637

@kubernetes/sig-api-machinery-pr-reviews @deads2k

```release-note
The `meta.k8s.io/v1alpha1` objects for retrieving tabular responses from the server (`Table`) or fetching just the `ObjectMeta` for an object (as `PartialObjectMetadata`) are now beta as part of `meta.k8s.io/v1beta1`.  Clients may request alternate representations of normal Kubernetes objects by passing an `Accept` header like `application/json;as=Table;g=meta.k8s.io;v=v1beta1` or `application/json;as=PartialObjectMetadata;g=meta.k8s.io;v1=v1beta1`.  Older servers will ignore this representation or return an error if it is not available.  Clients may request fallback to the normal object by adding a non-qualified mime-type to their `Accept` header like `application/json` - the server will then respond with either the alternate representation if it is supported or the fallback mime-type which is the normal object response.
```

Kubernetes-commit: 9ee71b720ed2300d6298bb936d0a7873b5ecf2ac
2018-02-05 21:38:17 +00:00
Kubernetes Publisher
7df7717190 Merge pull request #38320 from liggitt/golang-ratelimit
Automatic merge from submit-queue (batch tested with PRs 59158, 38320, 59059, 55516, 59357). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Switch from juju/ratelimit to golang.org/x/time/rate

Replaces juju/ratelimit with golang.org/x/time/rate
xref https://github.com/kubernetes/steering/issues/21

Requires removing the Saturation() method on the rate limiter. In the process of attempting to contribute it to the `golang.org/x/time/rate` implementation, it became clear that what it was calculating was not very useful when combined with periodic polling. See discussion in https://go-review.googlesource.com/c/time/+/29958#message-4caffc11669cadd90e2da4c05122cfec50ea6a22

```release-note
NONE
```

Kubernetes-commit: 0656d030a7d131ca8088a9f0ecd12596eb90d2fd
2018-02-05 21:38:00 +00:00
Kubernetes Publisher
0d94fd0c60 Merge pull request #59195 from pigletfly/fix-typo
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Fix some typos

**What this PR does / why we need it**:

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
     None
```

Kubernetes-commit: c6e581ff42bff91337565836834b76a1601be936
2018-02-04 17:33:09 +00:00
pigletfly
863b091f8c Fix typo
Kubernetes-commit: 5eba676508af6571e38b8b37dd4cde6efd33acd3
2018-02-01 19:11:19 +08:00
Kubernetes Publisher
1c605930c8 Merge pull request #59104 from nikhita/sample-controller-apps-v1
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

sample-controller: document minimum kubernetes version

In https://github.com/kubernetes/kubernetes/pull/58446, the sample-controller started using `apps/v1` deployments since they became GA in 1.9.

This means that sample-controller does not support versions below 1.9.

Fixes kubernetes/sample-controller#9

**Release note**:

```release-note
NONE
```

/assign sttts munnerz

Kubernetes-commit: 971960784927755cbc9423d0ecc19e573de9f391
2018-01-31 13:30:33 +00:00
Nikhita Raghunath
af680ed1d0 sample-controller: document minimum kube version
The sample-controller uses apps/v1 deployments
since they became GA in 1.9. This means that
sample-controller does not support versions below 1.9.

Kubernetes-commit: 1fd07e197803d0d98bba7d7caa1e5111abd12d6b
2018-01-31 00:56:18 +05:30