-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
operator-sdk: these are auto generated chagnes
these are auto generated changes and this commits depends on pr on operator-sdk side to upgrade to controller runtime version 0.15 Signed-off-by: subhamkrai <[email protected]>
- Loading branch information
1 parent
aa93244
commit 214b61b
Showing
2 changed files
with
249 additions
and
0 deletions.
There are no files selected for viewing
76 changes: 76 additions & 0 deletions
76
config/manifests/bases/csi-addons.clusterserviceversion.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
apiVersion: operators.coreos.com/v1alpha1 | ||
kind: ClusterServiceVersion | ||
metadata: | ||
annotations: | ||
alm-examples: '[]' | ||
capabilities: Basic Install | ||
olm.skipRange: "" | ||
name: csi-addons.v0.1.1 | ||
namespace: placeholder | ||
spec: | ||
apiservicedefinitions: {} | ||
customresourcedefinitions: | ||
owned: | ||
- description: CSIAddonsNode is the Schema for the csiaddonsnode API | ||
displayName: CSIAddons Node | ||
kind: CSIAddonsNode | ||
name: csiaddonsnodes.csiaddons.openshift.io | ||
version: v1alpha1 | ||
- description: NetworkFence is the Schema for the networkfences API | ||
displayName: Network Fence | ||
kind: NetworkFence | ||
name: networkfences.csiaddons.openshift.io | ||
version: v1alpha1 | ||
- description: ReclaimSpaceCronJob is the Schema for the reclaimspacecronjobs API | ||
displayName: Reclaim Space CronJob | ||
kind: ReclaimSpaceCronJob | ||
name: reclaimspacecronjobs.csiaddons.openshift.io | ||
version: v1alpha1 | ||
- description: ReclaimSpaceJob is the Schema for the reclaimspacejobs API | ||
displayName: Reclaim Space Job | ||
kind: ReclaimSpaceJob | ||
name: reclaimspacejobs.csiaddons.openshift.io | ||
version: v1alpha1 | ||
- description: VolumeReplicationClass is the Schema for the volumereplicationclasses API | ||
displayName: Volume Replication Class | ||
kind: VolumeReplicationClass | ||
name: volumereplicationclasses.replication.storage.openshift.io | ||
version: v1alpha1 | ||
- description: VolumeReplication is the Schema for the volumereplications API | ||
displayName: Volume Replication | ||
kind: VolumeReplication | ||
name: volumereplications.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 | ||
icon: | ||
- base64data: "" | ||
mediatype: "" | ||
install: | ||
spec: | ||
deployments: null | ||
strategy: "" | ||
installModes: | ||
- supported: true | ||
type: OwnNamespace | ||
- supported: false | ||
type: SingleNamespace | ||
- supported: false | ||
type: MultiNamespace | ||
- supported: true | ||
type: AllNamespaces | ||
keywords: | ||
- storage | ||
- csi | ||
links: | ||
- name: CSI Addons | ||
url: https://csi-addons.github.io | ||
maintainers: | ||
- email: [email protected] | ||
name: CSI Addons Community | ||
maturity: alpha | ||
provider: | ||
name: CSI Addons Community | ||
version: 0.1.1 | ||
replaces: "" |
173 changes: 173 additions & 0 deletions
173
...perator-framework/operator-sdk/internal/olm/operator/registry/fbcindex/configMapWriter.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.