Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for captureMode (0.46 sec)

  1. pilot/pkg/networking/core/cluster_test.go

    		{
    			Service: service,
    			Port: model.ServiceInstancePort{
    				ServicePort: servicePort,
    				TargetPort:  7443,
    			},
    		},
    	}
    
    	ingress := &networking.IstioIngressListener{
    		CaptureMode:     networking.CaptureMode_NONE,
    		DefaultEndpoint: "127.0.0.1:7020",
    		Port: &networking.SidecarPort{
    			Number:   7443,
    			Name:     "grpc-core",
    			Protocol: "GRPC",
    		},
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    traffic from the attached workload instance to other services in the mesh. items: properties: bind: description: The IP(IPv4 or IPv6) or the Unix domain socket to which the listener should be bound to. type: string captureMode: description: When the bind address is an IP, the captureMode option dictates how traffic to the listener is expected to be captured (or not). enum: - DEFAULT - IPTABLES - NONE type: string hosts: description: One or more service hosts exposed by the listener in `namespace/dnsName`...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  3. pkg/config/validation/validation_test.go

    						Protocol: "http",
    						Number:   0,
    						Name:     "uds",
    					},
    					Hosts: []string{
    						"ns1/bar.com",
    					},
    					Bind:        "unix:///@foo/bar/com",
    					CaptureMode: networking.CaptureMode_IPTABLES,
    				},
    			},
    		}, false, false},
    		{"duplicate UDS bind", &networking.Sidecar{
    			Egress: []*networking.IstioEgressListener{
    				{
    					Port: &networking.SidecarPort{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
Back to top