Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for baseEjectionTime (0.2 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    object simple: enum: - UNSPECIFIED - LEAST_CONN - RANDOM - PASSTHROUGH - ROUND_ROBIN - LEAST_REQUEST type: string warmupDurationSecs: description: Represents the warmup duration of Service. type: string type: object outlierDetection: properties: baseEjectionTime: description: Minimum ejection duration. type: string consecutive5xxErrors: description: Number of 5xx errors before a host is ejected from the connection pool. nullable: true type: integer consecutiveErrors: format: int32 type: integer consecutiveGatewayEr:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  2. pkg/config/validation/validation_test.go

    		in    *networking.OutlierDetection
    		valid bool
    		warn  bool
    	}{
    		{name: "valid outlier detection", in: &networking.OutlierDetection{
    			Interval:           &durationpb.Duration{Seconds: 2},
    			BaseEjectionTime:   &durationpb.Duration{Seconds: 2},
    			MaxEjectionPercent: 50,
    		}, valid: true},
    
    		{
    			name: "invalid outlier detection, bad interval", in: &networking.OutlierDetection{
    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