Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for squatting (0.11 sec)

  1. pkg/controller/daemon/daemon_controller_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    
    	// create of DS adds to queue, processes
    	waitForQueueLength(1, "created DS")
    	ok := dsc.processNextWorkItem(context.TODO())
    	if !ok {
    		t.Fatal("queue is shutting down")
    	}
    
    	err = validateSyncDaemonSets(manager, fakePodControl, 1, 0, 0)
    	if err != nil {
    		t.Error(err)
    	}
    	fakePodControl.Clear()
    
    	oldDSKey, err := controller.KeyFunc(oldDS)
    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/kubelet/kubelet_pods_test.go

    				// we want to capture it in the metric. The more likely scenario is that a static pod with a predefined
    				// UID is updated, which causes pod config to deliver DELETE -> ADD while the old pod is still shutting
    				// down and the pod worker to ignore the ADD. The HandlePodCleanups method then is responsible for syncing
    				// that pod to the pod worker so that it restarts.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    things indeed were really impossible.
    
      There seemed to be no use in waiting by the little door, so she
    went back to the table, half hoping she might find another key on
    it, or at any rate a book of rules for shutting people up like
    telescopes:  this time she found a little bottle on it, (`which
    certainly was not here before,' said Alice,) and round the neck
    of the bottle was a paper label, with the words `DRINK ME'
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    things indeed were really impossible.
    
      There seemed to be no use in waiting by the little door, so she
    went back to the table, half hoping she might find another key on
    it, or at any rate a book of rules for shutting people up like
    telescopes:  this time she found a little bottle on it, (`which
    certainly was not here before,' said Alice,) and round the neck
    of the bottle was a paper label, with the words `DRINK ME'
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet.go

    		// Only go through the admission process if the pod is not requested
    		// for termination by another part of the kubelet. If the pod is already
    		// using resources (previously admitted), the pod worker is going to be
    		// shutting it down. If the pod hasn't started yet, we know that when
    		// the pod worker is invoked it will also avoid setting up the pod, so
    		// we simply avoid doing any work.
    		if !kl.podWorkers.IsPodTerminationRequested(pod.UID) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  6. src/net/http/server.go

    }
    
    // SetKeepAlivesEnabled controls whether HTTP keep-alives are enabled.
    // By default, keep-alives are always enabled. Only very
    // resource-constrained environments or servers in the process of
    // shutting down should disable them.
    func (srv *Server) SetKeepAlivesEnabled(v bool) {
    	if v {
    		srv.disableKeepAlives.Store(false)
    		return
    	}
    	srv.disableKeepAlives.Store(true)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  7. cluster/gce/util.sh

          exit 1
        fi
        sleep 5
      done
    }
    
    # Execute after running tests to perform any required clean-up.
    function test-teardown() {
      detect-project
      echo "Shutting down test cluster in background."
      delete-firewall-rules \
        "${NODE_TAG}-http-alt" \
        "${NODE_TAG}-nodeports"
      if [[ ${MULTIZONE:-} == "true" && -n ${E2E_ZONES:-} ]]; then
        local zones
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  8. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    leave the rest to others for farther Enquiry, is all my Design in publishing these Papers._ _In a Letter written to Mr._ Leibnitz _in the year 1679, and published by Dr._ Wallis, _I mention'd a Method by which I had found some general Theorems about squaring Curvilinear Figures, or comparing them with the Conic Sections, or other the simplest Figures with which they may be compared. And some Years ago I lent out a Manuscript containing such Theorems, and having since met with some Things copied out of...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top