github.com/operator-framework/operator-lifecycle-manager@v0.30.0/test/e2e/testdata/fail-forward/v0.3.0-skip-range/clusterserviceversion.yaml (about) 1 apiVersion: operators.coreos.com/v1alpha1 2 kind: ClusterServiceVersion 3 metadata: 4 name: example-operator.v0.3.0 5 namespace: placeholder 6 annotations: 7 olm.skipRange: ">=0.1.0 <0.3.0" 8 spec: 9 displayName: Example Operator 10 install: 11 spec: 12 deployments: 13 - name: example-operator-controller-manager 14 spec: 15 replicas: 1 16 selector: 17 matchLabels: 18 control-plane: controller-manager 19 strategy: {} 20 template: 21 metadata: 22 labels: 23 control-plane: controller-manager 24 spec: 25 containers: 26 - image: quay.io/openshift-scale/nginx:latest 27 name: manager 28 strategy: deployment 29 installModes: 30 - supported: false 31 type: OwnNamespace 32 - supported: false 33 type: SingleNamespace 34 - supported: false 35 type: MultiNamespace 36 - supported: true 37 type: AllNamespaces 38 maturity: alpha 39 version: 0.3.0