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
FengyunPan
1bad02cb22
Use const value for pod's conditions
2017-04-20 10:43:24 +08:00
Mike Danese
a05c3c0efd
autogenerated
2017-04-14 10:40:57 -07:00
FengyunPan
0845bd389a
Use EventTypeWarning instead of EventTypeNormal when failure
2017-04-12 11:53:54 +08:00
nikhiljindal
607d34132d
Autogenerated bazel changes
2017-04-05 18:21:24 -07:00
nikhiljindal
0655f3d61a
Removing both finalizers in federation controller in a single update
2017-04-05 18:21:23 -07:00
Maru Newby
02a294533b
fed: Fix flakey ingress unit test
...
The unit test for the ingress controller was previously adding
a cluster twice, which resulted in a cluster being deleted and added
back. The deletion was racing the controller shutdown to close
informer channels. This change ensures that the informer clears its
map of informers when Stop() is called to prevent a double close, and
that the test no longer adds the cluster twice.
2017-03-13 13:18:06 -07:00
Chao Xu
5bfacf59f6
API
2017-02-28 23:05:40 -08:00
Dr. Stefan Schimanski
f11d76ae44
Update client
2017-02-27 22:01:57 +01:00
Dr. Stefan Schimanski
395be3b401
apimachinery: handle duplicated and conflicting type registration
2017-02-27 21:58:21 +01:00
deads2k
db0b0bd0f5
move metav1 conversions to metav1
2017-02-14 11:47:23 -05:00
nikhiljindal
740aa93838
Fix deployment unit test by adding a dummy update reactor
2017-02-03 12:16:13 -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
de2eee391a
Update bazel
2017-02-02 15:19:04 +01: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
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
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
c47717134b
move utils used in restclient to client-go
2017-01-19 07:55:14 -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
deads2k
f31ecdd0f7
generated changes
2017-01-17 08:32:05 -05:00
deads2k
26c46971f2
move PatchType to apimachinery
2017-01-17 08:32:05 -05:00
Klaus Ma
25fe1e0d82
Made cache.Controller to be interface.
2017-01-13 13:33:23 +08:00
Kubernetes Submit Queue
9d0b999e6d
Merge pull request #39327 from shashidharatd/federation
...
Automatic merge from submit-queue (batch tested with PRs 39475, 38666, 39327, 38396, 39613)
Fix a bug in cascading deletion of federation objects
When FinalizerOrphan is present and set to true in federated object we are currently removing the FinalizerOrphan first and then removing FinalizerDeleteFromUnderlyingClusters. if a reconciliation is triggered in between the finalizer removals, it has undesired effect of object deletion in federated cluster.
So we should remove FinalizerDeleteFromUnderlyingClusters first and then remove FinalizerOrphan, when FinalizerOrphan is set to true.
@nikhiljindal, @madhusudancs
2017-01-11 09:14:54 -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
shashidharatd
526590007c
Fix a bug in cascading deletion of federation objects
2016-12-31 00:53:10 +05:30
Mike Danese
161c391f44
autogenerated
2016-12-29 13:04:10 -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
Wojciech Tyczynski
aa7da5231f
Update bazel files
2016-12-09 09:42:02 +01:00
Wojciech Tyczynski
e8d1cba875
GetOptions in client calls
2016-12-09 09:42:01 +01:00
Jordan Liggitt
6819706adf
Pass addressable values to DeepCopy
2016-12-08 14:16:01 -05:00
Marcin Wielgus
3e61baf3f0
Enable update tests for federated secret controller
2016-12-05 12:58:33 +01:00
Kubernetes Submit Queue
778bab2b81
Merge pull request #37407 from mwielgus/ingress_ctrl_fix
...
Automatic merge from submit-queue
Enable updates in federated ingress controller tests
And make channel in test helper non-blocking.
cc: @nikhiljindal @madhusudancs
2016-12-05 02:41:44 -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
Marcin Wielgus
ac8184dfcc
Ingress test fixes
2016-12-02 15:13:08 +01:00
Kubernetes Submit Queue
737edd02a4
Merge pull request #35258 from feiskyer/package-aliase
...
Automatic merge from submit-queue
Fix package aliases to follow golang convention
Some package aliases are not not align with golang convention https://blog.golang.org/package-names . This PR fixes them. Also adds a verify script and presubmit checks.
Fixes #35070 .
cc/ @timstclair @Random-Liu
2016-11-30 16:39:46 -08:00