Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Default ¶
type Default struct {
}
Default handler implements Handler interface, print each event with JSON format
func (*Default) Init ¶
Init initializes handler configuration Do nothing for default handler
func (*Default) ObjectCreated ¶
func (d *Default) ObjectCreated(obj interface{})
ObjectCreated is called when a CRD object is created
Source Files
¶
- handler.go
Click to show internal directories.
Click to hide internal directories.