File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -377,10 +377,10 @@ type PostMethod struct {
377377type RunProperty struct {
378378 //ProbeTimeout contains timeout for the probe
379379 ProbeTimeout int `json:"probeTimeout,omitempty"`
380- // Interval contains the inverval for the probe
380+ // Interval contains the interval for the probe
381381 Interval int `json:"interval,omitempty"`
382- // Retry contains the retry count for the probe
383- Retry int `json:"retry,omitempty "`
382+ // Attempt contains the total attempt count for the probe
383+ Attempt int `json:"attempt "`
384384 //ProbePollingInterval contains time interval, for which continuous probe should be sleep
385385 // after each iteration
386386 ProbePollingInterval int `json:"probePollingInterval,omitempty"`
Original file line number Diff line number Diff line change @@ -2223,16 +2223,17 @@ spec:
22232223 type : string
22242224 runProperties :
22252225 type : object
2226- minProperties : 2
2226+ minProperties : 3
22272227 required :
22282228 - probeTimeout
22292229 - interval
2230+ - attempt
22302231 properties :
22312232 probeTimeout :
22322233 type : integer
22332234 interval :
22342235 type : integer
2235- retry :
2236+ attempt :
22362237 type : integer
22372238 probePollingInterval :
22382239 type : integer
Original file line number Diff line number Diff line change @@ -2221,16 +2221,17 @@ spec:
22212221 type : string
22222222 runProperties :
22232223 type : object
2224- minProperties : 2
2224+ minProperties : 3
22252225 required :
22262226 - probeTimeout
22272227 - interval
2228+ - attempt
22282229 properties :
22292230 probeTimeout :
22302231 type : integer
22312232 interval :
22322233 type : integer
2233- retry :
2234+ attempt :
22342235 type : integer
22352236 probePollingInterval :
22362237 type : integer
You can’t perform that action at this time.
0 commit comments