Skip to content

Commit

Permalink
Merge pull request #17 from red-hat-storage/sync_ds--main
Browse files Browse the repository at this point in the history
Syncing latest changes from main for recipe
  • Loading branch information
ShyamsundarR authored Oct 4, 2024
2 parents 401eb0c + c090dc2 commit 2229b1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/v1alpha1/recipe_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ type RecipeSpec struct {
//+listMapKey=name
Hooks []*Hook `json:"hooks,omitempty"`
// Workflow is the sequence of actions to take
//+listType=map
//+listMapKey=name
//+optional
Workflows []*Workflow `json:"workflows"`
}
Expand Down
3 changes: 3 additions & 0 deletions config/crd/bases/ramendr.openshift.io_recipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,9 @@ spec:
- sequence
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
required:
- appType
type: object
Expand Down

0 comments on commit 2229b1b

Please sign in to comment.