Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 161 for adown (0.05 sec)

  1. staging/src/k8s.io/api/apps/v1/types.go

    	// Absolute number is calculated from percentage by rounding down.
    	// This can not be 0 if MaxSurge is 0.
    	// Defaults to 25%.
    	// Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods
    	// immediately when the rolling update starts. Once new pods are ready, old ReplicaSet
    	// can be scaled down further, followed by scaling up the new ReplicaSet, ensuring
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/apps/v1beta2/types.go

    	// Absolute number is calculated from percentage by rounding down.
    	// This can not be 0 if MaxSurge is 0.
    	// Defaults to 25%.
    	// Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods
    	// immediately when the rolling update starts. Once new pods are ready, old ReplicaSet
    	// can be scaled down further, followed by scaling up the new ReplicaSet, ensuring
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  3. src/runtime/mgcscavenge.go

    			if hugePageBelow >= end-run {
    				// We're in danger of breaking apart a huge page since start+size crosses
    				// a huge page boundary and rounding down start to the nearest huge
    				// page boundary is included in the full run we found. Include the entire
    				// huge page in the bound by rounding down to the huge page size.
    				size = size + (start - hugePageBelow)
    				start = hugePageBelow
    			}
    		}
    	}
    	return start, size
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

      GTEST_DISALLOW_COPY_AND_ASSIGN_(TestCase);
    };
    
    // An Environment object is capable of setting up and tearing down an
    // environment.  The user should subclass this to define his own
    // environment(s).
    //
    // An Environment object does the set-up and tear-down in virtual
    // methods SetUp() and TearDown() instead of the constructor and the
    // destructor, as:
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

      GTEST_DISALLOW_COPY_AND_ASSIGN_(TestCase);
    };
    
    // An Environment object is capable of setting up and tearing down an
    // environment.  The user should subclass this to define his own
    // environment(s).
    //
    // An Environment object does the set-up and tear-down in virtual
    // methods SetUp() and TearDown() instead of the constructor and the
    // destructor, as:
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  6. pkg/kubelet/pod_workers.go

    const (
    	// SyncPod is when the pod is expected to be started and running.
    	SyncPod PodWorkerState = iota
    	// TerminatingPod is when the pod is no longer being set up, but some
    	// containers may be running and are being torn down.
    	TerminatingPod
    	// TerminatedPod indicates the pod is stopped, can have no more running
    	// containers, and any foreground cleanup can be executed.
    	TerminatedPod
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  7. pkg/controller/podautoscaler/horizontal.go

    	defer utilruntime.HandleCrash()
    	defer a.queue.ShutDown()
    
    	logger := klog.FromContext(ctx)
    	logger.Info("Starting HPA controller")
    	defer logger.Info("Shutting down HPA controller")
    
    	if !cache.WaitForNamedCacheSync("HPA", ctx.Done(), a.hpaListerSynced, a.podListerSynced) {
    		return
    	}
    
    	for i := 0; i < workers; i++ {
    		go wait.UntilWithContext(ctx, a.worker, time.Second)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  8. src/math/big/float_test.go

    		{"0x0.00000000000009p-1022", math.Float64frombits(0x00000000000000001), Above}, // rounded up to smallest denormal
    		{"0x0.0000000000000ap-1022", math.Float64frombits(0x00000000000000001), Above}, // rounded up to smallest denormal
    
    		{"0x0.8p-1074", math.Float64frombits(0x00000000000000000), Below}, // rounded down to even
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 51.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    	// watcher is interested into the watchers
    	watcherIdx int
    	watchers   indexedWatchers
    
    	// Defines a time budget that can be spend on waiting for not-ready watchers
    	// while dispatching event before shutting them down.
    	dispatchTimeoutBudget timeBudget
    
    	// Handling graceful termination.
    	stopLock sync.RWMutex
    	stopped  bool
    	stopCh   chan struct{}
    	stopWg   sync.WaitGroup
    
    	clock clock.Clock
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  10. cmd/erasure-healing_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    
    	// Remove the object - to simulate the case where the disk was down when the object
    	// was created.
    	err = removeAll(pathJoin(disk.String(), bucket, object))
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	// Checking abandoned parts should do nothing
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 49K bytes
    - Viewed (0)
Back to top