Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for modcache (0.28 sec)

  1. src/cmd/go/alldocs.go

    //		Examples are amd64, 386, arm, ppc64.
    //	GOBIN
    //		The directory where 'go install' will install a command.
    //	GOCACHE
    //		The directory where the go command will store cached
    //		information for reuse in future builds.
    //	GOMODCACHE
    //		The directory where the go command will store downloaded modules.
    //	GODEBUG
    //		Enable various debugging facilities. See https://go.dev/doc/godebug
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet.go

    	klet.livenessManager = proberesults.NewManager()
    	klet.readinessManager = proberesults.NewManager()
    	klet.startupManager = proberesults.NewManager()
    	klet.podCache = kubecontainer.NewCache()
    
    	klet.mirrorPodClient = kubepod.NewBasicMirrorClient(klet.kubeClient, string(nodeName), nodeLister)
    	klet.podManager = kubepod.NewBasicPodManager()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_test.go

    	kubelet.runtimeCache = containertest.NewFakeRuntimeCache(kubelet.containerRuntime)
    	kubelet.reasonCache = NewReasonCache()
    	kubelet.podCache = containertest.NewFakeCache(kubelet.containerRuntime)
    	kubelet.podWorkers = &fakePodWorkers{
    		syncPodFn: kubelet.SyncPod,
    		cache:     kubelet.podCache,
    		t:         t,
    	}
    
    	kubelet.probeManager = probetest.FakeManager{}
    	kubelet.livenessManager = proberesults.NewManager()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  4. src/runtime/proc.go

    	}
    	casgstatus(newg, _Gdead, status)
    	if pp.goidcache == pp.goidcacheend {
    		// Sched.goidgen is the last allocated id,
    		// this batch must be [sched.goidgen+1, sched.goidgen+GoidCacheBatch].
    		// At startup sched.goidgen=0, so main goroutine receives goid=1.
    		pp.goidcache = sched.goidgen.Add(_GoidCacheBatch)
    		pp.goidcache -= _GoidCacheBatch - 1
    		pp.goidcacheend = pp.goidcache + _GoidCacheBatch
    	}
    	newg.goid = pp.goidcache
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  5. pkg/controller/garbagecollector/garbagecollector_test.go

    	gc.attemptToDeleteItem(context.TODO(), podToGCNode(rc2Pod1))
    	// rc1 should already be in the cache, no request should be sent. rc1 should be promoted in the UIDCache
    	gc.attemptToDeleteItem(context.TODO(), podToGCNode(rc1Pod2))
    	// after this call, rc2 should be evicted from the UIDCache
    	gc.attemptToDeleteItem(context.TODO(), podToGCNode(rc3Pod1))
    	// check cache
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  6. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  7. src/main/webapp/js/admin/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
Back to top