Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 43 for IsSupported (0.16 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. CHANGELOG/CHANGELOG-1.7.md

    * Docker versions 1.10.3, 1.11.2, 1.12.6 have been validated
    
        * Docker version 1.12.6 known issues
    
            * overlay2 driver not fully supported
    
            * live-restore not fully supported
    
            * no shared pid namespace support
    
        * Docker version 1.11.2 known issues
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K 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. CHANGELOG/CHANGELOG-1.24.md

    ## Major Themes
    
    ### Dockershim Removed from kubelet
    
    After its deprecation in v1.20, the dockershim component has been removed from the kubelet.
    From v1.24 onwards, you will need to either use one of the other [supported runtimes](https://kubernetes.io/docs/setup/production-environment/container-runtimes/) (such as containerd or CRI-O)
    or use cri-dockerd if you are relying on Docker Engine as your container runtime.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top