Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for livez (0.05 sec)

  1. src/cmd/compile/internal/ssa/_gen/generic.rules

    // (for example AMD64.rules) contain rules specific to the architecture in the
    // filename. The rules here apply to every architecture.
    //
    // The code for parsing this file lives in rulegen.go; this file generates
    // ssa/rewritegeneric.go.
    
    // values are specified using the following format:
    // (op <type> [auxint] {aux} arg0 arg1 ...)
    // the type, aux, and auxint fields are optional
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  2. cluster/gce/util.sh

          exit 2
        fi
      fi
    
      local gcloud="gcloud"
    
      local accelerator_args=()
      # VMs with Accelerators cannot be live migrated.
      # More details here - https://cloud.google.com/compute/docs/gpus/add-gpus#create-new-gpu-instance
      if [[ -n "${NODE_ACCELERATORS}" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/x86/asm6.go

    			return p.From.Index == REG_TLS
    		}
    		obj.MarkUnsafePoints(ctxt, s.Func().Text, newprog, useTLS, nil)
    	}
    
    	// Now that we know byte offsets, we can generate jump table entries.
    	// TODO: could this live in obj instead of obj/$ARCH?
    	for _, jt := range s.Func().JumpTables {
    		for i, p := range jt.Targets {
    			// The ith jumptable entry points to the p.Pc'th
    			// byte in the function symbol s.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  4. src/net/http/serve_test.go

    // 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.
    func TestHeaderToWire(t *testing.T) {
    	tests := []struct {
    		name    string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    Headers the proxy will pass on to make the request. items: properties: name: type: string value: type: string type: object type: array path: description: Path to access on the HTTP server. type: string port: description: Port on which the endpoint lives. type: integer scheme: type: string required: - port type: object initialDelaySeconds: description: Number of seconds after the container has started before readiness probes are initiated. format: int32 type: integer periodSeconds: description: How...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top