MCPcopy Index your code
hub / github.com/OpenFunction/OpenFunction / SetMessage

Method SetMessage

apis/events/v1alpha1/event.go:146–149  ·  view source on GitHub ↗

SetMessage sets the optional reason for the condition

(message string)

Source from the content-addressed store, hash-verified

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

Callers 9

handleEventBusMethod · 0.80
handleSinkMethod · 0.80
handleEventSourceMethod · 0.80
createOrUpdateTriggerMethod · 0.80
handleEventBusMethod · 0.80
handleSubscriberMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected