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

Add documentation about status-include-resources and status-exclude-resources #6237

Closed
mkemmerz opened this issue May 8, 2023 · 1 comment · Fixed by #8098
Closed

Add documentation about status-include-resources and status-exclude-resources #6237

mkemmerz opened this issue May 8, 2023 · 1 comment · Fixed by #8098
Assignees
Milestone

Comments

@mkemmerz
Copy link

mkemmerz commented May 8, 2023

Describe the problem/challenge you have
I found some tutorial about Velero where the flags were used but I was not able to find official documentation about the flags. I had to check the source code and CRD definitions to understand what the flags are doing.

Describe the solution you'd like
Velero offers documentation about the flags. They should describe what the status is doing and which sideeffects it might have.

Source Code reference:
https://github.com/vmware-tanzu/velero/blame/main/pkg/cmd/cli/restore/create.go#L121
CRD reference:

description: RestoreStatus specifies which resources we should restore

@reasonerjt
Copy link
Contributor

I found actually there is information about restoresStatus in the doc about restore API:
https://velero.io/docs/v1.14/api-types/restore/

Will add a section in Restore reference in the doc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants