VirtualNodeSpecListenerOutlierDetection

data class VirtualNodeSpecListenerOutlierDetection(val baseEjectionDuration: VirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration, val interval: VirtualNodeSpecListenerOutlierDetectionInterval, val maxEjectionPercent: Int, val maxServerErrors: Int)

Constructors

Link copied to clipboard
constructor(baseEjectionDuration: VirtualNodeSpecListenerOutlierDetectionBaseEjectionDuration, interval: VirtualNodeSpecListenerOutlierDetectionInterval, maxEjectionPercent: Int, maxServerErrors: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Base amount of time for which a host is ejected.

Link copied to clipboard

Time interval between ejection sweep analysis.

Link copied to clipboard

Maximum percentage of hosts in load balancing pool for upstream service that can be ejected. Will eject at least one host regardless of the value. Minimum value of 0. Maximum value of 100.

Link copied to clipboard

Number of consecutive 5xx errors required for ejection. Minimum value of 1.