Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteFunc ¶
DeleteFunc knows how to handle resource deletes.
type HandlerFunc ¶
type HandlerFunc struct {
AddFunc AddFunc
DeleteFunc DeleteFunc
}
HandlerFunc is a handler that is created from functions that the Handler interface requires.
func (*HandlerFunc) Add ¶
func (h *HandlerFunc) Add(obj runtime.Object) error
Add satisfies Handler interface.
func (*HandlerFunc) Delete ¶
func (h *HandlerFunc) Delete(s string) error
Delete satisfies Handler interface.
Click to show internal directories.
Click to hide internal directories.