Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeEvent ¶
type ChangeEvent struct {
Summary string `json:"summary"`
}
type ChangeEventAction ¶
type ChangeEventAction struct { Action string `json:"action"` ChangeEvent ChangeEvent `json:"change_event"` }
type CommandExtension ¶
type Data ¶
type Data struct { Callback Callback `json:"callback"` CommandArguments []string `json:"command_arguments"` CommandExtension CommandExtension `json:"command_extension"` FirehydrantUser FirehydrantUser `json:"firehydrant_user"` Payload interface{} `json:"payload"` PayloadType string `json:"payload_type"` }
type FirehydrantUser ¶
type NewNoteAction ¶
type ReplyToChatAction ¶
type Response ¶
func ReplyForRestart ¶
func ReplyForRestart(old, new *appsv1.Deployment) (*Response, error)
Click to show internal directories.
Click to hide internal directories.