Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for defaultEndpoint (0.18 sec)

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

    						Name:     "uds",
    					},
    					Bind:            "1.1.1.1",
    					DefaultEndpoint: "127.0.0.1:8083",
    				},
    				{
    					Port: &networking.SidecarPort{
    						Number:   8084,
    						Protocol: "HTTP",
    						Name:     "uds",
    					},
    					Bind:            "1.1.1.1",
    					DefaultEndpoint: "127.0.0.1:8084",
    				},
    				{
    					// not conflict with service port
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/sidecar_simulation_test.go

    								Number:   80,
    								Protocol: "HTTP",
    								Name:     "http",
    							},
    							DefaultEndpoint: "127.0.0.1:8080",
    						},
    						{
    							Port: &networking.SidecarPort{
    								Number:   81,
    								Protocol: "HTTP",
    								Name:     "http",
    							},
    							DefaultEndpoint: "127.0.0.1:8080",
    						},
    					}},
    				},
    			},
    			clusters: map[string][]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top