Chao Xu
60604f8818
run hack/update-all
2017-06-22 11:31:03 -07:00
Chao Xu
f2d3220a11
run root-rewrite-import-client-go-api-types
2017-06-22 11:30:59 -07:00
Chao Xu
f4989a45a5
run root-rewrite-v1-..., compile
2017-06-22 10:25:57 -07:00
Maru Newby
3f2dab896c
fed: Provide updater timeout to instance rather than to Update()
2017-05-10 09:18:37 -07:00
Kubernetes Submit Queue
8f9216a76f
Merge pull request #45218 from NickrenREN/fed-useragent
...
Automatic merge from submit-queue
Keep UserAgentName style consistent
Keep using UserAgentName for controllers and add some logs for debugging
**Release note**:
```release-note
NONE
```
2017-05-05 00:49:32 -07:00
NickrenREN
7922f568bf
Add ConcurrentDeploymentSyncs to avoid reuse ConcurrentDeploymentSyncs and keep UserAgentName var style consistent
...
Add some logs for debugging and add concurrent-deployment-syncs flag
2017-05-05 10:19:38 +08:00
Maru Newby
00ea2eb1cb
fed: Make federated updater responsible for recording events
2017-05-04 12:14:10 -07:00
Maru Newby
fd4ff0caa5
fed: Fix deletion helper to use namespace-qualified object names
2017-05-04 07:53:17 -07:00
nikhiljindal
ee8379c5b3
Autogenerated bazel changes
2017-04-22 18:23:52 -07:00
nikhiljindal
c82c1b05fd
Updating tests
2017-04-22 18:23:51 -07:00
nikhiljindal
df1288c3fa
Using apimachinerymeta to manipulate finalizers to remove duplicate code
2017-04-22 18:23:51 -07:00
Mike Danese
a05c3c0efd
autogenerated
2017-04-14 10:40:57 -07:00
Kubernetes Submit Queue
aeac661b1c
Merge pull request #44108 from csbell/fed-disable-orphan
...
Automatic merge from submit-queue
[Federation] Use cascading deletion when deleting resources in underlying clusters
The Federation control plane issues a delete command unless it wants to orphan the underlying per-cluster resource. When issuing that command, always set the orphanDependents to false.
/release-note-none
/sig-federation
2017-04-06 00:48:42 -07:00
Kubernetes Submit Queue
586e6d034f
Merge pull request #44084 from nikhiljindal/removeFinalizers
...
Automatic merge from submit-queue (batch tested with PRs 44084, 42964)
Removing both finalizers in federation controllers in a single update
Fixes https://github.com/kubernetes/kubernetes/issues/43828
There is a bug right now where the controller fails to delete the object if one finalizer is removed and the second isnt.
This updates the code so that both the finalizers are removed in a single API call. Kept the code changes minimum to enable cherrypick in 1.6.x
cc @csbell @kubernetes/sig-federation-bugs
2017-04-05 20:45:18 -07:00
nikhiljindal
0655f3d61a
Removing both finalizers in federation controller in a single update
2017-04-05 18:21:23 -07:00
Christian Bell
39d4fbfe36
fed: Disable orphaning of per-cluster resources on deletion.
...
The Federation control plane issues a delete command unless it wants to orphan the underlying per-cluster resource. When issuing that command, always set the orphanDependents to false.
2017-04-05 13:07:28 -07:00
NickrenREN
5439d1b576
Update some event types
2017-04-05 15:16:56 +08:00
nikhiljindal
244f8c87ea
autogenerated bazel changes
2017-03-01 17:50:51 -08:00
nikhiljindal
6d891be3be
Fixing federation controllers to support controllers flag
2017-03-01 17:50:51 -08:00
Chao Xu
5bfacf59f6
API
2017-02-28 23:05:40 -08:00
Alejandro Escobar
a56a694be9
moved multiple duplicate strings to constants, updated test that when flacking paniced instead of just failing.
...
updated tests to avoid panic if channel returns nil.
updated tests based on PR recs.
2017-02-23 09:48:07 -08:00
nikhiljindal
ca6f821738
Autogenerated bazel changes
2017-02-06 10:50:40 -08:00
nikhiljindal
74676f6995
Updating federation namespace controller to share namespaced resources deletion code with kube namespace controller
2017-02-06 10:50:40 -08:00
nikhiljindal
78ab9ae218
Adding both finalizers in federation controller in a single update
2017-02-02 22:04:11 -08:00
Dr. Stefan Schimanski
ef8bb4e7e7
Move pkg/api.FinanlizerOrphan into metav1
2017-02-02 15:17:34 +01:00
deads2k
8a12000402
move client/record
2017-01-31 19:14:13 -05:00
deads2k
9488e2ba30
move testing/core to client-go
2017-01-26 13:54:40 -05:00
deads2k
b0b156b381
make tools/cache authoritative
2017-01-25 08:29:45 -05:00
Clayton Coleman
be6d2933df
refactor: Move *Options references to metav1
2017-01-24 13:41:51 -05:00
deads2k
5a8f075197
move authoritative client-go utils out of pkg
2017-01-24 08:59:18 -05:00
Clayton Coleman
469df12038
refactor: move ListOptions references to metav1
2017-01-23 17:52:46 -05:00
deads2k
c47717134b
move utils used in restclient to client-go
2017-01-19 07:55:14 -05:00
Clayton Coleman
9a2a50cda7
refactor: use metav1.ObjectMeta in other types
2017-01-17 16:17:19 -05:00
deads2k
77b4d55982
mechanical
2017-01-16 09:35:12 -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
Kubernetes Submit Queue
8c28bb3a5a
Merge pull request #37659 from mwielgus/update-namespace
...
Automatic merge from submit-queue
Enable update tests in federated namespace controller
Previously it was disabled because of flakiness.
cc: @nikhiljindal @madhusudancs
2016-12-27 08:30:35 -08:00
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 Wielgus
b70e194fea
Enable update tests in federated namespace controller
2016-12-05 19:40:54 +01: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