github.com/operator-framework/operator-lifecycle-manager@v0.30.0/test/e2e/testdata/fail-forward/v0.3.0-skips/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  spec:
     7    skips:
     8      - example-operator.v0.1.0
     9      - example-operator.v0.2.0
    10      - example-operator.v0.2.1
    11    displayName: Example Operator
    12    install:
    13      spec:
    14        deployments:
    15          - name: example-operator-controller-manager
    16            spec:
    17              replicas: 1
    18              selector:
    19                matchLabels:
    20                  control-plane: controller-manager
    21              strategy: {}
    22              template:
    23                metadata:
    24                  labels:
    25                    control-plane: controller-manager
    26                spec:
    27                  containers:
    28                    - image: quay.io/openshift-scale/nginx:latest
    29                      name: manager
    30      strategy: deployment
    31    installModes:
    32      - supported: false
    33        type: OwnNamespace
    34      - supported: false
    35        type: SingleNamespace
    36      - supported: false
    37        type: MultiNamespace
    38      - supported: true
    39        type: AllNamespaces
    40    maturity: alpha
    41    version: 0.3.0