-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 description markers for dataupload and datadownload CRDs #7028
Add description markers for dataupload and datadownload CRDs #7028
Conversation
Signed-off-by: Shubham Pampattiwar <[email protected]> add changelog file Signed-off-by: Shubham Pampattiwar <[email protected]>
8a6c37d
to
4dbb262
Compare
Codecov Report
@@ Coverage Diff @@
## main #7028 +/- ##
==========================================
- Coverage 61.03% 61.00% -0.03%
==========================================
Files 252 252
Lines 26898 26898
==========================================
- Hits 16417 16409 -8
- Misses 9319 9326 +7
- Partials 1162 1163 +1 |
@@ -131,6 +131,7 @@ type DataDownloadStatus struct { | |||
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp",description="Time duration since this DataDownload was created" | |||
// +kubebuilder:printcolumn:name="Node",type="string",JSONPath=".status.node",description="Name of the node where the DataDownload is processed" | |||
|
|||
// DataDownload acts as the protocol between data mover plugins and data mover controller for the datamover restore operation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing I would add is that users should not create it, Velero creates it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
User actions aren't referenced in any of the description markers for the CRDs -- that's something that is probably better handled in the user documentation. Also, the description that was added implies that it's not user-managed in any case -- there are several velero CRDs that are like this, it's not unique to these two.
…tanzu#7028) add changelog file Signed-off-by: Shubham Pampattiwar <[email protected]> (cherry picked from commit 23921e5)
…tanzu#7028) add changelog file Signed-off-by: Shubham Pampattiwar <[email protected]> (cherry picked from commit 23921e5) rename changelog file Signed-off-by: Shubham Pampattiwar <[email protected]>
…tanzu#7028) add changelog file Signed-off-by: Shubham Pampattiwar <[email protected]> (cherry picked from commit 23921e5) rename changelog file Signed-off-by: Shubham Pampattiwar <[email protected]> fix PR CI validation errors Signed-off-by: Shubham Pampattiwar <[email protected]>
…12-rel Add description markers for dataupload and datadownload CRDs (#7028)
Thank you for contributing to Velero!
Please add a summary of your change
Add description markers for dataupload and datadownload CRDs
Does your change fix a particular issue?
Related to openshift/oadp-operator#1204
Please indicate you've done the following:
/kind changelog-not-required
as a comment on this pull request.site/content/docs/main
.