Skip to content

Commit b3fd73e

Browse files
fix(): add requeueOnFailure field
Signed-off-by: RohanKumarMainali <rohan.manali@aveshasystems.com>
1 parent 062801c commit b3fd73e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

pkg/controller/v1alpha1/cluster_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ type ClusterSpec struct {
5959
ClusterProperty ClusterProperty `json:"clusterProperty,omitempty"`
6060
// EnableAutoEviction is a flag to enable auto eviction feature for the given cluster
6161
EnableAutoEviction bool `json:"enableAutoEviction,omitempty"`
62+
RequeueOnFailure bool `json:"requeueOnFailure,omitempty"`
6263
}
6364

6465
type ClusterProperty struct {

pkg/controller/v1alpha1/zz_generated.deepcopy.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/worker/v1alpha1/zz_generated.deepcopy.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)