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

bundle: Add missing CRDs to bundle CSV #669

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions config/manifests/bases/clusterserviceversion.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ spec:
kind: ReclaimSpaceJob
name: reclaimspacejobs.csiaddons.openshift.io
version: v1alpha1
- description: EncryptionKeyRotationCronJob is the Schema for the encryptionkeyrotationcronjobs API
Madhu-1 marked this conversation as resolved.
Show resolved Hide resolved
displayName: EncryptionKeyRotation CronJob
kind: EncryptionKeyRotationCronJob
name: encryptionkeyrotationcronjobs.csiaddons.openshift.io
version: v1alpha1
- description: EncryptionKeyRotationJob is the Schema for the encryptionkeyrotationjobs API
displayName: EncryptionKeyRotation Job
kind: EncryptionKeyRotationJob
name: encryptionkeyrotationjobs.csiaddons.openshift.io
version: v1alpha1
- description: VolumeReplicationClass is the Schema for the volumereplicationclasses API
displayName: Volume Replication Class
kind: VolumeReplicationClass
Expand All @@ -41,6 +51,21 @@ spec:
kind: VolumeReplication
name: volumereplications.replication.storage.openshift.io
version: v1alpha1
- description: VolumeGroupReplication is the Schema for the volumegroupreplications API
displayName: Volume Group Replication
kind: VolumeGroupReplication
name: volumegroupreplication.replication.storage.openshift.io
version: v1alpha1
- description: VolumeGroupReplicationClass is the Schema for the volumegroupreplicationclasses API
displayName: Volume Group Replication Class
kind: VolumeGroupReplicationClass
name: volumegroupreplicationclasses.replication.storage.openshift.io
version: v1alpha1
- description: VolumeGroupReplicationContent is the Schema for the volumegroupreplicationcontents API
displayName: Volume Group Replication Content
kind: VolumeGroupReplicationContent
name: volumegroupreplicationcontents.replication.storage.openshift.io
version: v1alpha1
description: CSI Addons provides the CSI Addons Controller that enables advanced
storage operations for CSI-drivers.
displayName: CSI Addons
Expand Down
Loading