Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 32 for IsSupported (0.19 sec)

  1. CHANGELOG/CHANGELOG-1.26.md

    - In `kube-proxy`: The "userspace" proxy mode (deprecated for over a year) is no
      longer supported on either Linux or Windows. Users should use "iptables" or "ipvs"
      on Linux, or "kernelspace" on Windows.
       ([#112133](https://github.com/kubernetes/kubernetes/pull/112133), [@knabben](https://github.com/knabben))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.27.md

      To activate this feature, users can set the `ENABLE_CLIENT_GO_WATCH_LIST_ALPHA` environmental variable.
      It is important to note that the server must support streaming for this feature to function properly.
      If streaming is not supported by the server, the reflector will revert to the previous method
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  3. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// cluster. The public IP for the gateway will be determined from that remote service (only
    	// LoadBalancer gateway service type is currently supported, for a NodePort type gateway service,
    	// it still need to be configured manually).
    	//
    	// meshNetworks:
    	//
    	//	network1:
    	//	  endpoints:
    	//	  - fromCidr: "192.168.0.1/24"
    	//	  gateways:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    func.func @strided_slice_nonconstant_begin_end_and_ellipsis_mask(%input: tensor<32x1x97xi32>, %begin: tensor<1xi32>, %end: tensor<1xi32>) -> (tensor<1x97xi32>) {
      // This ellipsis mask is not supported because it does not refer to the last
      // dimension.
      // [0, 1, 0] = 2
      %strides = "tf.Const"() {value = dense<1> : tensor<1xi32>} : () -> tensor<1xi32>
      // CHECK: tf.StridedSlice
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  5. prow/config/calico.yaml

                    type: string
                  ipv6Support:
                    description: IPv6Support controls whether Felix enables support for
                      IPv6 (if supported by the in-use dataplane).
                    type: boolean
                  kubeNodePortRanges:
                    description: 'KubeNodePortRanges holds list of port ranges used for
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  6. doc/go_spec.html

    <p>
    A <i>type constraint</i> is an <a href="#Interface_types">interface</a> that defines the
    set of permissible type arguments for the respective type parameter and controls the
    operations supported by values of that type parameter
    [<a href="#Go_1.18">Go 1.18</a>].
    </p>
    
    <pre class="ebnf">
    TypeConstraint = TypeElem .
    </pre>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    				unsupported("spec.validation.openAPIV3Schema.type"),
    				// Forbidden: type cannot be set to null, use nullable as an alternative
    				forbidden("spec.validation.openAPIV3Schema.type"),
    				// Unsupported value: "null": supported values: "array", "boolean", "integer", "number", "object", "string"
    				invalid("spec.validation.openAPIV3Schema.type"),
    			},
    		},
    		{
    			name: "require valid types, invalid",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.28.md

    - Supported `BackoffLimitPerIndex` in Jobs. ([#118009](https://github.com/kubernetes/kubernetes/pull/118009), [@mimowo](https://github.com/mimowo))
    - The `IPTablesOwnershipCleanup` feature (KEP-3178) is now GA; kubelet no longer
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  9. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          xla_dimensions.push_back(index);
        }
    
        Location loc = op.getLoc();
        Type element_type = input_ty.getElementType();
    
        // Only float, int, and complex types are currently supported.
        if (!mlir::isa<FloatType>(element_type) &&
            !mlir::isa<IntegerType>(element_type) &&
            !mlir::isa<ComplexType>(element_type)) {
          return rewriter.notifyMatchFailure(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

    func.func @convert_gather_to_slice_dynamic_error(%arg0: tensor<3x?xi32>, %arg1: tensor<3x2xi32>) -> tensor<3x1504xi32> {
      // expected-error @+1 {{Dynamic shaped operand is not supported.}}
      %0 = "mhlo.gather"(%arg0, %arg1) {
        dimension_numbers = #mhlo.gather<
          offset_dims = [1],
          collapsed_slice_dims = [0],
          start_index_map = [0, 1],
          index_vector_dim = 1,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
Back to top