Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions api/v1beta1/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@ type HelmUpgradeOptions struct {

// Recreate will (if true) recreate pods after a rollback.
// +kubebuilder:default:=false
//
// Deprecated: This field is no longer supported
//
// +optional
Recreate bool `json:"recreate,omitempty"`

Expand Down
5 changes: 2 additions & 3 deletions api/v1beta1/zz_generated.deepcopy.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,10 @@ spec:
type: integer
recreate:
default: false
description: Recreate will (if true) recreate pods after
a rollback.
description: |-
Recreate will (if true) recreate pods after a rollback.

Deprecated: This field is no longer supported
type: boolean
resetThenReuseValues:
default: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,10 @@ spec:
type: integer
recreate:
default: false
description: Recreate will (if true) recreate pods
after a rollback.
description: |-
Recreate will (if true) recreate pods after a rollback.

Deprecated: This field is no longer supported
type: boolean
resetThenReuseValues:
default: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,10 @@ spec:
type: integer
recreate:
default: false
description: Recreate will (if true) recreate pods
after a rollback.
description: |-
Recreate will (if true) recreate pods after a rollback.

Deprecated: This field is no longer supported
type: boolean
resetThenReuseValues:
default: false
Expand Down
6 changes: 4 additions & 2 deletions config/crd/bases/config.projectsveltos.io_profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,10 @@ spec:
type: integer
recreate:
default: false
description: Recreate will (if true) recreate pods after
a rollback.
description: |-
Recreate will (if true) recreate pods after a rollback.

Deprecated: This field is no longer supported
type: boolean
resetThenReuseValues:
default: false
Expand Down
Loading