Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for scooby (0.13 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/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)
  4. 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)
  5. 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)
  6. 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)
  7. staging/src/k8s.io/apiserver/pkg/util/webhook/certs_test.go

    -----END CERTIFICATE-----`)
    
    var clientKey = []byte(`-----BEGIN RSA PRIVATE KEY-----
    MIIEowIBAAKCAQEAx9B61aokP+gqr+fYHf3a0J8ilKR2GeQndpg9Mn7MH+nXd5DG
    sYqxQ8lISJlY6pGjwHPyk7/ivRDiX19j7xD2YQ0vq6KQ85D3fsqIL/0tJtv0SBa4
    T/73b2ZYiG/SOOY+fhCK5RuFtkxi2/zjE1tquoRD0QlT0F5uO6c+7mQAH1eYEeiC
    AAZAyf46AaQrKyW1dlFZi38LyVQFXtZD0uBiQb81A79lY7KSh8u70bkKaO4KGBED
    zUoGRS4Avaj5SzJeXdXKz7JOGQLaMrlkAlgJWhD06wc020MM9KilvAjseIraeV+2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 28 14:39:30 UTC 2022
    - 16K bytes
    - Viewed (0)
Back to top