Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for outlier_detection (0.36 sec)

  1. pilot/pkg/model/push_context_test.go

    						MaxRetries: 33,
    					},
    					Tcp: &networking.ConnectionPoolSettings_TCPSettings{
    						ConnectTimeout: &durationpb.Duration{Seconds: 33},
    					},
    				},
    				OutlierDetection: &networking.OutlierDetection{
    					Consecutive_5XxErrors: &wrapperspb.UInt32Value{Value: 3},
    				},
    				Tls: &networking.ClientTLSSettings{
    					Mode: networking.ClientTLSSettings_SIMPLE,
    				},
    			},
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  2. pilot/pkg/model/sidecar_test.go

    						MaxRetries: 33,
    					},
    					Tcp: &networking.ConnectionPoolSettings_TCPSettings{
    						ConnectTimeout: &durationpb.Duration{Seconds: 33},
    					},
    				},
    				OutlierDetection: &networking.OutlierDetection{
    					Consecutive_5XxErrors: &wrapperspb.UInt32Value{Value: 3},
    				},
    			},
    		},
    	}
    	mergedDr1and3 = config.Config{
    		Meta: config.Meta{
    			Name:      "drRule1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
Back to top