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

Convert Pod Volume Restore resource/controller to the Kubebuilder framework #4655

Merged
merged 1 commit into from
May 5, 2022

Conversation

ywk253100
Copy link
Contributor

Convert Pod Volume Restore resource/controller to the Kubebuilder framework

Fixes #4134

Signed-off-by: Wenkai Yin(尹文开) yinw@vmware.com

Thank you for contributing to Velero!

Please add a summary of your change

Does your change fix a particular issue?

Fixes #(issue)

Please indicate you've done the following:

  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Created a changelog file or added /kind changelog-not-required as a comment on this pull request.
  • Updated the corresponding documentation in site/content/docs/main.

@ywk253100 ywk253100 force-pushed the 220214_pod_volume_restore branch 4 times, most recently from 9599b66 to aabf9a9 Compare March 7, 2022 02:22
blackpiglet
blackpiglet previously approved these changes Mar 8, 2022
@ywk253100 ywk253100 force-pushed the 220214_pod_volume_restore branch 2 times, most recently from 80ab6da to 12e3081 Compare April 25, 2022 02:28
@ywk253100 ywk253100 changed the title Convert Pod Volume Restore resource/controller to the Kubebuilder framework [WIP]Convert Pod Volume Restore resource/controller to the Kubebuilder framework Apr 25, 2022
…mework

Convert Pod Volume Restore resource/controller to the Kubebuilder framework

Fixes vmware-tanzu#4134

Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
@ywk253100 ywk253100 changed the title [WIP]Convert Pod Volume Restore resource/controller to the Kubebuilder framework Convert Pod Volume Restore resource/controller to the Kubebuilder framework Apr 26, 2022
jsonPath: .spec.pod.namespace
name: Namespace
type: string
- description: Name of the pod containing the volume to be restored
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's the name of the pod not the name of PVR, and it shows as column Pod when running kubectl

@reasonerjt reasonerjt merged commit 6281646 into vmware-tanzu:main May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert Pod Volume Restore resource/controller to the Kubebuilder framework
3 participants