Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 597 for supportsL7 (0.15 sec)

  1. staging/src/k8s.io/cli-runtime/pkg/resource/fallback_query_param_verifier_test.go

    			err := verifier.HasSupport(tc.gvk)
    			if tc.expectedSupports && err != nil {
    				t.Errorf("Expected supports, but returned err for GVK (%s)", tc.gvk)
    			} else if !tc.expectedSupports && err == nil {
    				t.Errorf("Expected not supports, but returned no err for GVK (%s)", tc.gvk)
    			}
    		})
    	}
    }
    
    func TestFallbackQueryParamVerifier_SecondaryFallback(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 10 18:30:16 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/README

    [exec:*]
    	<suffix> names an executable in the test binary's PATH
    [fuzz]
    	GOOS/GOARCH supports -fuzz
    [fuzz-instrumented]
    	GOOS/GOARCH supports -fuzz with instrumentation
    [git]
    	the 'git' executable exists and provides the standard CLI
    [go-builder]
    	GO_BUILDER_NAME is non-empty
    [link]
    	testenv.HasLink()
    [msan]
    	GOOS/GOARCH supports -msan
    [mustlinkext]
    	platform always requires external linking
    [net:*]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/Iterables.java

       * traverses the elements in {@code a}, followed by the elements in {@code b}. The source
       * iterators are not polled until necessary.
       *
       * <p>The returned iterable's iterator supports {@code remove()} when the corresponding input
       * iterator supports it.
       *
       * <p><b>Java 8+ users:</b> The {@code Stream} equivalent of this method is {@code
       * Stream.concat(a, b)}.
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 42.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/core-plugins/build_init_plugin.adoc

    * Supports both single module and multimodule projects
    * Supports custom module names (that differ from directory names)
    * Generates general metadata - id, description and version
    * Applies <<publishing_maven.adoc#publishing_maven,Maven Publish>>, <<java_library_plugin.adoc#java_library_plugin,Java Library>> and <<war_plugin.adoc#war_plugin,War>> Plugins (as needed)
    * Supports packaging war projects as jars if needed
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 20:10:43 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  5. pkg/controller/volume/attachdetach/util/util_test.go

    				},
    			},
    			wantVolume: &v1.Volume{
    				Name: migratedVolume,
    				VolumeSource: v1.VolumeSource{
    					HostPath: hostPath,
    				},
    			},
    		},
    		{
    			desc:           "inline volume type that supports csi migration",
    			createNodeName: nodeName,
    			pod: &v1.Pod{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      "kube-apiserver",
    					Namespace: "default",
    				},
    				Spec: v1.PodSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 12 05:42:38 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  6. pkg/ctrlz/assets/static/css/all.css

    }
    
    @media (min-width: 992px) {
        .sidebar {
            font-size: 100%
        }
    }
    
    @supports (position: -webkit-sticky) or (position: sticky) {
        .sidebar {
            position: -webkit-sticky;
            position: sticky;
            top: 3.7rem;
            z-index: 1000
        }
    }
    
    @supports (position: -webkit-sticky) or (position: sticky) {
        .sidebar .directory {
            max-height: calc(100vh - 9rem)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/util/httpstream/wsstream/conn.go

    }
    
    // IsWebSocketRequestWithStreamCloseProtocol returns true if the request contains headers
    // identifying that it is requesting a websocket upgrade with a remotecommand protocol
    // version that supports the "CLOSE" signal; false otherwise.
    func IsWebSocketRequestWithStreamCloseProtocol(req *http.Request) bool {
    	if !IsWebSocketRequest(req) {
    		return false
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 19:10:30 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/fused_kernel_matcher.cc

        // Currently, GPU only supports Conv2D+BiasAdd+Relu fusion.
        if (IsGpuDevice(conv)) {
          auto activation = GetActivation(bias_add);
          if (!activation || activation->getName().stripDialect() != "Relu" ||
              !bias_add.getOutput().hasOneUse()) {
            (void)rewriter.notifyMatchFailure(conv, [&](Diagnostic &diag) {
              diag << "GPU only supports Conv2D+BiasAdd+Relu fusion";
            });
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  9. cluster/addons/volumesnapshots/crd/snapshot.storage.k8s.io_volumesnapshots.yaml

                        gRPC call. For a pre-existing snapshot, this field will be filled
                        with the "creation_time" value returned from the CSI "ListSnapshots"
                        gRPC call if the driver supports it. If not specified, it may indicate
                        that the creation time of the snapshot is unknown.
                      format: date-time
                      type: string
                    error:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 26 07:24:12 UTC 2022
    - 20.9K bytes
    - Viewed (0)
  10. platforms/software/signing/src/integTest/groovy/org/gradle/plugins/signing/InMemoryPgpSignatoryProviderIntegrationSpec.groovy

                ORG_GRADLE_PROJECT_password: password
            ])
            succeeds("signJar")
    
            then:
            executed(":signJar")
            file("build", "libs", "sign-1.0.jar.asc").exists()
        }
    
        def "supports keys without passwords"() {
            given:
            buildFile << """
                signing {
                    useInMemoryPgpKeys(project.property('secretKey'), '')
                    sign(jar)
                }
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 12K bytes
    - Viewed (0)
Back to top