Merge pull request #5746 from bprashanth/rc_genericetcd_interface

Migrate replication controllers to generic etcd
This commit is contained in:
Clayton Coleman
2015-03-24 11:45:59 -04:00
10 changed files with 821 additions and 648 deletions

View File

@@ -58,7 +58,7 @@ type RealPodControl struct {
}
// Time period of main replication controller sync loop
const DefaultSyncPeriod = 10 * time.Second
const DefaultSyncPeriod = 5 * time.Second
func (r RealPodControl) createReplica(namespace string, controller api.ReplicationController) {
desiredLabels := make(labels.Set)