Skip to content

Commit

Permalink
fix(): add requeueOnFailure field
Browse files Browse the repository at this point in the history
Signed-off-by: RohanKumarMainali <rohan.manali@aveshasystems.com>
  • Loading branch information
RohanKumarMainali committed Jan 10, 2025
1 parent 062801c commit b3fd73e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions pkg/controller/v1alpha1/cluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ type ClusterSpec struct {
ClusterProperty ClusterProperty `json:"clusterProperty,omitempty"`
// EnableAutoEviction is a flag to enable auto eviction feature for the given cluster
EnableAutoEviction bool `json:"enableAutoEviction,omitempty"`
RequeueOnFailure bool `json:"requeueOnFailure,omitempty"`
}

type ClusterProperty struct {
Expand Down
7 changes: 4 additions & 3 deletions pkg/controller/v1alpha1/zz_generated.deepcopy.go

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

1 change: 0 additions & 1 deletion pkg/worker/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 b3fd73e

Please sign in to comment.