deads2k
|
2734f8f892
|
move dynamic and discovery clients
|
2017-01-26 08:37:06 -05:00 |
|
Dr. Stefan Schimanski
|
a0137e9b28
|
Update generated files
|
2017-01-25 19:49:45 +01:00 |
|
Dr. Stefan Schimanski
|
d7eb3b6870
|
pkg/util: move uuid and strategicpatch into k8s.io/apimachinery
|
2017-01-25 19:45:09 +01:00 |
|
deads2k
|
b0b156b381
|
make tools/cache authoritative
|
2017-01-25 08:29:45 -05:00 |
|
Clayton Coleman
|
469df12038
|
refactor: move ListOptions references to metav1
|
2017-01-23 17:52:46 -05:00 |
|
deads2k
|
335ef747d6
|
mechanical
|
2017-01-23 10:03:55 -05:00 |
|
deads2k
|
ee6752ef20
|
find and replace
|
2017-01-20 08:04:53 -05:00 |
|
deads2k
|
c587b8a21e
|
re-run client-gen
|
2017-01-20 08:02:36 -05:00 |
|
deads2k
|
cdb2934bbc
|
remove kubernetes copy of clientcmd types
|
2017-01-19 07:39:19 -05:00 |
|
Clayton Coleman
|
9a2a50cda7
|
refactor: use metav1.ObjectMeta in other types
|
2017-01-17 16:17:19 -05:00 |
|
Klaus Ma
|
25fe1e0d82
|
Made cache.Controller to be interface.
|
2017-01-13 13:33:23 +08:00 |
|
deads2k
|
6a4d5cd7cc
|
start the apimachinery repo
|
2017-01-11 09:09:48 -05:00 |
|
Jeff Grafton
|
20d221f75c
|
Enable auto-generating sources rules
|
2017-01-05 14:14:13 -08:00 |
|
Mike Danese
|
161c391f44
|
autogenerated
|
2016-12-29 13:04:10 -08:00 |
|
Chao Xu
|
6709b7ada2
|
run hack/update-codegen.sh
run hack/verify-gofmt.sh
update bazel
|
2016-12-14 12:39:49 -08:00 |
|
Chao Xu
|
c81057be2c
|
move federation_release_1_5 to federation_clientset
|
2016-12-14 12:39:49 -08:00 |
|
Mike Danese
|
c87de85347
|
autoupdate BUILD files
|
2016-12-12 13:30:07 -08:00 |
|
Clayton Coleman
|
3454a8d52c
|
refactor: update bazel, codec, and gofmt
|
2016-12-03 19:10:53 -05:00 |
|
Clayton Coleman
|
5df8cc39c9
|
refactor: generated
|
2016-12-03 19:10:46 -05:00 |
|
Pengfei Ni
|
f584ed4398
|
Fix package aliases to follow golang convention
|
2016-11-30 15:40:50 +08:00 |
|
Chao Xu
|
eca157588d
|
federation
|
2016-11-23 15:53:09 -08:00 |
|
Mike Danese
|
3b6a067afc
|
autogenerated
|
2016-10-21 17:32:32 -07:00 |
|
Jan Chaloupka
|
6079053407
|
Update clientset generator to use RESTClient interface instead of the RESTClient data type
|
2016-10-21 10:13:51 +02:00 |
|
Chao Xu
|
75cc05de82
|
manual changes to let client-gen use versioned options
|
2016-10-04 20:39:29 -07:00 |
|
Chao Xu
|
a780db9a03
|
changes in federation controllers
|
2016-09-27 14:33:24 -07:00 |
|
Mike Danese
|
a765d59932
|
move informer and controller to pkg/client/cache
Signed-off-by: Mike Danese <mikedanese@google.com>
|
2016-09-15 12:50:08 -07:00 |
|
lojies
|
9498b227a1
|
change infof to Errorf in some codes
|
2016-09-12 15:55:42 +08:00 |
|
xiangpengzhao
|
0623f7bcf8
|
Return nil directly when err is nil.
|
2016-08-08 04:20:44 -04:00 |
|
Harry Zhang
|
c495397cae
|
Refactor uuid into its own pkg
|
2016-07-30 00:07:02 -04:00 |
|
nikhiljindal
|
11ba8943fe
|
Updating federation controllers to use release_1_4 clientset instead of release_1_3 clientset
|
2016-07-20 10:56:57 -07:00 |
|
Davanum Srinivas
|
2b0ed014b7
|
Use Go canonical import paths
Add canonical imports only in existing doc.go files.
https://golang.org/doc/go1.4#canonicalimports
Fixes #29014
|
2016-07-16 13:48:21 -04:00 |
|
David McMahon
|
ef0c9f0c5b
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
|
nikhiljindal
|
7fcf8daf6b
|
Moving federation/v1alpha1 to federation/v1beta1
|
2016-06-28 17:12:58 -07:00 |
|
mfanjie
|
6dde087f69
|
change clientset of service controller to versioned one
|
2016-06-06 17:04:26 +08:00 |
|
mfanjie
|
c2dbce68f1
|
extract public function for build cluster config so that other controller can reuse
|
2016-06-06 10:36:35 +08:00 |
|
nikhiljindal
|
98c9fbb529
|
Updating federation-controller-manager to use secret to get federation-apiserver's kubeconfig
|
2016-06-03 15:16:45 -07:00 |
|
nikhiljindal
|
8e3e5a8b85
|
load secretRef only if it is present
|
2016-05-31 18:17:42 -07:00 |
|
Quinton Hoole
|
85a0de3300
|
Use secrets to configure kube clients in federation cluster controller, and cache kube clients.
|
2016-05-28 11:19:13 -07:00 |
|
Quinton Hoole
|
20c75956fd
|
Add federation cluster status zone and region update.
|
2016-05-28 11:15:23 -07:00 |
|
nikhiljindal
|
dca310aa88
|
Updating tests
|
2016-05-24 00:27:39 -07:00 |
|
nikhiljindal
|
9b604242c6
|
Updating the federation cluster controller to use secretRef to contact the server
|
2016-05-23 21:50:00 -07:00 |
|
huangyuqi
|
21fe26bd07
|
remove the rs&subrs logic from cluster controller
|
2016-05-16 16:48:27 +08:00 |
|