Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var JvmSpecFileForYaml = ""
Functions ¶
func NewExpController ¶
func NewExpController(client *channel.Client) model.ExperimentController
func NewResourceModelSpec ¶
func NewResourceModelSpec(client *channel.Client) model.ResourceExpModelSpec
NewResourceModelSpec returns the container model spec
Types ¶
type ExpController ¶
type ExpController struct {
model.BaseExperimentController
}
func (*ExpController) Create ¶
func (e *ExpController) Create(ctx context.Context, expSpec v1alpha1.ExperimentSpec) *spec.Response
Create an experiment about container
func (*ExpController) Destroy ¶
func (e *ExpController) Destroy(ctx context.Context, expSpec v1alpha1.ExperimentSpec, oldExpStatus v1alpha1.ExperimentStatus) *spec.Response
Destroy
func (*ExpController) Name ¶
func (*ExpController) Name() string
type ResourceModelSpec ¶
type ResourceModelSpec struct {
model.BaseResourceExpModelSpec
}
Click to show internal directories.
Click to hide internal directories.