-
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 new resource filters can separate cluster and namespace scope res… #5838
Add new resource filters can separate cluster and namespace scope res… #5838
Conversation
1858f26
to
3132d92
Compare
Since this PR also involves CR changes will this also not go in v1.11? |
3132d92
to
ed4146e
Compare
ed4146e
to
f1f8577
Compare
f1f8577
to
d50ca7e
Compare
Yes. This is planned to delivered in v1.11, then the CRD change is not also a blocker for your design proposal. |
ac4455a
to
091b265
Compare
Codecov Report
@@ Coverage Diff @@
## main #5838 +/- ##
==========================================
+ Coverage 40.73% 40.83% +0.09%
==========================================
Files 246 247 +1
Lines 21383 21723 +340
==========================================
+ Hits 8711 8871 +160
- Misses 12041 12213 +172
- Partials 631 639 +8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
7602577
to
7e936b4
Compare
Tests done:
apiVersion: velero.io/v1
kind: Backup
metadata:
labels:
velero.io/storage-location: default
name: test9
namespace: velero
spec:
csiSnapshotTimeout: 10m0s
defaultVolumesToFsBackup: false
excludedClusterScopeResources:
- clusterroles
- services
hooks: {}
includedResources:
- configmaps
includedClusterScopeResources:
- services
- pod
includedNamespaces:
- '*'
metadata: {}
storageLocation: default
ttl: 720h0m0s
volumeSnapshotLocations:
- default
|
7e936b4
to
0865822
Compare
0865822
to
c2a9cef
Compare
5b37173
to
ac0d70e
Compare
ac0d70e
to
57b5eda
Compare
0eb4daa
to
392dd8a
Compare
cb9f25b
to
d433bf0
Compare
53147d1
to
59cd4ad
Compare
1dba935
to
e21d086
Compare
9bc21dc
to
350e93d
Compare
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.
LGTM thanks!
…ources. Signed-off-by: Xun Jiang <[email protected]>
350e93d
to
a1e4f54
Compare
…ources.
Signed-off-by: Xun Jiang [email protected]
Thank you for contributing to Velero!
Please add a summary of your change
Does your change fix a particular issue?
Fixes #5120
Please indicate you've done the following:
/kind changelog-not-required
as a comment on this pull request.site/content/docs/main
.