Skip to content

Commit

Permalink
finish comment as highlighted in review
Browse files Browse the repository at this point in the history
Signed-off-by: everettraven <[email protected]>
  • Loading branch information
everettraven committed Apr 12, 2024
1 parent 971c03a commit b192141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kapp/crdupgradesafety/change_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ type ChangeValidation func(diff FieldDiff) (bool, error)
// If either of the above scenarios are not satisfied an error
// representing the failure will be returned.
// Additionally, a boolean representation of whether or not the change
// is fully handled (i.e nothing but enum values were changed) is returned
func EnumChangeValidation(diff FieldDiff) (bool, error) {
// This function resets the enum values for the
// old and new field and compares them to determine
Expand Down

0 comments on commit b192141

Please sign in to comment.