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

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