FengyunPan
8886574a67
[Federation]Fix panic: index out of range
...
When the number of clusterStatusNew's Conditions is different from
the number of clusterStatusOld's Conditions, clustercontroller
will panic. We should check it before comparing.
2017-04-16 19:40:16 +08:00
Maru Newby
6d656dfe4a
fed: Enable cluster controller stop and refactor start for reuse
2017-03-30 12:58:39 -07:00
Maru Newby
522aeb7f36
fed: s/NewclusterController/NewClusterController
2017-03-30 12:58:39 -07:00
FengyunPan
d5798fac5c
Delete cluster client for a Cluster deletion
...
When federation controller manager checks cluster status, it will
delete the offline cluster from clusterSet, but do not delete the
corresponding restclient from the map clusterKubeClientMap for
the offline cluster. This patch can fix it.
2017-03-14 14:51:28 +08: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
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
Chao Xu
c81057be2c
move federation_release_1_5 to federation_clientset
2016-12-14 12:39:49 -08: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
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
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
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
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
huangyuqi
21fe26bd07
remove the rs&subrs logic from cluster controller
2016-05-16 16:48:27 +08:00