Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 44 for finishes (0.2 sec)

  1. cmd/bucket-replication.go

    	for {
    		select {
    		case <-resyncTimer.C:
    			s.RLock()
    			for bucket, brs := range s.statusMap {
    				var updt bool
    				// Save the replication status if one resync to any bucket target is still not finished
    				for _, st := range brs.TargetsMap {
    					if st.LastUpdate.Equal(timeSentinel) {
    						updt = true
    						break
    					}
    				}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_test.go

    		MemoryThrottlingFactor:                    utilpointer.Float64(0),
    	}
    	var prober volume.DynamicPluginProber
    	tp := noopoteltrace.NewTracerProvider()
    	mockCtrl := gomock.NewController(t)
    	defer mockCtrl.Finish()
    	cadvisor := cadvisortest.NewMockInterface(mockCtrl)
    	cadvisor.EXPECT().MachineInfo().Return(&cadvisorapi.MachineInfo{}, nil).AnyTimes()
    	cadvisor.EXPECT().ImagesFsInfo().Return(cadvisorapiv2.FsInfo{
    		Usage:     400,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.5.md

    * MinReadySeconds / AvailableReplicas for ReplicaSets ([#32771](https://github.com/kubernetes/kubernetes/pull/32771), [@kargakis](https://github.com/kargakis))
    * Kubectl drain will now drain finished Pods ([#31763](https://github.com/kubernetes/kubernetes/pull/31763), [@fraenkel](https://github.com/fraenkel))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  4. pkg/kubelet/eviction/eviction_manager_test.go

    			},
    		},
    		PodCgroupRoot: "kubepods",
    	}
    	summaryProvider := &fakeSummaryProvider{result: makeMemoryStats("2Gi", map[*v1.Pod]statsapi.PodStats{})}
    
    	mockCtrl := gomock.NewController(t)
    	defer mockCtrl.Finish()
    
    	thresholdNotifier := NewMockThresholdNotifier(mockCtrl)
    	thresholdNotifier.EXPECT().UpdateThreshold(summaryProvider.result).Return(nil).Times(2)
    
    	manager := &managerImpl{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/data.go

    			state.datsize += ldr.SymSize(s)
    		}
    		state.checkdatsize(sym.STLSBSS)
    
    		if sect != nil {
    			sect.Length = uint64(state.datsize)
    		}
    	}
    
    	/*
    	 * We finished data, begin read-only data.
    	 * Not all systems support a separate read-only non-executable data section.
    	 * ELF and Windows PE systems do.
    	 * OS X and Plan 9 do not.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  6. src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.s

    	SHLQ $8, t0, t1
    	SHLQ $8, t0
    	MOVB -1(adp), t2
    	XORQ t2, t0
    	DECQ adp
    	DECQ itr2
    	JNE  hashADTailLoop
    
    hashADTailFinish:
    	ADDQ t0, acc0; ADCQ t1, acc1; ADCQ $1, acc2
    	polyMul
    
    	// Finished AD
    hashADDone:
    	RET
    
    // ----------------------------------------------------------------------------
    // func chacha20Poly1305Open(dst, key, src, ad []byte) bool
    TEXT ·chacha20Poly1305Open(SB), 0, $288-97
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  7. pkg/scheduler/internal/queue/scheduling_queue_test.go

    			podInfo:   &framework.QueuedPodInfo{PodInfo: mustNewPodInfo(p), UnschedulablePlugins: sets.New("foo")},
    			hint:      queueHintReturnQueue,
    			duration:  DefaultPodInitialBackoffDuration, // backoff is finished
    			expectedQ: activeQ,
    		},
    		{
    			name:      "Skip queues pod to unschedulablePods",
    			podInfo:   &framework.QueuedPodInfo{PodInfo: mustNewPodInfo(p), UnschedulablePlugins: sets.New("foo")},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  8. pkg/scheduler/schedule_one_test.go

    	client := clientsetfake.NewSimpleClientset()
    
    	eventBroadcaster := events.NewBroadcaster(&events.EventSinkImpl{Interface: client.EventsV1()})
    
    	// This can be small because we wait for pod to finish scheduling first
    	chanTimeout := 2 * time.Second
    
    	table := []struct {
    		name               string
    		expectError        error
    		expectPodBind      *v1.Binding
    		expectAssumeCalled bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  9. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    towards _tp_, the Conclusion will be clearer. For then the Light N_p_ which in the fourth Prism is more refracted, will become fuller and stronger when the Light OP, which in the third Prism HJK is more refracted, vanishes at P; and afterwards when the less refracted Light OT vanishes at T, the less refracted Light N_t_ will become increased whilst the more refracted Light at _p_ receives no farther increase. And as the trajected beam MO in vanishing is always of such a Colour as ought to result...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__internal.apiserver.k8s.io__v1alpha1_openapi.json

              "commonEncodingVersion": {
                "description": "If all API server instances agree on the same encoding storage version, then this field is set to that version. Otherwise this field is left empty. API servers should finish updating its storageVersionStatus entry before serving write operations, so that this field will be in sync with the reality.",
                "type": "string"
              },
              "conditions": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.2K bytes
    - Viewed (0)
Back to top