Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix conversion warning for ClientMount.status.AllReady #200

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

roehrich-hpe
Copy link
Contributor

Nothing was lost in the conversion, since AllReady was just a v1alpha2 rollup of the data that was in the common v1alpha1/v1alpha2 status.Mounts list. This just suppresses a warning message.

make generate-go-conversions
See warning.
Create Convert_v1alpha2...to_v1alpha1 function in conversion.go
make verify
make test

Nothing was lost in the conversion, since AllReady was just a v1alpha2 rollup
of the data that was in the common v1alpha1/v1alpha2 status.Mounts list.
This just suppresses a warning message.

make generate-go-conversions
See warning.
Create Convert_v1alpha2...to_v1alpha1 function in conversion.go
make verify
make test

Signed-off-by: Dean Roehrich <[email protected]>
@roehrich-hpe roehrich-hpe merged commit 46247e0 into master Jun 18, 2024
2 checks passed
@roehrich-hpe roehrich-hpe deleted the allready-conv branch June 18, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants