Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Latest commit

 

History

History

README.md

crds/

This directory contains CRDs and their examples. The examples should contain all the available configurations for reference needs.

The files in this directory are used by the operator-sdk e2e test.

olm/

This directory contains OLM related files.

olm/olm.sh contains helper functions to setup OLM and install storageos operator.

olm/storageos contains the files that are submitted to the operatorhub for operatorhub release.

../internal/olm-deploy/storageos-operators.olm.cr.yaml contains a custom resource for storageos cluster. NOTE: This file is moved to ../internal/olm-deploy/ to prevent operator-sdk generate csv from using the custom resource in the generated CSV file as an example CR. Any CR manifest in deploy/ and its subdirectories are automatically used as example in the generated CSV.