Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 62 for outo (0.15 sec)

  1. pkg/apis/batch/validation/validation_test.go

    				},
    			},
    			opts: JobValidationOptions{},
    		},
    		"spec.selector: Invalid value: v1.LabelSelector{MatchLabels:map[string]string{\"a\":\"b\"}, MatchExpressions:[]v1.LabelSelectorRequirement(nil)}: `selector` not auto-generated": {
    			job: batch.Job{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      "myjob",
    					Namespace: metav1.NamespaceDefault,
    					UID:       types.UID("1a2b3c"),
    				},
    				Spec: batch.JobSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  2. src/main/webapp/js/bootstrap.min.js.map

    : '(string|array)',\n  boundary          : '(string|element)',\n  sanitize          : 'boolean',\n  sanitizeFn        : '(null|function)',\n  whiteList         : 'object',\n  popperConfig      : '(null|object)'\n}\n\nconst AttachmentMap = {\n  AUTO   : 'auto',\n  TOP    : 'top',\n  RIGHT  : 'right',\n  BOTTOM : 'bottom',\n  LEFT   : 'left'\n}\n\nconst Default = {\n  animation         : true,\n  template          : '<div class=\"tooltip\" role=\"tooltip\">' +\n                    '<div class=\"arrow\"></div>'...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jan 11 06:54:28 UTC 2020
    - 189.9K bytes
    - Viewed (0)
  3. cluster/gce/util.sh

        # The network needs to be created synchronously or we have a race. The
        # firewalls can be added concurrent with instance creation.
        local network_mode="auto"
        if [[ "${CREATE_CUSTOM_NETWORK:-}" == "true" ]]; then
          network_mode="custom"
        fi
        echo "Creating new ${network_mode} network: ${NETWORK}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__certificates.k8s.io__v1_openapi.json

    client certificates that can be used to authenticate to kube-apiserver.\n  Requests for this signer are never auto-approved by kube-controller-manager, can be issued by the \"csrsigning\" controller in kube-controller-manager.\n 2. \"kubernetes.io/kube-apiserver-client-kubelet\": issues client certificates that kubelets use to authenticate to kube-apiserver.\n  Requests for this signer can be auto-approved by the \"csrapproving\" controller in kube-controller-manager, and can be issued by the \"csrsigning\"...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 151.7K bytes
    - Viewed (0)
  5. api/maven-api-model/src/main/mdo/maven.mdo

        </class>
        <class>
          <name>MailingList</name>
          <version>3.0.0+</version>
          <description>This element describes all of the mailing lists associated with a project. The
            auto-generated site references this information.</description>
          <fields>
            <field>
              <name>name</name>
              <version>3.0.0+</version>
              <description>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  6. pkg/printers/internalversion/printers.go

    				if len(statuses) > i && statuses[i].Resource != nil && statuses[i].Resource.Current.AverageUtilization != nil {
    					current = fmt.Sprintf("%d%%", *statuses[i].Resource.Current.AverageUtilization)
    				}
    
    				target := "<auto>"
    				if spec.Resource.Target.AverageUtilization != nil {
    					target = fmt.Sprintf("%d%%", *spec.Resource.Target.AverageUtilization)
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  7. src/database/sql/sql.go

    	Scan(src any) error
    }
    
    // Out may be used to retrieve OUTPUT value parameters from stored procedures.
    //
    // Not all drivers and databases support OUTPUT value parameters.
    //
    // Example usage:
    //
    //	var outArg string
    //	_, err := db.ExecContext(ctx, "ProcName", sql.Named("Arg1", sql.Out{Dest: &outArg}))
    type Out struct {
    	_NamedFieldsRequired struct{}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  8. cmd/object-handlers.go

    		os.Sweep()
    	}
    }
    
    // PutObjectExtractHandler - PUT Object extract is an extended API
    // based off from AWS Snowball feature to auto extract compressed
    // stream will be extracted in the same directory it is stored in
    // and the folder structures will be built out accordingly.
    func (api objectAPIHandlers) PutObjectExtractHandler(w http.ResponseWriter, r *http.Request) {
    	ctx := newContext(r, w, "PutObjectExtract")
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/ppc64/asm9.go

    	case 110: /* SETB creg, rt */
    		bfa := uint32(p.From.Reg) << 2
    		rt := uint32(p.To.Reg)
    		o1 = LOP_RRR(OP_SETB, bfa, rt, 0)
    	}
    
    	out[0] = o1
    	out[1] = o2
    	out[2] = o3
    	out[3] = o4
    	out[4] = o5
    }
    
    func (c *ctxt9) vregoff(a *obj.Addr) int64 {
    	c.instoffset = 0
    	if a != nil {
    		c.aclass(a)
    	}
    	return c.instoffset
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  10. src/runtime/proc.go

    // 2. There are no "spinning" worker threads.
    //
    // A worker thread is considered spinning if it is out of local work and did
    // not find work in the global run queue or netpoller; the spinning state is
    // denoted in m.spinning and in sched.nmspinning. Threads unparked this way are
    // also considered spinning; we don't do goroutine handoff so such threads are
    // out of work initially. Spinning threads spin on looking for work in per-P
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top