Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for assumeCache (0.37 sec)

  1. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    func (env *testEnv) deleteVolumes(pvs []*v1.PersistentVolume) {
    	for _, pv := range pvs {
    		assumecache.DeleteTestObject(env.internalBinder.pvCache.AssumeCache, pv)
    	}
    }
    
    func (env *testEnv) deleteClaims(pvcs []*v1.PersistentVolumeClaim) {
    	for _, pvc := range pvcs {
    		assumecache.DeleteTestObject(env.internalBinder.pvcCache.AssumeCache, pvc)
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    	// something like it (see https://github.com/kubernetes/kubernetes/pull/112202)
    	// might have to be managed by the cluster autoscaler.
    	claimAssumeCache *assumecache.AssumeCache
    
    	// inFlightAllocations is map from claim UUIDs to claim objects for those claims
    	// for which allocation was triggered during a scheduling cycle and the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top