Klaus Ma
f64798435d
Updated auto generated codes.
...
Kubernetes-commit: 42fe60105573951f2e7cf0104e82ca559ceb256b
2017-03-18 19:50:24 +00:00
Anthony Yeh
a5e766ba6a
Deployment: Update Lister documentation for ControllerRef.
...
The Deployment Listers still use selectors, because this is the
behavior expected by callers. This clarifies the meaning of the
returned list. Some callers may need to switch to using
GetControllerOf() instead, but that is a separate, case-by-case issue.
Kubernetes-commit: 57fb5e2bba0b55053973398fd8abb3371379c64f
2017-03-18 19:50:24 +00:00
Jeff Lowdermilk
bab65175bb
Support whitespace in command path for gcp auth plugin
...
Specific use case is GKE users running gcloud/kubectl on Windows
with a cloud sdk installation path containing spaces. Also improving
test coverage using trick borrowed from exec_test.go
Kubernetes-commit: 995ecfe84ea92d77cac2921babbbe03f7c2e4967
2017-03-18 19:50:24 +00:00
Anthony Yeh
ad81b3551c
StatefulSet: Update Lister documentation for ControllerRef.
...
The StatefulSet Listers still use selectors, because this is the
behavior expected by callers. This clarifies the meaning of the
returned list. Some callers may need to switch to using
GetControllerOf() instead, but that is a separate, case-by-case issue.
Kubernetes-commit: 25d90cdaec71e38165742a0ebe37411bdd2e66e2
2017-03-18 19:50:24 +00:00
Maciej Szulik
3f88c175ed
Staging client changes for cleaning batch/v2alpha1
...
Kubernetes-commit: 591b2e005c07cf87f4990277d2022665e4c68d21
2017-03-18 19:50:24 +00:00
Vladimir Vivien
6dab156779
Addition of ScaleIO Kubernetes Volume Plugin
...
This commits implements the Kubernetes volume plugin allowing pods to seamlessly access and use data stored on ScaleIO volumes.
Kubernetes-commit: 915a54180deca06e6befd3bd6a3712b22fb88791
2017-03-18 19:50:24 +00:00
Jan Safranek
7eb14114aa
Regenerate everything
...
Kubernetes-commit: 9487552e4171562a56b3a45ee2de7aa0e5ee9f9d
2017-03-18 19:50:24 +00:00
Jan Safranek
f2dbd57c78
Regenerate everything
...
Kubernetes-commit: c535c3e20bdb3ad5dcad06433cf97f794cd74210
2017-03-18 19:50:24 +00:00
Klaus Ma
54f3f67453
generated client-go.
...
Kubernetes-commit: a74fcd0a8d1d68f663bc7e9dee80bba01f1816a8
2017-03-18 19:50:24 +00:00
Anthony Yeh
c11b7bc45b
RC/RS: Update Lister documentation for ControllerRef.
...
The RC/RS Listers still use selectors, because this is the behavior
expected by callers. This clarifies the meaning of the returned list.
Some callers may need to switch to using GetControllerOf() instead,
but that is a separate, case-by-case issue.
Kubernetes-commit: f54a5c9728a91336433ad190e4323b44b4de86a0
2017-03-18 19:50:23 +00:00
deads2k
7395acc6da
discovery restmapping should always prefer /v1
...
Kubernetes-commit: 49f8a37c6488c40c6533cc908467b05038c7ef24
2017-03-18 19:50:23 +00:00
Jordan Liggitt
1f37358b93
Apply custom defaults to init containers
...
Kubernetes-commit: cfb1cd486e9b4d5ba0ee647c6e8888301b760506
2017-03-18 19:50:23 +00:00
Jordan Liggitt
012d8620e3
Only set a groupresource on errors if a resource was specified
...
Kubernetes-commit: 69510237598df78c456ebb36a312f86c8a2d2e37
2017-03-18 19:50:23 +00:00
Chao Xu
0b5e2de859
check in SHA1
2017-03-08 12:24:47 -08:00
Chao Xu
6c315a68f3
manully sync up to 1634d8f9f72a626b16c55573d78e8da2d75e6356
...
(merging https://github.com/kubernetes/kubernetes/pull/42084 ). For the new publish
script to work, client-go has to be synced up to when k8s.io/kubernetes doesn't
include _vendor
2017-03-08 11:31:44 -08:00
Chao Xu
6500775c58
Merge pull request #130 from caesarxuchao/minor-fix-install.md
...
minor fix of 'go get' command
2017-02-24 12:55:54 -08:00
Chao Xu
04fe5faa35
minor fix of 'go get' command
2017-02-24 12:54:48 -08:00
Chao Xu
65ac4e638a
Merge pull request #129 from caesarxuchao/sync-Feb-23
...
Sync with k8s.io/kubernetes/staging
2017-02-24 12:36:39 -08:00
Chao Xu
13a1262624
update CHANGELOG
2017-02-23 12:36:54 -08:00
Chao Xu
088dc4a30d
manually sync with k8s.io/kubernetest at 17375fc59fff39135af63bd1750bb07c36ef873b, k8s.io/apimachinery at d90aa2c8531f13b0ca734845934c10dcb6a56ca7
2017-02-23 12:27:32 -08:00
Chao Xu
5fbce75e01
Merge pull request #127 from ericchiang/glide-instructions
...
INSTALL.md: update Glide instructions to prefer glide update
2017-02-23 10:17:38 -08:00
Eric Chiang
416948da08
INSTALL.md: update Glide instructions to prefer glide update
...
`glide get` has weird dependencies on the glide cache.
`glide install` just updates `glide.lock` but doesn't update /vendor.
`glide init` will detect dependencies from your current project,
making it dependent on the external files.
Just recommend users create a `glide.yaml` manually, then use
`glide update` to populate their /vendor directory. Technically you
could do a dance of `glide init` -> `glide get` -> `glide update`[0]
but this seems less error prone.
Additionally, provide instructions for users who want to use
different versions of packages than `client-go`, and add a note
about glide-vc.
[0] https://github.com/coreos/etcd/blob/v3.1.1/scripts/updatedep.sh
2017-02-22 12:04:09 -08:00
Chao Xu
82a657e390
Merge pull request #124 from atlassian/fix-readme
...
Fix readme
2017-02-22 08:46:43 -08:00
Daniel Smith
766a1c2983
Merge pull request #125 from caesarxuchao/allow-issues
...
Fix README: client-go issues should be reported at k8s.io/client-go now
2017-02-21 16:48:51 -08:00
Chao Xu
f163222bdd
client-go issues should be reported at this repo now
2017-02-21 16:41:33 -08:00
Mikhail Mazurskiy
b35d0cbc34
Fix readme
2017-02-21 23:23:14 +11:00
Daniel Smith
bcde30fb7e
Merge pull request #121 from lavalamp/bt
...
fix dep install command
2017-02-17 13:41:07 -08:00
Daniel Smith
bf876db9b2
fix dep install command
2017-02-17 13:40:20 -08:00
Daniel Smith
88caeea7ea
Merge pull request #118 from hongchaodeng/patch-1
...
INSTALL.md: fix link to dep
2017-02-17 13:23:29 -08:00
Hongchao Deng
02373be9d7
INSTALL.md: fix link to dep
2017-02-16 15:00:55 -08:00
Daniel Smith
f98510f4d5
Merge pull request #115 from Firemango/patch-2
...
Fix broken link to Dep
2017-02-16 10:56:57 -08:00
Daniel Smith
abc8616fc4
Merge pull request #116 from lavalamp/bt
...
Add deprecation status/policy, version recommendation
2017-02-16 10:53:44 -08:00
Daniel Smith
2f1c0eef9a
Add deprecation status/policy, version recommendation
2017-02-16 10:52:26 -08:00
Kasper Bentsen
0dff3f49d8
Fix broken link to Dep
...
Fix broken link to Dep
2017-02-16 19:32:40 +01:00
Daniel Smith
5adfdb2d35
Merge pull request #113 from caesarxuchao/update-INSTALL-for-2.0.0
...
update INSTALL.md to use 2.0.0 as example
2017-02-16 09:43:01 -08:00
Daniel Smith
65e34307ed
Merge pull request #112 from caesarxuchao/changelog
...
update CHANGELOG
2017-02-16 09:42:38 -08:00
Chao Xu
1ac605be0f
update INSTALL.md to use 2.0.0 as example
2017-02-16 04:39:15 -08:00
Chao Xu
543d9386dd
update CHANGELOG
2017-02-16 04:33:59 -08:00
Daniel Smith
8b466d64c5
Merge pull request #106 from lavalamp/master
...
Detailed installation instructions
2017-02-15 10:41:55 -08:00
Daniel Smith
933c034a12
Detailed installation instructions
2017-02-15 10:36:45 -08:00
Daniel Smith
5614504eca
Merge pull request #109 from caesarxuchao/minor-readme
...
minor change to README
2017-02-15 10:26:07 -08:00
Chao Xu
c3e0964ba4
minor change to README
2017-02-15 05:51:00 -08:00
Chao Xu
58d844e6f0
Merge pull request #108 from lavalamp/bt
...
Update README to explain versioning better
2017-02-15 05:49:16 -08:00
Daniel Smith
a0a777840a
Update README to explain versioning better
2017-02-14 17:05:16 -08:00
Chao Xu
86a2be1b44
Merge pull request #101 from caesarxuchao/fix-master
...
manually fix master, revert to when client-go depends on apimachinery 7080e
2017-02-12 20:05:37 -08:00
Chao Xu
17c583b142
manually fix master, revert to when client-go depends on apimachinery 7080e31e90e981181435294bca96c80a37db8941
2017-02-11 19:16:07 -08:00
Chao Xu
decc012434
Merge pull request #96 from caesarxuchao/master-travis
...
add back travis
2017-02-11 05:33:53 -08:00
Chao Xu
5396c67ba4
add back travis
2017-02-11 05:33:11 -08:00
Kubernetes Publisher
7ac1236194
published by bot
...
(https://github.com/kubernetes/test-infra/tree/master/mungegithub )
copied from https://github.com/kubernetes/kubernetes.git , branch master,
last commit is ab794c612853e6c6dfda63594cb5d74914e7e151
2017-02-03 22:09:57 +00:00
Daniel Smith
1679e38db8
Merge pull request #87 from lavalamp/master
...
enable travis
2017-02-01 17:01:48 -08:00