Skip to content

Commit

Permalink
add comment to v1alpha3 conversion.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevcich committed Nov 15, 2024
1 parent a79afb1 commit 32373c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/v1alpha3/conversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,9 @@ func (dst *NnfSystemStorageList) ConvertFrom(srcRaw conversion.Hub) error {
return apierrors.NewMethodNotSupported(resource("NnfSystemStorageList"), "ConvertFrom")
}

// The conversion-gen tool dropped these from zz_generated.conversion.go to
// force us to acknowledge that we are addressing the conversion requirements.

// Convert_v1alpha3_NnfStorageProfileCmdLines_To_v1alpha4_NnfStorageProfileCmdLines is an autogenerated conversion function.
func Convert_v1alpha3_NnfStorageProfileCmdLines_To_v1alpha4_NnfStorageProfileCmdLines(in *NnfStorageProfileCmdLines, out *v1alpha4.NnfStorageProfileCmdLines, s apiconversion.Scope) error {
return autoConvert_v1alpha3_NnfStorageProfileCmdLines_To_v1alpha4_NnfStorageProfileCmdLines(in, out, s)
Expand Down

0 comments on commit 32373c7

Please sign in to comment.