Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 63 of 63 for uwcache (0.25 sec)

  1. src/cmd/dist/test.go

    			//
    			// On the builders, we skip this step: we assume that 'dist test' is
    			// already using the result of a clean build, and because of test sharding
    			// and virtualization we usually start with a clean GOCACHE, so we would
    			// end up rebuilding large parts of the standard library that aren't
    			// otherwise relevant to the actual set of packages under test.
    			goInstall(toolenv(), gorootBinGo, toolchain...)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet.go

    		serviceHasSynced = kubeInformers.Core().V1().Services().Informer().HasSynced
    		kubeInformers.Start(wait.NeverStop)
    	} else {
    		serviceIndexer := cache.NewIndexer(cache.MetaNamespaceKeyFunc, cache.Indexers{cache.NamespaceIndex: cache.MetaNamespaceIndexFunc})
    		serviceLister = corelisters.NewServiceLister(serviceIndexer)
    		serviceHasSynced = func() bool { return true }
    	}
    
    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. CHANGELOG/CHANGELOG-1.29.md

    - Allowed specifying `ExternalTrafficPolicy` for `Services` with `ExternalIPs`. ([#119150](https://github.com/kubernetes/kubernetes/pull/119150), [@tnqn](https://github.com/tnqn))
    - Changed kubelet logs from `error` to `info` for uncached partitions when using CRI stats provider. ([#100448](https://github.com/kubernetes/kubernetes/pull/100448), [@saschagrunert](https://github.com/saschagrunert))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
Back to top