Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 37 of 37 for Unreserve (0.36 sec)

  1. cluster/gce/util.sh

      if [[ "${ENABLE_NODE_PROBLEM_DETECTOR:-}" == "standalone" ]]; then
        NODE_PROBLEM_DETECTOR_TOKEN=$(dd if=/dev/urandom bs=128 count=1 2>/dev/null | base64 | tr -d "=+/" | dd bs=32 count=1 2>/dev/null)
      fi
    
      # Reserve the master's IP so that it can later be transferred to another VM
      # without disrupting the kubelets.
      create-static-ip "${MASTER_NAME}-ip" "${REGION}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Submitted by Arnold Hendriks <******@****.***>
    *.webhare.dev
    
    // WebHotelier Technologies Ltd: https://www.webhotelier.net/
    // Submitted by Apostolos Tsakpinis <******@****.***>
    reserve-online.net
    reserve-online.com
    bookonline.app
    hotelwithflight.com
    
    // WeDeploy by Liferay, Inc. : https://www.wedeploy.com
    // Submitted by Henrique Vicente <******@****.***>
    wedeploy.io
    wedeploy.me
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/ppc64/asm9.go

    	{as: obj.ANOP, type_: 0, size: 0},
    	{as: obj.ANOP, a1: C_32CON, type_: 0, size: 0}, // NOP operand variations added for #40689
    	{as: obj.ANOP, a1: C_REG, type_: 0, size: 0},   // to preserve previous behavior
    	{as: obj.ANOP, a1: C_FREG, type_: 0, size: 0},
    	{as: obj.ADUFFZERO, a6: C_BRA, type_: 11, size: 4}, // same as ABR/ABL
    	{as: obj.ADUFFCOPY, a6: C_BRA, type_: 11, size: 4}, // same as ABR/ABL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  4. pkg/controller/job/job_controller_test.go

    	update.ResourceVersion = "1"
    	err = clientset.Tracker().Update(podsResource, update, update.Namespace)
    	if err != nil {
    		t.Errorf("Removing finalizer and setting deletion timestamp: %v", err)
    	}
    
    	// Preserve the finalizer.
    	update = pods[2].DeepCopy()
    	update.DeletionTimestamp = &metav1.Time{Time: time.Now()}
    	update.ResourceVersion = "1"
    	err = clientset.Tracker().Update(podsResource, update, update.Namespace)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/s390x/asmz.go

    			break
    		}
    		changed = false
    		buffer = buffer[:0]
    		for i := range c.cursym.R[nrelocs0:] {
    			c.cursym.R[nrelocs0+i] = obj.Reloc{}
    		}
    		c.cursym.R = c.cursym.R[:nrelocs0] // preserve marker relocations generated by the compiler
    		for p := c.cursym.Func().Text; p != nil; p = p.Link {
    			pc := int64(len(buffer))
    			if pc != p.Pc {
    				changed = true
    			}
    			p.Pc = pc
    			c.pc = p.Pc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  6. src/net/http/serve_test.go

    // (*response).header to the wire. In Go 1.1, the actual wire flush is
    // delayed, so we could maybe tack on a Content-Length and better
    // Content-Type after we see more (or all) of the output. To preserve
    // compatibility with Go 1, we need to be careful to track which
    // headers were live at the time of WriteHeader, so we write the same
    // ones, even if the handler modifies them (~erroneously) after the
    // first Write.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  7. src/reflect/all_test.go

    // The reflect.call function does a memmove of the frame structure onto the
    // stack (to set up the inputs), runs the call, and the memmoves the stack back to
    // the frame structure (to preserve the outputs).
    //
    // Originally reflect.call did not distinguish inputs from outputs: both memmoves
    // were for the full stack frame. However, in the case where the called function was
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top