Skip to content

Commit

Permalink
Added ShouldRevertToOd field in DeallocationConfig (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
chandra1-n authored Dec 18, 2024
1 parent 8fd51e8 commit 3bf86d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/stateful/providers/azure/statefulNode.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ type DeallocationConfig struct {
SnapshotDeallocationConfig *ResourceDeallocationConfig `json:"snapshotDeallocationConfig,omitempty"`
PublicIPDeallocationConfig *ResourceDeallocationConfig `json:"publicIpDeallocationConfig,omitempty"`
ShouldDeregisterFromLb *bool `json:"shouldDeregisterFromLb,omitempty"`
ShouldRevertToOd *bool `json:"shouldRevertToOd,omitempty"`
}

type ResourceDeallocationConfig struct {
Expand Down

0 comments on commit 3bf86d8

Please sign in to comment.