Skip to content

Commit

Permalink
(enhancement)types: add imagepullpolicy as an experiment attribute (#217
Browse files Browse the repository at this point in the history
)

Signed-off-by: ksatchit <[email protected]>
  • Loading branch information
Karthik Satchitanand authored Jun 10, 2020
1 parent ff40994 commit ce489b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/apis/litmuschaos/v1alpha1/chaosexperiment_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ type ExperimentDef struct {
// Default labels of the runner pod
// +optional
Labels map[string]string `json:"labels"`
// Image of the chaos executor
// Image of the chaos experiment
Image string `json:"image"`
// ImagePullPolicy of the chaos experiment container
ImagePullPolicy string `json:"imagePullPolicy,omitempty"`
//Scope specifies the service account scope (& thereby blast radius) of the experiment
Scope string `json:"scope"`
// List of Permission needed for a service account to execute experiment
Expand Down

0 comments on commit ce489b7

Please sign in to comment.