SetMessage sets the optional reason for the condition
(message string)
| 144 | |
| 145 | // SetMessage sets the optional reason for the condition |
| 146 | func (c *Condition) SetMessage(message string) *Condition { |
| 147 | c.Message = message |
| 148 | return c |
| 149 | } |
| 150 | |
| 151 | type GenericScaleOption struct { |
| 152 | PollingInterval *int32 `json:"pollingInterval,omitempty"` |
no outgoing calls
no test coverage detected