Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for scooby (0.16 sec)

  1. pilot/pkg/serviceregistry/serviceentry/conversion_test.go

    				Spec: &networking.WorkloadEntry{
    					Address:        "scooby.com",
    					ServiceAccount: "scooby",
    				},
    			},
    			out: &model.WorkloadInstance{
    				Namespace: "ns1",
    				Kind:      model.WorkloadEntryKind,
    				Endpoint: &model.IstioEndpoint{
    					Labels: map[string]string{
    						"topology.istio.io/cluster": clusterID,
    					},
    					Address:        "scooby.com",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 39K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/envoyfilter/rc_patch_test.go

    						ObjectTypes: &networking.EnvoyFilter_EnvoyConfigObjectMatch_RouteConfiguration{
    							RouteConfiguration: &networking.EnvoyFilter_RouteConfigurationMatch{Name: "scooby.80"},
    						},
    					},
    				},
    				rc: &route.RouteConfiguration{Name: "scooby.90"},
    			},
    			want: false,
    		},
    		{
    			name: "sidecar port match",
    			args: args{
    				patchContext: networking.EnvoyFilter_SIDECAR_OUTBOUND,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  3. pilot/pkg/model/gateway_test.go

    				},
    			},
    		},
    	}
    	return c
    }
    
    func BenchmarkParseGatewayRDSRouteName(b *testing.B) {
    	for range b.N {
    		ParseGatewayRDSRouteName("https.443.app1.gw1.ns1")
    		ParseGatewayRDSRouteName("https.scooby.dooby.doo")
    		ParseGatewayRDSRouteName("http.80")
    	}
    }
    
    func TestParseGatewayRDSRouteName(t *testing.T) {
    	type args struct {
    		name string
    	}
    	tests := []struct {
    		name           string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 02:36:23 UTC 2024
    - 9K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/envoyfilter/cluster_patch_test.go

    				matchCondition: &networking.EnvoyFilter_EnvoyConfigObjectMatch{
    					ObjectTypes: &networking.EnvoyFilter_EnvoyConfigObjectMatch_Cluster{
    						Cluster: &networking.EnvoyFilter_ClusterMatch{Name: "scooby"},
    					},
    				},
    				cluster: &cluster.Cluster{Name: "scrappy"},
    			},
    			want: false,
    		},
    		{
    			name: "subset mismatch",
    			args: args{
    				proxy:     &model.Proxy{Type: model.SidecarProxy},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    				Operation: networking.EnvoyFilter_Patch_MERGE,
    				Value: buildPatchStruct(`{"typed_config": {
    "@type": "type.googleapis.com/envoy.extensions.filters.http.fault.v3.HTTPFault",
    "upstream_cluster": "scooby"}}`),
    			},
    		},
    		{
    			ApplyTo: networking.EnvoyFilter_NETWORK_FILTER,
    			Match: &networking.EnvoyFilter_EnvoyConfigObjectMatch{
    				Context: networking.EnvoyFilter_SIDECAR_INBOUND,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  6. pilot/pkg/xds/endpoints/ep_filters_test.go

    	}
    	ds.MemRegistry.AddGateways(origGateways...)
    	// Also add a hostname-based Gateway, which will be rejected.
    	ds.MemRegistry.AddGateways(model.NetworkGateway{
    		Network: "network2",
    		Addr:    "aeiou.scooby.do",
    		Port:    80,
    	})
    
    	// Run the tests and ensure that the new gateway is never used.
    	runNetworkFilterTest(t, ds, networkFiltered, "")
    }
    
    type networkFilterCase struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  7. pkg/config/validation/validation_test.go

    				Servers: []*networking.Server{
    					{
    						Hosts: []string{"foo.bar.com"},
    						Port:  &networking.Port{Name: "foo", Number: 80, Protocol: "http"},
    					},
    					{
    						Hosts: []string{"scooby.doo.com"},
    						Port:  &networking.Port{Name: "foo", Number: 8080, Protocol: "http"},
    					},
    				},
    			},
    			"port names", "",
    		},
    		{
    			"invalid domain",
    			&networking.Gateway{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  8. ci/devinfra/docker_windows/Dockerfile

        sdkmanager 'ndk;25.1.8937393'; \
        sdkmanager 'build-tools;27.0.3';
    
    # Install Scoop and packages
    RUN iex \"& {$(irm get.scoop.sh)} -RunAsAdmin\"; \
        scoop install perl; \
        scoop install bazel; \
        scoop install cuda; \
        scoop install azure-functions-core-tools; \
        scoop install azure-cli;
    
    # Setting environment variables
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 18 17:24:20 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  9. docs/pl/docs/tutorial/index.md

    Najpierw jednak  powinieneś przeczytać **Samouczek** (czytasz go teraz).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Jun 24 14:47:15 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  10. src/runtime/arena_test.go

    		t.Error("Clone should not have made a copy")
    	}
    
    	// Clone should not make a copy of s, since s is a static string.
    	sCopy := UserArenaClone(s)
    	if unsafe.StringData(s) != unsafe.StringData(sCopy) {
    		t.Error("Clone should not have made a copy")
    	}
    
    	a.Free()
    }
    
    func TestUserArenaClonePointer(t *testing.T) {
    	a := NewUserArena()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top