Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for outlier_detection (0.43 sec)

  1. istioctl/pkg/describe/describe.go

    					ps.LoadBalancer,
    					ps.ConnectionPool,
    					ps.OutlierDetection); sp != "" {
    					fmt.Fprintf(writer, "%s%s", printSpaces(initPrintNum+printLevel2), sp)
    				}
    			}
    		}
    	}
    }
    
    func recordShortPolicies(lb *v1alpha3.LoadBalancerSettings,
    	connectionPool *v1alpha3.ConnectionPoolSettings,
    	outlierDetection *v1alpha3.OutlierDetection,
    ) string {
    	extra := make([]string, 0)
    	if lb != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  2. 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)
  3. 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