Versions in this module Expand all Collapse all v0 v0.7.0 Oct 23, 2020 Changes in this version + type ResourceDispatchedController struct + Controllers map[string]model.ExperimentController + func NewDispatcherExecutor(client *channel.Client) *ResourceDispatchedController + func (e *ResourceDispatchedController) Create(bladeName string, expSpec v1alpha1.ExperimentSpec) v1alpha1.ExperimentStatus + func (e *ResourceDispatchedController) Destroy(bladeName string, expSpec v1alpha1.ExperimentSpec, ...) v1alpha1.ExperimentStatus + func (e *ResourceDispatchedController) Name() string