Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
Executor defines a fission function executor.
func MakeExecutor ¶
func MakeExecutor(ctx context.Context, logger *zap.Logger, cms *cms.ConfigSecretController, fissionClient versioned.Interface, types map[fv1.ExecutorType]executortype.ExecutorType, informers ...k8sCache.SharedIndexInformer) (*Executor, error)
MakeExecutor returns an Executor for given ExecutorType(s).
func (*Executor) GetHandler ¶ added in v1.7.0
GetHandler returns an http.Handler.
Click to show internal directories.
Click to hide internal directories.