Ivan Shvedunov
2d420d2371
Fix misspellings of 'Kubernetes'
2016-10-13 22:49:21 +03:00
Kubernetes Submit Queue
7dcae5edd8
Merge pull request #25260 from duglin/minion
...
Automatic merge from submit-queue
Change minion to node
Continuation of #1111
I tried to keep this PR down to just a simple search-n-replace to keep
things simple. I may have gone too far in some spots but its easy to
roll those back if needed - just let me know.
I avoided renaming `contrib/mesos/pkg/minion` because there's already
a `contrib/mesos/pkg/node` dir and fixing that will require a bit of work
due to a circular import chain that pops up. So I'm saving that for a
follow-on PR.
Signed-off-by: Doug Davis <dug@us.ibm.com>
2016-09-28 20:08:59 -07:00
Doug Davis
9d5bac6330
Change minion to node
...
Contination of #1111
I tried to keep this PR down to just a simple search-n-replace to keep
things simple. I may have gone too far in some spots but its easy to
roll those back if needed.
I avoided renaming `contrib/mesos/pkg/minion` because there's already
a `contrib/mesos/pkg/node` dir and fixing that will require a bit of work
due to a circular import chain that pops up. So I'm saving that for a
follow-on PR.
I rolled back some of this from a previous commit because it just got
to big/messy. Will follow up with additional PRs
Signed-off-by: Doug Davis <dug@us.ibm.com>
2016-09-28 10:53:30 -07:00
Chao Xu
ee0922253f
run copy.sh
2016-09-27 20:57:08 -07:00
Chao Xu
d3bba2cf8d
copy.sh
2016-09-27 20:46:04 -07:00
Chao Xu
a397e306a4
run client-gen
...
run copy.sh
2016-09-26 15:40:36 -07:00
Chao Xu
e17e0b19ab
remove special clientrepo code from main repository gcp plugin
...
rename plugin/pkg/client/auth/plugins.go package name to auth
add the plugin import line in client-gen
update import_known_versions for release_1_5 clientset
change copy.sh
2016-09-26 15:40:29 -07:00
Chao Xu
a4e62297d6
fix tests
2016-09-21 14:44:39 -07:00
Chao Xu
ec4fe281b6
remove 1.4 staging; adding 1.5
2016-09-20 19:48:22 -07:00
Chao Xu
c06e5f60b6
changes to copy.sh
2016-09-20 19:48:20 -07:00
Matt Liggett
3163b68d01
// client-go/copy.sh
2016-09-07 17:38:38 -07:00
Ryan Hitchman
4c7ef6561e
Revert "Add e2e tests for eviction subresource."
2016-09-06 16:21:50 -07:00
Matt Liggett
7d89a4f697
// client-go/copy.sh
2016-09-06 12:09:50 -07:00
Kubernetes Submit Queue
a8e96f73f2
Merge pull request #31980 from wongma7/pvc-genclient-copy
...
Automatic merge from submit-queue
Run copy.sh to update client-go for pvcs
Following up https://github.com/kubernetes/kubernetes/pull/31834 to copy the changes to client-go
Ought to be v1.4, only touches client-go. (same reasoning as here: https://github.com/kubernetes/kubernetes/pull/31644#issuecomment-243274461 )
2016-09-02 23:26:52 -07:00
Matthew Wong
19ee7d4c6b
Run copy.sh to update client-go for pvcs
2016-09-02 10:48:39 -04:00
Jordan Liggitt
a869de61bd
Namespace certificates API group
2016-09-01 14:39:06 -04:00
Kubernetes Submit Queue
0c911ab701
Merge pull request #31644 from caesarxuchao/commit-staging-Godeps
...
Automatic merge from submit-queue
Commit staging godeps
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
-->
**What this PR does / why we need it**:
Committed the client-go/1.4/Godeps/Godeps.json, so user can run `godep restore` after they `go get` the entire repo.
Added a Go program to modify the Godesp.json to make it usable.
FYI @thockin
2016-08-31 23:02:02 -07:00
Kubernetes Submit Queue
8afd3c3297
Merge pull request #31751 from caesarxuchao/client-go-examples
...
Automatic merge from submit-queue
Add client-go examples
We'll wait for the publish bot to published this to kubernetes/client-go
cc @devin-donnelly
ref: https://github.com/kubernetes/kubernetes.github.io/pull/1127
2016-08-31 19:50:26 -07:00
Chao Xu
17fa2cedd9
add client-go examples;
...
update README
2016-08-31 13:19:49 -07:00
Chao Xu
dbd8014af3
commit Godeps.json
2016-08-30 22:14:45 -07:00
Chao Xu
a6c5d3331c
run copy.sh
2016-08-30 22:14:45 -07:00
Chao Xu
2f43d080da
call a go program to update Godeps.json in copy.sh
2016-08-30 22:14:45 -07:00
Matt Liggett
a5f1dc44f5
// update-all and staging/.../client-go/copy.sh
2016-08-30 13:35:51 -07:00
Chao Xu
0c88db3fa5
minor client-go doc change
2016-08-25 16:26:54 -07:00
Chao Xu
82d01fc408
add the readme for the published client-go repository
2016-08-24 21:06:23 -07:00
Chao Xu
f4f1701de2
run copy.sh
2016-08-24 13:09:13 -07:00
Chao Xu
e83f5dfda6
keep vendor and godep folders in client repo
2016-08-24 13:08:56 -07:00
Daniel Smith
77f5813194
update generated files, including the client
2016-08-11 17:06:55 -07:00
Chao Xu
adb75e1fd1
generated staging area
2016-08-09 14:07:54 -07:00
Chao Xu
bc8d572f3a
added copy.sh which cuts the client repo; made necessary changes to scripts in
...
the repo to cope with the client repo staging area; added symlink
vendor/k8s.io/client-go which pointed to the staging area.
2016-08-09 14:07:53 -07:00