Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for wildCards (0.27 sec)

  1. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        return new AsyncFunction<I, O>() {
          @Override
          public ListenableFuture<O> apply(I input) {
            return output;
          }
        };
      }
    
      @J2ktIncompatible // Wildcard generics
      public void testTransformAsync_genericsWildcard_AsyncFunction() throws Exception {
        ListenableFuture<?> nullFuture = immediateFuture(null);
        ListenableFuture<?> chainedFuture =
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        return new AsyncFunction<I, O>() {
          @Override
          public ListenableFuture<O> apply(I input) {
            return output;
          }
        };
      }
    
      @J2ktIncompatible // Wildcard generics
      public void testTransformAsync_genericsWildcard_AsyncFunction() throws Exception {
        ListenableFuture<?> nullFuture = immediateFuture(null);
        ListenableFuture<?> chainedFuture =
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_test.go

    			expectedClusters:     []string{"BlackHoleCluster", "InboundPassthroughCluster", "PassthroughCluster", "outbound|8080||test.com"},
    		},
    		{
    			name:     "destination rule with wildcard matching hosts",
    			services: []*model.Service{testService1},
    			configs: []config.Config{{
    				Meta: config.Meta{
    					GroupVersionKind: gvk.DestinationRule,
    					Name:             "test-desinationrule",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  4. src/crypto/x509/verify_test.go

    	if err != nil {
    		t.Fatalf("failed to parse certificate: %s", err)
    	}
    
    	if err := c.VerifyHostname("label"); err == nil {
    		t.Fatalf("VerifyHostname unexpected success with bare wildcard SAN")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

                "type": "string"
              },
              "operator": {
                "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.",
                "type": "string"
              },
              "tolerationSeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

                "items": {
                  "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

                "items": {
                  "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "string"
            },
            "operator": {
              "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.",
              "type": "string"
            },
            "tolerationSeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    .Values.global.istiod.enableAnalysis }} - apiGroups: ["config.istio.io", "security.istio.io", "networking.istio.io", "authentication.istio.io", "rbac.istio.io", "telemetry.istio.io", "extensions.istio.io"] verbs: ["update"] # TODO: should be on just */status but wildcard is not supported resources: ["*"] # Needed because status reporter sets the config map owner reference to the istiod pod - apiGroups: [""] verbs: ["update"] resources: ["pods/finalizers"] {{- end }} - apiGroups: ["networking.istio.io"] verbs: [ "get",...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top