Documentation ¶
Overview ¶
Package tasks registers all the tasks
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskSpec ¶
type TaskSpec struct { // Library where this task is defined. Library string `json:"library" yaml:"library"` // Name (type) of this task. Task string `json:"task" yaml:"task"` // Inputs to this task. With *map[string]interface{} `json:"with" yaml:"with"` }
TaskSpec is an iter8 handler task specification.
Directories ¶
Path | Synopsis |
---|---|
Package experiment enables extraction of useful information from experiment objects and also setting VersionInfo within them.
|
Package experiment enables extraction of useful information from experiment objects and also setting VersionInfo within them. |
Package k8sclient enables in-cluster interaction with Kubernetes API server.
|
Package k8sclient enables in-cluster interaction with Kubernetes API server. |
Package target provides types and methods for targets of iter8 experiments.
|
Package target provides types and methods for targets of iter8 experiments. |
Click to show internal directories.
Click to hide internal directories.