const BurstReplicas … type ReplicationManager … // NewReplicationManager configures a replication manager with the specified event recorder func NewReplicationManager(ctx context.Context, podInformer coreinformers.PodInformer, rcInformer coreinformers.ReplicationControllerInformer, kubeClient clientset.Interface, burstReplicas int) *ReplicationManager { … }