Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 95 for Destinations (0.27 sec)

  1. pilot/pkg/config/kube/gateway/conversion.go

    		// We don't have a great way to do it. TODO: add a fault injection API for TCP?
    		return &istio.TCPRoute{
    			Route: []*istio.RouteDestination{{
    				Destination: &istio.Destination{
    					Host:   "internal.cluster.local",
    					Subset: "zero-weight",
    					Port:   &istio.PortSelector{Number: 65535},
    				},
    				Weight: 0,
    			}},
    		}, nil
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  2. tests/integration/security/authz_test.go

    							allow: allow,
    						},
    
    						// Test destination IP
    						{
    							path:  "/destination-ip-good",
    							allow: true,
    						},
    						{
    							path:  "/destination-ip-bad",
    							allow: false,
    						},
    						{
    							path:  "/destination-ip-notValues",
    							allow: false,
    						},
    
    						// Test destination port
    						{
    							path:  "/destination-port-good",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  3. cmd/xl-storage_test.go

    		// TestXLStorage case - 7.
    		// TestXLStorage to check failure of source and destination are not same type.
    		{
    			srcVol:      "src-vol",
    			destVol:     "dest-vol",
    			srcPath:     "path/",
    			destPath:    "file-one",
    			expectedErr: errFileAccessDenied,
    		},
    		// TestXLStorage case - 8.
    		// TestXLStorage to check failure of destination directory exists.
    		{
    			srcVol:      "src-vol",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Apr 11 17:45:28 UTC 2024
    - 66.7K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/parameters/BuildProgressListenerAdapter.java

            OperationDescriptor parent = getParentDescriptor(descriptor.getParentId());
            Destination destination = Destination.fromCode(event.getResult().getDestination());
            String message = event.getResult().getMessage();
            return new DefaultTestOutputOperationDescriptor(descriptor, parent, destination, message);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 67.5K bytes
    - Viewed (0)
  5. cmd/erasure-server-pool.go

    	}
    
    	if cpSrcDstSame && srcInfo.metadataOnly {
    		// Version ID is set for the destination and source == destination version ID.
    		if dstOpts.VersionID != "" && srcOpts.VersionID == dstOpts.VersionID {
    			return z.serverPools[poolIdx].CopyObject(ctx, srcBucket, srcObject, dstBucket, dstObject, srcInfo, srcOpts, dstOpts)
    		}
    		// Destination is not versioned and source version ID is empty
    		// perform an in-place update.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 82.5K bytes
    - Viewed (0)
  6. cmd/api-errors.go

    		Code:           "InvalidArgument",
    		Description:    "A specified destination ARN does not exist or is not well-formed. Verify the destination ARN.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrRegionNotification: {
    		Code:           "InvalidArgument",
    		Description:    "A specified destination is in a different region than the bucket. You must use a destination that resides in the same region as the bucket.",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/sidecar_simulation_test.go

    metadata:
      name: alias
    spec:
      hosts:
      - alias.default.svc.cluster.local
      http:
      - name: "route1"
        match:
        - uri:
            prefix: "/one"
        route:
        - destination:
            host: concrete.default.svc.cluster.local`,
    		kubeConfig: service,
    		calls: []simulation.Expect{
    			{
    				// This work, Host is just an opaque hostname match
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  8. cmd/xl-storage.go

    		dataDir := ver.getDataDir()
    		if dataDir != "" && (xlMeta.SharedDataDirCountStr(reqVID, dataDir) == 0) {
    			// Purge the destination path as we are not preserving anything
    			// versioned object was not requested.
    			res.OldDataDir = dataDir
    			if healing {
    				// if old destination path is same as new destination path
    				// there is nothing to purge, this is true in case of healing
    				// avoid setting OldDataDir at that point.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CopyTaskIntegrationSpec.groovy

                task copy(type: Copy) {
                    outputs.cacheIf { true }
                    ${mutation}
                    from "src.txt"
                    into "destination"
                }
            """
    
            withBuildCache().run "copy"
            file("destination").deleteDir()
    
            when:
            withBuildCache().run "copy"
    
            then:
            noneSkipped()
    
            where:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/listener_test.go

    					{
    						DestinationSubnets: []string{"10.10.0.0/24"},
    						Port:               8080,
    					},
    				},
    				Route: []*networking.RouteDestination{
    					{
    						Destination: &networking.Destination{
    							Host: "test.org",
    							Port: &networking.PortSelector{
    								Number: 80,
    							},
    						},
    						Weight: 100,
    					},
    				},
    			},
    		},
    	}
    )
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
Back to top