Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuntimeHookDispatcher ¶
type RuntimeHookDispatcher struct {
// contains filtered or unexported fields
}
RuntimeHookDispatcher dispatches hook request to RuntimeHookServer(e.g. koordlet)
func NewRuntimeDispatcher ¶
func NewRuntimeDispatcher() *RuntimeHookDispatcher
func (*RuntimeHookDispatcher) Dispatch ¶
func (rd *RuntimeHookDispatcher) Dispatch(ctx context.Context, runtimeRequestPath config.RuntimeRequestPath, stage config.RuntimeHookStage, request interface{}) (interface{}, error, config.FailurePolicyType)
Click to show internal directories.
Click to hide internal directories.