Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateLastSyncTime (0.11 sec)

  1. pkg/kubelet/volumemanager/reconciler/reconstruct_common.go

    	}{
    		VolumeName:     string(gvi.volumeName),
    		VolumeSpecName: gvi.volumeSpec.Name(),
    		DevicePath:     gvi.devicePath,
    		PodVolumes:     podVolumes,
    	}
    }
    
    func (rc *reconciler) updateLastSyncTime() {
    	rc.timeOfLastSyncLock.Lock()
    	defer rc.timeOfLastSyncLock.Unlock()
    	rc.timeOfLastSync = time.Now()
    }
    
    func (rc *reconciler) StatesHasBeenSynced() bool {
    	rc.timeOfLastSyncLock.Lock()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top