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

VolumeSnapshotClass resource is not namespaced #95

Merged
merged 1 commit into from
Aug 8, 2021

Conversation

akalenyu
Copy link
Contributor

@akalenyu akalenyu commented Aug 8, 2021

Short description:
[cnv-qe-jenkins@alex48-451-xzjsk-executor cnv-tests]$ oc api-resources | grep volumesna
volumesnapshotclasses                                                        snapshot.storage.k8s.io/v1                     false        VolumeSnapshotClass
volumesnapshotcontents                                                       snapshot.storage.k8s.io/v1                     false        VolumeSnapshotContent
volumesnapshots                                                              snapshot.storage.k8s.io/v1                     true         VolumeSnapshot
More details:
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for reviewer:
Bug:

```bash
[cnv-qe-jenkins@alex48-451-xzjsk-executor cnv-tests]$ oc api-resources | grep volumesna
volumesnapshotclasses                                                        snapshot.storage.k8s.io/v1                     false        VolumeSnapshotClass
volumesnapshotcontents                                                       snapshot.storage.k8s.io/v1                     false        VolumeSnapshotContent
volumesnapshots                                                              snapshot.storage.k8s.io/v1                     true         VolumeSnapshot
```
@@ -1,4 +1,4 @@
from ocp_resources.resource import NamespacedResource
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you please split the 2 classes to files (in another PR please)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure

@akalenyu
Copy link
Contributor Author

akalenyu commented Aug 8, 2021

/verified

@myakove myakove merged commit 2cce5e1 into RedHatQE:master Aug 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants