Taylor Thomas
bcd15c35a4
Updating staging Godeps
...
Kubernetes-commit: 278789e639d50e40b4e3b8a3b98c9fcaec6a89c5
2017-07-28 13:45:48 +00:00
Bobby (Babak) Salamat
0c5d330493
autogenerated files
...
Kubernetes-commit: e827e1ba87d83a0178d1740fcbe60049c87ebca3
2017-07-28 13:45:48 +00:00
Dr. Stefan Schimanski
c5fd4b1202
Move pkg/api/v1/ref -> client-go/tools/reference
...
Kubernetes-commit: 5925a0a1df1cb8cfbf9d1b4c9aa62d772090ad75
2017-07-28 13:45:48 +00:00
juanvallejo
f0c66765d7
check for negative index values
...
Kubernetes-commit: 113ff3bb9854d6c5c4e8d1a66749075c480130a9
2017-07-28 13:45:48 +00:00
Kubernetes Publisher
517feb7802
sync: reset Godeps.json
2017-07-28 13:45:48 +00:00
Kubernetes Publisher
7c69e98021
sync: resync vendor folder
2017-07-19 03:39:24 +00:00
Kubernetes Publisher
f772360c2a
sync(k8s.io/kubernetes) 5bbdfc666122f16a88a167e0bb59a47a31aa6adf
2017-07-19 03:39:07 +00:00
Dr. Stefan Schimanski
1be407b92a
Update generated code
...
Kubernetes-commit: 8dd0989b395b29b872e1f5e06934721863e4a210
2017-07-19 03:39:07 +00:00
Dr. Stefan Schimanski
5b30b91d3a
staging/copy.sh: don't strip tags anymore with k8s.io/api
...
Kubernetes-commit: b7fb418a19b5de2ea22c99afe850f9e365cc2d46
2017-07-19 03:39:07 +00:00
Dr. Stefan Schimanski
4596ac0d5c
deepcopy: add interface deepcopy funcs
...
- add DeepCopyObject() to runtime.Object interface
- add DeepCopyObject() via deepcopy-gen
- add DeepCopyObject() manually
- add DeepCopySelector() to selector interfaces
- add custom DeepCopy func for TableRow.Cells
Kubernetes-commit: 39d95b9b065fffebe5b6f233d978fe1723722085
2017-07-19 03:39:07 +00:00
Mikhail Mazurskiy
1a0ee4cda2
Refactor Start functions into an object
...
Kubernetes-commit: 6464774a9b94f6e8376e11d015fd55e98457e74c
2017-07-19 03:39:07 +00:00
Mikhail Mazurskiy
0a8adc4df4
Improve Start functions
...
Kubernetes-commit: d11a9973cfd421b7f723156bbb2b256851f7460d
2017-07-19 03:39:07 +00:00
Mikhail Mazurskiy
5f6ea627a3
Shared Informer Run blocks until all goroutines finish
...
Fixes #45454
Kubernetes-commit: d789615902ead2a112ad24fbfebe95285b87004b
2017-07-19 03:39:07 +00:00
Mikhail Mazurskiy
b5da66a5eb
github.com/stretchr/testify - main desired update. Old version has bugs.
...
github.com/davecgh/go-spew/spew is set to the newest version, a bit
newer than required by testify. Updated from version 6 Nov 2015 to
27 Jun 2017.
github.com/stretchr/objx is not updated - testify uses version
from 27 May 2014 which is older than 28 Sep 2015 used now (latest
actually). In practice there is only a tiny difference - one method was
removed in new version.
Kubernetes-commit: de29d11bfe98fdd0dccd644b55bbe9759e89038d
2017-07-19 03:39:07 +00:00
Clayton Coleman
88f7fb8192
Remove Kube specific api constructs from restclient
...
All callers must use VersionedParameters, which no longer has special
behavior for Kube resources.
Kubernetes-commit: 112e0fa9da069d147fffe5bd0638ebce4a9bba42
2017-07-19 03:39:07 +00:00
Clayton Coleman
526a4ea159
Remove "special" restclient parameters
...
Kubernetes-commit: f0e11c5b09abe46dd67a4f5e6f8bce9696888cee
2017-07-19 03:39:07 +00:00
Clayton Coleman
3954f889c7
Remove use of (Label|Field)SelectorParam
...
Kubernetes-commit: b6d9815b95940002545b4aa7affb892d94637a49
2017-07-19 03:39:07 +00:00
liaoyw
0e9b63a3bb
Log error when failed to renew lease.
...
Kubernetes-commit: 8c120dcf2f8c97da8143d36f26746c4f4685b828
2017-07-19 03:39:07 +00:00
Kubernetes Publisher
50c6f808e0
sync: reset Godeps.json
2017-07-19 03:39:06 +00:00
Kubernetes Publisher
1850dd66e4
sync: resync vendor folder
2017-07-16 03:59:03 +00:00
Kubernetes Publisher
d164d632d1
sync(k8s.io/kubernetes) da31d920f575708ca4cecec767187e4aad7ffc00
2017-07-16 03:58:42 +00:00
Eric Chiang
ad2ff90266
client-go: add canonical import comment
...
Kubernetes-commit: 90a555545e8ac6b286993be73b6b1571ec092801
2017-07-16 03:58:42 +00:00
Paul Michali
a08928a067
Support IPv6 addresses for getListener()
...
Currently, client-go requires that an IPv6 address string for hostname has
square brackets surrounding, so that it can be used with address:port in
an API request.
This change, removes that requirement, and has getListener() add the
square brackets for IPv6 addresses for hosts. If IPv4 or hostname, the name
will not be modified.
Decided to change here, rather than everywhere client-go is used (thinking
that there may be places where we DON'T want the square brackets applied).
This issue was found in kubelet, which, at startup, creates a listener for
services and nodes. If an IPv6 address is used, the URI was malformed.
Kubernetes-commit: e17a501bcb7a3d2c5f4ff5c41f122fe155395dcd
2017-07-16 03:58:42 +00:00
Mike Danese
c0b21e1d03
remove some people from OWNERS so they don't get reviews anymore
...
These are googlers who don't work on the project anymore but are still
getting reviews assigned to them:
- bprashanth
- rjnagal
- vmarmol
Kubernetes-commit: c201553f2776ac401549d561485f9a5cb4841ae8
2017-07-16 03:58:42 +00:00
Brendan Burns
757f27a376
Code updates for new SDK.
...
Kubernetes-commit: 29a0c6f56a0839d6abb9b5d1e339ab84cbbe2a83
2017-07-16 03:58:42 +00:00
Tim Allclair
5538125344
Name change: s/timstclair/tallclair/
...
Kubernetes-commit: a2f2e1d4918effb4f0994333c7b88086674e4a5b
2017-07-16 03:58:42 +00:00
Andy Goldstein
75943a8927
jsonpath filter: allow intermediate missing keys
...
In jsonpath, when filtering a list, if allowMissingKeys is true, skip
over any items that are missing an intermediate key in the filter,
instead of returning a confusing error.
For example, if the filter is
{.items[?(@.metadata.annotations.foo=="bar")].metadata.name}
we should return all items where metadata.annotations.foo == bar, but if
an item in the list does not have metadata, metadata.annotations, or
metadata.annotations.foo, skip it instead of erroring.
Kubernetes-commit: e6f97d514d83fc2614d1ad4e18de0b318cc81653
2017-07-16 03:58:42 +00:00
Cao Shufeng
812b4cbd4b
Use glog.*f when a format string is passed
...
ref:
https://godoc.org/github.com/golang/glog
I use the following commands to search all the invalid usage:
$ grep "glog.Warning(" * -r | grep %
$ grep "glog.Info(" * -r | grep %
$ grep "glog.Error(" * -r | grep %
$ grep ").Info(" * -r | grep % | grep "glog.V("
Kubernetes-commit: 0c577c47d5331e61caf11469a52c2583d087cdcf
2017-07-16 03:58:42 +00:00
Clayton Coleman
3bb413eede
Move SPDY specific code into its own package
...
Kubernetes-commit: cf026a3314fd3513a2c4239c6f4edbbbbcb96a77
2017-07-16 03:58:42 +00:00
Chao Xu
ec4003cdb5
update bazel
...
Kubernetes-commit: 65cedeeb433638a977ad8d1be9870c2567671f04
2017-07-16 03:58:42 +00:00
Chao Xu
9869cc1684
move leaderelection package to client-go
...
Kubernetes-commit: 24d5279c59f1285fa8f589599d937ebee24f7ea4
2017-07-16 03:58:42 +00:00
Clayton Coleman
4e62d7d64d
Prepare to introduce websockets for exec and portforward
...
Refactor the code in remotecommand to better represent the structure of
what is common between portforward and exec.
Kubernetes-commit: 12c7874c0d88e9099ab2a29915d26751f0d23c2a
2017-07-16 03:58:42 +00:00
deads2k
4d6d8e1ac1
remove dead code
...
Kubernetes-commit: 0801ded4252684c47d8a50700f9f5ff8ff88b964
2017-07-16 03:58:41 +00:00
Dr. Stefan Schimanski
847cceef55
client-go: remove TPR example
...
Kubernetes-commit: b34464241d61941b4331727fdca8927b574de25b
2017-07-16 03:58:41 +00:00
Kubernetes Publisher
e21a2f60cf
sync: reset Godeps.json
2017-07-16 03:58:41 +00:00
Chao Xu
a37549263b
Merge pull request #245 from caesarxuchao/fix-typo
...
Fix a typo
2017-07-12 20:47:29 -07:00
Chao Xu
06f95366f0
fix typo
2017-07-12 20:46:12 -07:00
Daniel Smith
53c7adfd02
Merge pull request #241 from caesarxuchao/changelog-api
...
explaining the API migration in CHANGELOG
2017-07-11 16:59:49 -07:00
Chao Xu
886446d4a9
update CHANGELOG about the api move
2017-07-11 16:45:43 -07:00
Chao Xu
534933d530
Merge pull request #237 from caesarxuchao/v4.0-changelog
...
Add v4.0.0 changelog
2017-07-11 13:45:36 -07:00
Chao Xu
361294f010
add changelog for v4.0
2017-07-11 13:33:38 -07:00
Chao Xu
d03136c067
Merge pull request #233 from caesarxuchao/v3.0.0-updates
...
V3.0.0 updates
2017-07-11 13:04:38 -07:00
Daniel Smith
cdcf23551a
Clarify compatibility table
2017-07-07 14:07:26 -07:00
Kubernetes Publisher
b1ed435281
sync: resync vendor folder
2017-07-06 23:49:42 +00:00
Kubernetes Publisher
37e5467931
sync(k8s.io/kubernetes) 756a814042801e8cba8273ba7f1e16e87b060079
2017-07-06 23:49:18 +00:00
Shiyang Wang
e7816d5d9a
add more unit test
...
Kubernetes-commit: 87f877962468a83efe4f46ec01582d8703a4e899
2017-07-06 23:49:18 +00:00
Shiyang Wang
27f2f9370c
fix JSONPath parser will not filter strings containing parentheses
...
Kubernetes-commit: fb4fc7d7d108a94053671160894011e84f821742
2017-07-06 23:49:18 +00:00
Chao Xu
6470a25cda
update README.md
2017-07-05 17:05:59 -07:00
Chao Xu
dd636ffdd8
update CHANGELOG for v3.0.0
2017-07-05 17:05:59 -07:00
Kubernetes Publisher
6daa6a29b8
sync: resync vendor folder
2017-07-05 23:52:01 +00:00