Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Required (0.19 sec)

  1. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "description": "Specifies the required Pod condition status. To match a pod condition it is required that the specified status equals the pod condition status. Defaults to True.",
                "type": "string"
              },
              "type": {
                "default": "",
                "description": "Specifies the required Pod condition type. To match a pod condition it is required that specified type equals the pod condition type.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * ✨ Add support for omitting `...` as default value when declaring required parameters with:
    
    * `Path()`
    * `Query()`
    * `Header()`
    * `Cookie()`
    * `Body()`
    * `Form()`
    * `File()`
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          // No shuffling is required, so copy input directly to output.
          return no_op();
    
        int64_t input_rank = input_type.getRank();
        int64_t first_dim_size = input_type.getDimSize(0);
        if (ShapedType::isDynamic(first_dim_size)) return failure();
    
        if (first_dim_size <= 1)
          // No shuffling is required, so copy input directly to output.
          return no_op();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.30.md

    - Fixes a 1.30.0 regression in openapi descriptions of imagePullSecrets and hostAliases fields to mark the fields used as keys in those lists as either defaulted or required. ([#124694](https://github.com/kubernetes/kubernetes/pull/124694), [@pmalek](https://github.com/pmalek))...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.29.md

    - Certain `requestBody` parameters in the OpenAPI `v3` are now correctly marked as required. ([#120735](https://github.com/kubernetes/kubernetes/pull/120735), [@Jefftree](https://github.com/Jefftree))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.27.md

    - A new feature was enabled to improve the performance of the iptables mode of `kube-proxy` in large clusters. No action was required, however:
      
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.28.md

    ## Changelog since v1.27.0
    
    ## Urgent Upgrade Notes 
    
    ### (No, really, you MUST read this before you upgrade)
    
    - Action required for the custom scheduler plugin developers. 
      Here's the breaking change in `EnqueueExtension` in the scheduling framework. 
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssagen/ssa.go

    	var inlMarksByPos map[src.XPos][]*obj.Prog
    
    	var argLiveIdx int = -1 // argument liveness info index
    
    	// These control cache line alignment; if the required portion of
    	// a cache line is not available, then pad to obtain cache line
    	// alignment.  Not implemented on all architectures, may not be
    	// useful on all architectures.
    	var hotAlign, hotRequire int64
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top