Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 38 for prepending (0.22 sec)

  1. CHANGELOG/CHANGELOG-1.28.md

    - Fixed a regression since 1.24 in the scheduling framework when overriding MultiPoint plugins (e.g. default plugins).
      The incorrect loop logic might lead to a plugin being loaded multiple times, consequently preventing any Pod from being scheduled, which is unexpected. ([#122368](https://github.com/kubernetes/kubernetes/pull/122368), [@caohe](https://github.com/caohe)) [SIG Scheduling]
    
    ### Other (Cleanup or Flake)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  2. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                                  as weight/(sum of all weights in this BackendRefs list).
                                  For non-zero values, there may be some epsilon from
                                  the exact proportion defined here depending on the precision
                                  an implementation supports. Weight is not a percentage
                                  and the sum of weights does not need to equal 100. \n
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.12.md

    - Adding initial Zones support to the provider using vSphere Tags
    - Improving the testing harness for the cloud provider by introducing vcsim for automated testing
    - Fixing a bug that was preventing updates from 1.10 to 1.11
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.8.md

    * [action required] The WATCHLIST calls are now reported as WATCH verbs in prometheus for the apiserver_request_* series.  A new "scope" label is added to all apiserver_request_* values that is either 'cluster', 'resource', or 'namespace' depending on which level the query is performed at.([#52237](https://github.com/kubernetes/kubernetes/pull/52237))
    
    
    #### Go Client
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    	if s, ok := http2frameName[t]; ok {
    		return s
    	}
    	return fmt.Sprintf("UNKNOWN_FRAME_TYPE_%d", uint8(t))
    }
    
    // Flags is a bitmask of HTTP/2 flags.
    // The meaning of flags varies depending on the frame type.
    type http2Flags uint8
    
    // Has reports whether f contains all (0 or more) flags in v.
    func (f http2Flags) Has(v http2Flags) bool {
    	return (f & v) == v
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "items": {
                  "default": 0,
                  "format": "int64",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  7. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    tive"),s.raws.spaces.insensitive.before=c,c="")):(s.value||s.value==="")&&(f="value",s.value+=m,s.raws.value&&(s.raws.value+=m))}d=!1;break;case T.str:if(!s.attribute||!s.operator)return this.error("Expected an attribute followed by an operator preceding the string.",{index:p[A.FIELDS.START_POS]});var R=(0,dp.unescapeValue)(m),J=R.unescaped,ue=R.quoteMark;s.value=J,s.quoteMark=ue,f="value",(0,Y.ensureObject)(s,"raws"),s.raws.value=m,d=!1;break;case T.equals:if(!s.attribute)return this.expected("...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  8. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      // We cannot fuse this tfl.mul into the preceding conv op because %cst2 is not broadcast-compatible to %cst0.
      %1 = "tfl.mul"(%0, %cst2) {fused_activation_function = "RELU6"} : (tensor<1x4x4x2xf32>, tensor<4x2xf32>) -> tensor<1x4x4x2xf32>
    
      func.return %1 : tensor<1x4x4x2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/core/v1/generated.proto

      // Active reports the checkpointed config the node is actively using.
      // Active will represent either the current version of the Assigned config,
      // or the current LastKnownGood config, depending on whether attempting to use the
      // Assigned config results in an error.
      // +optional
      optional NodeConfigSource active = 2;
    
      // LastKnownGood reports the checkpointed config the node will fall back to
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

              },
              "type": {
                "default": "",
                "type": "string"
              }
            },
            "required": [
              "type",
              "object"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
Back to top