fs.Int32Var(&o.ConcurrentEndpointSyncs,"concurrent-endpoint-syncs",o.ConcurrentEndpointSyncs,"The number of endpoint syncing operations that will be done concurrently. Larger number = faster endpoint updating, but more CPU (and network) load")
fs.DurationVar(&o.EndpointUpdatesBatchPeriod.Duration,"endpoint-updates-batch-period",o.EndpointUpdatesBatchPeriod.Duration,"The length of endpoint updates batching period. Processing of pod changes will be delayed by this duration to join them with potential upcoming updates and reduce the overall number of endpoints updates. Larger number = higher endpoint programming latency, but lower number of endpoints revision generated")