github.com/operator-framework/operator-lifecycle-manager@v0.30.0/test/e2e/testdata/fail-forward/v0.1.0/clusterserviceversion.yaml (about)

     1  apiVersion: operators.coreos.com/v1alpha1
     2  kind: ClusterServiceVersion
     3  metadata:
     4    name: example-operator.v0.1.0
     5    namespace: placeholder
     6  spec:
     7    displayName: Example Operator
     8    install:
     9      spec:
    10        deployments:
    11          - name: example-operator-controller-manager
    12            spec:
    13              replicas: 1
    14              selector:
    15                matchLabels:
    16                  control-plane: controller-manager
    17              strategy: {}
    18              template:
    19                metadata:
    20                  labels:
    21                    control-plane: controller-manager
    22                spec:
    23                  containers:
    24                    - image: quay.io/openshift-scale/nginx:latest
    25                      name: manager
    26      strategy: deployment
    27    installModes:
    28      - supported: false
    29        type: OwnNamespace
    30      - supported: false
    31        type: SingleNamespace
    32      - supported: false
    33        type: MultiNamespace
    34      - supported: true
    35        type: AllNamespaces
    36    maturity: alpha
    37    version: 0.1.0