Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deps ¶
type Deps struct {
Log logging.Logger
Publish *kvdbsync.Plugin // KeyProtoValWriter does not define Delete
}
Deps defines dependencies for NodeConfig CRD Handler.
type Handler ¶
type Handler struct {
Deps
}
Handler handler implements Handler interface,
func (*Handler) Init ¶
Init initializes handler configuration NodeConfig Handler will be taking action on resource CRUD
func (*Handler) ObjectCreated ¶
func (h *Handler) ObjectCreated(obj interface{})
ObjectCreated is called when a CRD object is created
Source Files
¶
- node_config_handler.go
Click to show internal directories.
Click to hide internal directories.