Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventMeta ¶ added in v0.1.0
type EventMeta struct { Kind string `json:"kind"` Name string `json:"name"` Namespace string `json:"namespace"` Reason string `json:"reason"` }
EventMeta containes the meta data about the event occurred
type Webhook ¶
type Webhook struct {
Url string
}
Webhook handler implements handler.Handler interface, Notify event to Webhook channel
func (*Webhook) ObjectCreated ¶
func (m *Webhook) ObjectCreated(obj interface{})
ObjectCreated calls notifyWebhook on event creation
func (*Webhook) ObjectDeleted ¶
func (m *Webhook) ObjectDeleted(obj interface{})
ObjectDeleted calls notifyWebhook on event creation
func (*Webhook) ObjectUpdated ¶
func (m *Webhook) ObjectUpdated(oldObj, newObj interface{})
ObjectUpdated calls notifyWebhook on event creation
func (*Webhook) TestHandler ¶ added in v0.1.0
func (m *Webhook) TestHandler()
TestHandler tests the handler configurarion by sending test messages.
Click to show internal directories.
Click to hide internal directories.