Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for var2 (0.12 sec)

  1. pkg/controller/daemon/daemon_controller_test.go

    	now := manager.failedPodsBackoff.Clock.Now()
    	hash, _ := currentDSHash(manager, ds)
    	// log all the pods in the store
    	var lines []string
    	for _, obj := range manager.podStore.List() {
    		pod := obj.(*v1.Pod)
    		if pod.CreationTimestamp.IsZero() {
    			pod.CreationTimestamp.Time = now
    		}
    		var readyLast time.Time
    		ready := podutil.IsPodReady(pod)
    		if ready {
    			if c := podutil.GetPodReadyCondition(pod.Status); c != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  2. pkg/controller/job/job_controller_test.go

    	"k8s.io/kubernetes/pkg/controller/testutil"
    	"k8s.io/kubernetes/pkg/features"
    	"k8s.io/utils/clock"
    	clocktesting "k8s.io/utils/clock/testing"
    	"k8s.io/utils/ptr"
    )
    
    var realClock = &clock.RealClock{}
    var alwaysReady = func() bool { return true }
    
    const fastSyncJobBatchPeriod = 10 * time.Millisecond
    const fastJobApiBackoff = 10 * time.Millisecond
    const fastRequeue = 10 * time.Millisecond
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Submitted by Daniel Netzer <******@****.***>
    *.paywhirl.com
    
    // pcarrier.ca Software Inc: https://pcarrier.ca/
    // Submitted by Pierre Carrier <******@****.***>
    bar0.net
    bar1.net
    bar2.net
    rdv.to
    
    // .pl domains (grandfathered)
    art.pl
    gliwice.pl
    krakow.pl
    poznan.pl
    wroc.pl
    zakopane.pl
    
    // Pantheon Systems, Inc. : https://pantheon.io/
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top