vmware-tanzu / velero

Backup and migrate Kubernetes applications and their persistent volumes
https://velero.io
Apache License 2.0
8.76k stars 1.41k forks source link

Migrate ServerStatusRequest from kubebuilder v2 to v3 #4371

Closed blackpiglet closed 2 years ago

blackpiglet commented 2 years ago

Describe the problem/challenge you have As an item of epic https://github.com/vmware-tanzu/velero/issues/4307, need to migrate ServerStatusRequest from kubebuilder v2 to v3.

Describe the solution you'd like Velero is going to use kubebuilder v3 to generate operator code in v1.8, so migrating ServerStatusRequest that bases on kubebuilder v2 first.

Anything else you would like to add: none

Environment:

Vote on this issue!

This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.

blackpiglet commented 2 years ago

Fixed by PR #4382. Close issue.