Searched defs:ThresholdsConfig (Results 1 – 2 of 2) sorted by relevance
137 type ThresholdsConfig struct { struct138 Mode ThresholdsMode `json:"mode"`141 Steps []Threshold `json:"steps"`
24 export interface ThresholdsConfig { interface