Aaron.L.Xu
853167624e
fix typo for federation/*
2016-12-20 20:00: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
Chao Xu
03d8820edc
rename /release_1_5 to /clientset
2016-12-14 12:39:48 -08:00
Mike Danese
c87de85347
autoupdate BUILD files
2016-12-12 13:30:07 -08:00
Jordan Liggitt
6819706adf
Pass addressable values to DeepCopy
2016-12-08 14:16:01 -05:00
Marcin
3b255d8955
Bazel update for federated secret controller tests
2016-12-05 13:00:21 +01:00
Marcin Wielgus
3e61baf3f0
Enable update tests for federated secret controller
2016-12-05 12:58:33 +01: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
Kubernetes Submit Queue
ab184e1b1f
Merge pull request #36399 from mwielgus/fedrc1
...
Automatic merge from submit-queue
Make desired objects in fed controller reconcilation function fully writable
When creating desired objects for sub-cluster in reconciliate functions we don't make full copies. This may result in unexpected race condition in the future when someone actually adds some object modifications (not needed in most cases but anyway - the cost of extra copy will be relatively small comparing to inter-cluster traffic). In case of ReplicaSet and Deployment the spec copy was a shallow one - ok for setting just replicas but also error-prone in the future.
cc: @quinton-hoole @nikhiljindal @madhusudancs
2016-11-21 00:00:26 -08:00
nikhiljindal
6b5375b32c
Disabling flaky unit tests
2016-11-09 12:22:36 -08:00
nikhiljindal
8ca1b3092f
Fixing federation secret controller unit test flakiness
2016-11-08 14:08:59 -08:00
Marcin Wielgus
f91b3feee4
Make objects in fed controller reconcilation function fully writable
2016-11-08 11:16:31 +01:00
nikhiljindal
11ede23257
bazel changes
2016-11-07 11:43:00 -08:00
nikhiljindal
17b2178222
Adding cadcading deletion support to federated secrets
2016-11-07 11:42:59 -08:00
Marcin
8b91e49510
Autogenerated bazel
2016-11-05 01:14:09 +01:00
Marcin Wielgus
6c0016181d
Switch federated secret controller to use NamespacedName
2016-11-01 23:53:46 +01:00
Mike Danese
3b6a067afc
autogenerated
2016-10-21 17:32:32 -07:00
Marcin Wielgus
47f0e738e9
Move periodic backoff gc to federation utils
2016-10-10 19:59:35 +02:00
Chao Xu
75cc05de82
manual changes to let client-gen use versioned options
2016-10-04 20:39:29 -07:00
Seth Jennings
98ff390a63
wait for store update before modify
2016-10-03 13:56:50 -05: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
nikhiljindal
d19cfc0dcc
Fixing federation secret and replicaset e2e tests
2016-09-13 12:20:46 -07:00
Jedrzej Nowak
6aaad93908
Typos and englishify federation
2016-09-09 09:53:24 +02:00
Marcin Wielgus
118de37dbe
Sync event names in federated controller
2016-08-31 23:40:53 +02:00
Marcin Wielgus
7258b8e4f6
Events for federated secrets controller
2016-08-31 18:57:40 +02:00
Kubernetes Submit Queue
4f4c50223e
Merge pull request #31265 from mwielgus/fed-test-ref
...
Automatic merge from submit-queue
Federation controller tests refactoring - move common func to utils
cc: @quinton-hoole @kubernetes/sig-cluster-federation
2016-08-24 10:11:42 -07:00
Marcin Wielgus
1d2e9a2d31
Federation controller tests refactoring
2016-08-23 18:33:04 +02:00
Kubernetes Submit Queue
ea7d417377
Merge pull request #31237 from mwielgus/secret-tests
...
Automatic merge from submit-queue
Tests for data update in federated secret controller
cc: @quinton-hoole @kubernetes/sig-cluster-federation
2016-08-23 06:36:51 -07:00
Marcin Wielgus
e29cf44a1e
Tests for data update in federated secret controller
2016-08-23 14:42:51 +02:00
Marcin Wielgus
1f5605763f
ObjectMeta equivalence in federated controller handlers + update in fed secrets
2016-08-23 11:45:01 +02:00
Marcin Wielgus
b0ec300ce8
Apply object meta functions to controllers
2016-08-21 13:02:55 +02:00
Kubernetes Submit Queue
eaa2b6f528
Merge pull request #31042 from jianhuiz/federation-informer-kube-client
...
Automatic merge from submit-queue
Federation informer use kube clientset for target
This is to use kubernetes clientset as the federation informer target clientset as it's used to talking the k8s cluster.
#29939 #30669 #30207
@mwielgus @quinton-hoole @kshafiee @deepak-vij
2016-08-20 08:06:08 -07:00
jianhuiz
47f317eeb3
update federation controllers to use kube clientset
2016-08-19 15:51:41 -07:00
Marcin Wielgus
0ec28ac86e
Handle secret namespace and data properly in federated secret controller
2016-08-19 23:02:40 +02:00
kshafiee
febe9adcf0
Federated secret controller
2016-08-19 17:02:30 +00:00