kubernetes/test/e2e/apps
Walter Fender 9187b343e1 Split the NodeController into lifecycle and ipam pieces.
Prepatory work fpr removing cloud provider dependency from node
controller running in Kube Controller Manager. Splitting the node
controller into its two major pieces life-cycle and CIDR/IP
management. Both pieces currently need the the cloud system to do their work.
Removing lifecycles dependency on cloud will be fixed ina followup PR.

Moved node scheduler code to live with node lifecycle controller.
Got the IPAM/Lifecycle split completed. Still need to rename pieces.
Made changes to the utils and tests so they would be in the appropriate
package.
Moved the node based ipam code to nodeipam.
Made the relevant tests pass.
Moved common node controller util code to nodeutil.
Removed unneeded pod informer sync from node ipam controller.
Fixed linter issues.
Factored in  feedback from @gmarek.
Factored in feedback from @mtaufen.
Undoing unneeded change.
2018-01-04 12:48:08 -08:00
..
BUILD Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
cronjob.go use versiond group clients from client-go 2017-11-07 14:47:22 +08:00
daemon_restart.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
daemon_set.go use versiond group clients from client-go 2017-11-07 14:47:22 +08:00
deployment.go convert testScaledRolloutDeployment e2e test to integration test 2017-11-20 15:36:27 -08:00
disruption.go Collect all the assorted image URLs from e2e tests in one place 2017-12-19 12:16:07 -05:00
framework.go Rename test dir to allude sig-apps ownership 2017-07-22 12:43:36 +02:00
job.go Decrease the number of completions for flaky test 2017-12-07 16:05:35 +01:00
network_partition.go Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
OWNERS Rename test dir to allude sig-apps ownership 2017-07-22 12:43:36 +02:00
rc.go Add framework.ConformanceIt as the new way to declare conformance tests. 2017-10-27 15:29:59 -07:00
replica_set.go use versiond group clients from client-go 2017-11-07 14:47:22 +08:00
statefulset.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
types.go Enable batch/v1beta1.CronJobs by default 2017-09-03 11:17:33 +02:00