Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 366 for networkingv1 (0.42 sec)

  1. pilot/pkg/model/sidecar_test.go

    		want map[int]*networking.ConnectionPoolSettings
    	}{
    		"no settings": {
    			sidecar: &networking.Sidecar{},
    			want: map[int]*networking.ConnectionPoolSettings{
    				22:  nil,
    				80:  nil,
    				443: nil,
    			},
    		},
    		"no settings multiple ports": {
    			sidecar: &networking.Sidecar{
    				Ingress: []*networking.IstioIngressListener{
    					{
    						Port: &networking.SidecarPort{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  2. pilot/pkg/xds/endpoints/endpoint_builder_test.go

    			expectedLabels: nil,
    		},
    		{
    			name: "simple",
    			dr: &config.Config{
    				Spec: &networking.DestinationRule{
    					TrafficPolicy: &networking.TrafficPolicy{
    						OutlierDetection: &networking.OutlierDetection{
    							ConsecutiveErrors: 5,
    						},
    						LoadBalancer: &networking.LoadBalancerSettings{
    							LocalityLbSetting: &networking.LocalityLoadBalancerSetting{
    								FailoverPriority: []string{
    									"a",
    									"b",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  3. pilot/pkg/model/push_context_test.go

    			Spec: &networking.EnvoyFilter{
    				ConfigPatches: []*networking.EnvoyFilter_EnvoyConfigObjectPatch{
    					{
    						ApplyTo: networking.EnvoyFilter_HTTP_FILTER,
    						Patch: &networking.EnvoyFilter_Patch{
    							Operation: networking.EnvoyFilter_Patch_INSERT_BEFORE,
    							Value:     buildPatchStruct(`{"name": "filter-1"}`),
    						},
    						Match: &networking.EnvoyFilter_EnvoyConfigObjectMatch{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/gateway_test.go

    					Spec: &networking.Gateway{
    						Servers: []*networking.Server{
    							{
    								Port:  &networking.Port{Name: "http", Number: 443, Protocol: "HTTPS"},
    								Hosts: []string{"*.example.com"},
    								Tls:   &networking.ServerTLSSettings{CredentialName: "test", Mode: networking.ServerTLSSettings_SIMPLE},
    							},
    							{
    								Port:  &networking.Port{Name: "http", Number: 80, Protocol: "HTTP"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/cluster_test.go

    			[]*networking.EnvoyFilter{{
    				ConfigPatches: []*networking.EnvoyFilter_EnvoyConfigObjectPatch{{
    					ApplyTo: networking.EnvoyFilter_CLUSTER,
    					Match: &networking.EnvoyFilter_EnvoyConfigObjectMatch{
    						Context: networking.EnvoyFilter_SIDECAR_OUTBOUND,
    					},
    					Patch: &networking.EnvoyFilter_Patch{
    						Operation: networking.EnvoyFilter_Patch_ADD,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/cluster_builder_test.go

    			proxyView:   model.ProxyViewAll,
    			destRule: &networking.DestinationRule{
    				Host: "foo.default.svc.cluster.local",
    				TrafficPolicy: &networking.TrafficPolicy{
    					PortLevelSettings: []*networking.TrafficPolicy_PortTrafficPolicy{
    						{
    							Port: &networking.PortSelector{Number: uint32(servicePort[0].Port)},
    							Tls:  &networking.ClientTLSSettings{Mode: networking.ClientTLSSettings_SIMPLE},
    						},
    					},
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/route/retry/retry_test.go

    	wrappers "google.golang.org/protobuf/types/known/wrapperspb"
    
    	networking "istio.io/api/networking/v1alpha3"
    	"istio.io/istio/pilot/pkg/networking/core/route/retry"
    	"istio.io/istio/pilot/pkg/util/protoconv"
    )
    
    func TestRetry(t *testing.T) {
    	testCases := []struct {
    		name       string
    		route      *networking.HTTPRoute
    		assertFunc func(g *WithT, policy *envoyroute.RetryPolicy)
    	}{
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  8. pkg/config/schema/gvr/resources.gen.go

    	Gateway_v1beta1                = schema.GroupVersionResource{Group: "networking.istio.io", Version: "v1beta1", Resource: "gateways"}
    	Gateway_v1                     = schema.GroupVersionResource{Group: "networking.istio.io", Version: "v1", Resource: "gateways"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  9. pkg/config/validation/agent/validation_test.go

    				Failover: []*networking.LocalityLoadBalancerSetting_Failover{
    					{
    						From: "region1/zone1",
    						To:   "region2",
    					},
    				},
    			},
    			outlier: &networking.OutlierDetection{},
    			err:     true,
    			warn:    false,
    		},
    		{
    			name: "invalid failover dst contain '/' separator",
    			in: &networking.LocalityLoadBalancerSetting{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  10. pilot/pkg/model/gateway_test.go

    				},
    				{
    					Hosts: []string{"a.apps.svc.cluster.local", "b.apps.svc.cluster.local"},
    					Port:  &networking.Port{Name: "tls", Number: 15443, Protocol: "TLS"},
    					Tls:   &networking.ServerTLSSettings{Mode: networking.ServerTLSSettings_AUTO_PASSTHROUGH},
    				},
    			},
    		},
    	}
    	svc := &Service{
    		Attributes: ServiceAttributes{
    			Labels: map[string]string{},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 02:36:23 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top