kubernetes/test/e2e_federation
Kubernetes Submit Queue 942f030ff0 Merge pull request #36197 from jianhuiz/federation-job-controller
Automatic merge from submit-queue

Federated Job controller implementation

Note that job re-balance is not there yet as it's difficult to honor job deadline

requires #35945 and 35943
fixes #34261
@quinton-hoole @nikhiljindal @deepak-vij

**Release note**:
```release-note
Federated Job feature.  It is now possible to create a Federated Job 
that is automatically deployed to one or more federated clusters 
(as Jobs in those clusters).    Job parallelism and completions are 
spread across clusters according to cluster selection and weighting 
preferences.  Federated Job status reflects the aggregate status 
across all underlying cluster Jobs.
```
2017-08-07 16:15:01 -07:00
..
framework use the core client with version 2017-07-26 19:16:02 +08:00
upgrades fed: Provide client config to adapter factory 2017-07-12 13:54:24 -07:00
apiserver.go run hack/update-all 2017-06-22 11:31:03 -07:00
authn.go Adds support for HTTP basic and token authentication to kubefed. 2017-03-01 11:04:05 -08:00
BUILD add fed job e2e test 2017-08-07 11:36:45 -07:00
crud.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
event.go run hack/update-all 2017-06-22 11:31:03 -07:00
ingress.go Fix code implicitly casting clientsets to getters 2017-08-06 15:30:13 +02:00
job.go add fed job e2e test 2017-08-07 11:36:45 -07:00
namespace.go use the core client with version 2017-07-26 19:16:02 +08:00
OWNERS Add Shashi as approver for e2e_federation 2017-08-07 13:08:40 -07:00
README.md Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
replicaset.go Fix code implicitly casting clientsets to getters 2017-08-06 15:30:13 +02:00
service.go Fix code implicitly casting clientsets to getters 2017-08-06 15:30:13 +02:00
upgrade.go fed: Add simple upgrade test 2017-04-18 15:46:43 -07:00
util.go Fix code implicitly casting clientsets to getters 2017-08-06 15:30:13 +02:00