Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for resyncPeriod (0.29 sec)

  1. pkg/controller/podautoscaler/horizontal.go

    	if err != nil {
    		utilruntime.HandleError(err)
    	}
    	// Add request processing HPA to queue with resyncPeriod delay.
    	// Requests are always added to queue with resyncPeriod delay. If there's already request
    	// for the HPA in the queue then a new request is always dropped. Requests spend resyncPeriod
    	// in queue so HPAs are processed every resyncPeriod.
    	// Request is added here just in case last resync didn't insert request into the queue. This
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  2. pkg/controller/volume/persistentvolume/pv_controller.go

    	eventBroadcaster          record.EventBroadcaster
    	eventRecorder             record.EventRecorder
    	volumePluginMgr           vol.VolumePluginMgr
    	enableDynamicProvisioning bool
    	resyncPeriod              time.Duration
    
    	// Cache of the last known version of volumes and claims. This cache is
    	// thread safe as long as the volumes/claims there are not modified, they
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
Back to top