Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for sync_bg (0.1 sec)

  1. pkg/controller/volume/persistentvolume/binder_test.go

    			expectedEvents:  []string{"Warning VolumeMismatch"},
    			errors:          noerrors,
    			test:            testSyncClaim,
    		},
    
    		// [Unit test set 3] Syncing bound claim
    		{
    			// syncClaim with claim  bound and its claim.Spec.VolumeName is
    			// removed. Check it's marked as Lost.
    			name:            "3-1 - bound claim with missing VolumeName",
    			initialVolumes:  novolumes,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:37:30 UTC 2023
    - 65.8K bytes
    - Viewed (0)
  2. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    func (m *kubeGenericRuntimeManager) computePodActions(ctx context.Context, pod *v1.Pod, podStatus *kubecontainer.PodStatus) podActions {
    	klog.V(5).InfoS("Syncing Pod", "pod", klog.KObj(pod))
    
    	createPodSandbox, attempt, sandboxID := runtimeutil.PodSandboxChanged(pod, podStatus)
    	changes := podActions{
    		KillPod:           createPodSandbox,
    		CreateSandbox:     createPodSandbox,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    		10*time.Second)
    
    	// Wait for informers cache sync
    	informerFactory.Start(ctx.Done())
    	for v, synced := range informerFactory.WaitForCacheSync(ctx.Done()) {
    		if !synced {
    			logger.Error(nil, "Error syncing informer", "informer", v)
    			os.Exit(1)
    		}
    	}
    
    	// Add storageclasses
    	waitMode := storagev1.VolumeBindingWaitForFirstConsumer
    	immediateMode := storagev1.VolumeBindingImmediate
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    `gradle.properties` is usually checked in to source control.
    If you don't want to enable the configuration cache for your whole team yet you can also enable the configuration cache from your IDE only as explained below.
    
    Note that syncing a build from an IDE doesn't benefit from the configuration cache, only running tasks does.
    
    [[config_cache:ide:intellij]]
    === IntelliJ based IDEs
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
Back to top