Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attachment ¶
type ISink ¶
type MattermostMessage ¶ added in v0.0.28
type MattermostSink ¶ added in v0.0.28
type MattermostSink struct { Endpoint string K8sGPT string Client Client Channel string UserName string IconURL string }
func (*MattermostSink) Configure ¶ added in v0.0.28
func (s *MattermostSink) Configure(config v1alpha1.K8sGPT, c Client, sinkSecretValue string)
func (*MattermostSink) Emit ¶ added in v0.0.28
func (s *MattermostSink) Emit(results v1alpha1.ResultSpec) error
type SlackMessage ¶
type SlackMessage struct { Text string `json:"text"` Attachments []Attachment `json:"attachments"` }
Click to show internal directories.
Click to hide internal directories.