Solly Ross
64b5124595
[update-staging] convert package name in IDL
...
This commit converts the package names in the proto IDL in client-go.
This allows third parties (and repositories in staging) who make use of
types in client-go to generate proto IDL themselves properly.
2017-05-26 19:59:06 -04:00
Chao Xu
d978f22e04
remove references to client-go/pkg/api
2017-05-02 17:16:06 -07:00
Kubernetes Submit Queue
f40fafe755
Merge pull request #44568 from mikedanese/fix-staging
...
Automatic merge from submit-queue (batch tested with PRs 40055, 42085, 44509, 44568, 43956)
revert BUILD changes at the end of DRY_RUN=n copy.sh
Fixes https://github.com/kubernetes/kubernetes/issues/44567
cc @caesarxuchao @ixdy @spxtr
2017-04-17 15:39:11 -07:00
Chao Xu
4f9591b1de
move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod
2017-04-17 11:38:11 -07:00
Mike Danese
4eb5498bc7
run update-bazel.sh at the end of DRY_RUN=n copy.sh
2017-04-17 11:27:21 -07:00
Chao Xu
d4850b6c2b
move pkg/api/v1/helpers.go to subpackage
2017-04-14 14:25:11 -07:00
Mike Danese
bd23931aeb
ignore BUILD files in staging
2017-04-14 10:41:02 -07:00
Dr. Stefan Schimanski
6e026b4d43
Clean up staging/godeps-json-updater.go
2017-04-06 09:32:57 +02:00
Kubernetes Submit Queue
93a3efd896
Merge pull request #42300 from caesarxuchao/fix-client-verify
...
Automatic merge from submit-queue
ignore base.go in client-verify
We need to cherry-pick it to 1.6 to fix #42290 .
2017-03-03 21:56:48 -08:00
Chao Xu
b326064d45
copy.sh rewrites rev of apimachinery with dummy rev in Godeps.json; remove _vendor
2017-03-01 14:13:10 -08:00
Chao Xu
19fc6a5d21
ignore base.go
2017-03-01 10:33:41 -08:00
Dr. Stefan Schimanski
0b07908358
staging/copy.sh: add safety check for k8s.io/apimachinery/ in GOPATH
2017-02-25 22:39:15 +01:00
Dr. Stefan Schimanski
dd9219f304
update-staging-{client-go,godeps}.sh: no godep-restore, pin godep, check workdir
2017-02-25 22:38:23 +01:00
deads2k
8312bc8334
add informers to client-go
2017-02-13 15:35:58 -05:00
Dr. Stefan Schimanski
f25ef92cd0
client-go: make examples and OWNERS authorative
2017-02-13 08:40:58 -05:00
Chao Xu
0d6bcf860c
add staging/ to gopath
...
remove recursive staging folder
2017-02-08 01:02:22 -08:00
Dr. Stefan Schimanski
812e52019c
client-go: add staging/copy.sh testing
2017-02-02 20:28:33 +01:00
deads2k
8a12000402
move client/record
2017-01-31 19:14:13 -05:00
deads2k
700c30f3c7
move portforward to client-go
2017-01-31 14:13:35 -05:00
Dr. Stefan Schimanski
f0796a7124
staging/copy.sh: use gsed on Mac if available
2017-01-31 13:49:38 +01:00
deads2k
2c1c0f3f72
move workqueue to client-go
2017-01-30 09:08:21 -05:00
Dr. Stefan Schimanski
4619a3e263
staging/copy.sh: fix on mac
2017-01-29 13:29:30 +01:00
deads2k
9488e2ba30
move testing/core to client-go
2017-01-26 13:54:40 -05:00
deads2k
2734f8f892
move dynamic and discovery clients
2017-01-26 08:37:06 -05:00
deads2k
502bfdf944
client/restclient/fake move to client-go
2017-01-25 08:29:48 -05:00
deads2k
3eeecb0848
preserve client tests that can't move to client-go
2017-01-25 08:29:48 -05:00
deads2k
b0b156b381
make tools/cache authoritative
2017-01-25 08:29:45 -05:00
deads2k
5a8f075197
move authoritative client-go utils out of pkg
2017-01-24 08:59:18 -05:00
deads2k
0fed47b27f
script
2017-01-23 09:57:28 -05:00
deads2k
2f51cc4ce4
move client auth plugins
2017-01-20 08:04:53 -05:00
deads2k
32a2c2d05c
remove old restclient
2017-01-20 07:56:35 -05:00
deads2k
c47717134b
move utils used in restclient to client-go
2017-01-19 07:55:14 -05:00
deads2k
6c6616b41c
move restclient/watch
2017-01-19 07:39:20 -05:00
deads2k
cdb2934bbc
remove kubernetes copy of clientcmd types
2017-01-19 07:39:19 -05:00
deads2k
4f915039e4
move pkg/client/transport to client-go
2017-01-18 07:56:01 -05:00
Clayton Coleman
c6212cc275
Strip k8s gen tags from client-go
...
Prevents client-go from being part of generation now that vendored
dependencies are considered in the chain.
2017-01-16 16:13:29 -05:00
Chao Xu
6dcc31c114
update copy.sh to include pkg/util/workqueue
2016-12-30 01:17:33 -08:00
Chao Xu
f6f71c32b6
change release_1_5 to clientset in staging/copy.sh
...
modify update-codegen.sh
2016-12-14 12:39:36 -08:00
Maciej Szulik
6bc12f2a69
Fix staging/copy.sh to work on mac and linux
2016-12-12 17:47:39 +01:00
Clayton Coleman
a53d89a34a
staging fails on mac
2016-12-03 18:57:31 -05:00
Sen Lu
7d77a46c6c
kuberentes
2016-11-22 14:18:50 -08:00
Chao Xu
d3c0d04285
add update-staging-client-go.sh and verify-staging-client-go.sh;
...
disable verify-staging-client-go.sh until 1.5 code freeze
2016-10-29 14:20:39 -07:00
Chao Xu
58c2881c88
copy.sh
2016-10-17 15:35:16 -07:00