Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DispatcherFunc ¶
DispatcherFunc is a function that will be dispatched to handle a payload.
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
NewManager creates an instance of Manager.
type NotFoundError ¶
type NotFoundError struct {
Path string
}
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
type Payload ¶
type Payload map[string]interface{}
Payload is an action payload.
func (Payload) GroupVersionKind ¶
func (p Payload) GroupVersionKind() (schema.GroupVersionKind, error)
GroupVersionKind extracts a GroupVersionKind from a payload.
Click to show internal directories.
Click to hide internal directories.