Skip to content

Commit

Permalink
(enhancement)engine_types: add nodeSelector to experiment component s…
Browse files Browse the repository at this point in the history
…pec (#239)

Signed-off-by: ksatchit <[email protected]>
  • Loading branch information
Karthik Satchitanand authored Jul 4, 2020
1 parent 4fb2332 commit 5a5aeb9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apis/litmuschaos/v1alpha1/chaosengine_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ type ExperimentComponents struct {
Secrets []Secret `json:"secrets,omitempty"`
ExperimentAnnotations map[string]string `json:"experimentannotation,omitempty"`
ExperimentImage string `json:"experimentImage,omitempty"`
NodeSelector map[string]string `json:"nodeSelector,omitempty"`
}

// ExperimentENV varibles to override the default values in chaosexperiment
Expand Down
7 changes: 7 additions & 0 deletions pkg/apis/litmuschaos/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a5aeb9

Please sign in to comment.