Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SuccessThresh (0.08 sec)

  1. pkg/istio-agent/health/health_check.go

    	prober Prober
    }
    
    // internal field purely for convenience
    type applicationHealthCheckConfig struct {
    	InitialDelay   time.Duration
    	ProbeTimeout   time.Duration
    	CheckFrequency time.Duration
    	SuccessThresh  int
    	FailThresh     int
    }
    
    type ProbeEvent struct {
    	Healthy          bool
    	UnhealthyStatus  int32
    	UnhealthyMessage string
    }
    
    const (
    	lastStateUndefined = iota
    	lastStateHealthy
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 21 03:06:44 UTC 2021
    - 5.7K bytes
    - Viewed (0)
Back to top