github.com/operator-framework/operator-lifecycle-manager@v0.30.0/test/images/busybox-index/busybox/2.0.0/manifests/csv.yaml (about)

     1  apiVersion: operators.coreos.com/v1alpha1
     2  kind: ClusterServiceVersion
     3  metadata:
     4    name: busybox.v2.0.0
     5    namespace: placeholder
     6    annotations:
     7      olm.skipRange: '>=0.0.0 <2.0.0'
     8  spec:
     9    customresourcedefinitions:
    10      required:
    11      - description: Foo resources for testing dependencies
    12        displayName: Foo
    13        kind: Foo
    14        name: foos.olm.test.io
    15        version: v1
    16    description: |
    17      A busybox CSV.
    18    displayName: busybox
    19    install:
    20      spec:
    21        deployments:
    22        - name: busybox
    23          spec:
    24            replicas: 1
    25            selector:
    26              matchLabels:
    27                  app: busybox
    28            template:
    29              metadata:
    30                labels:
    31                  app: busybox
    32              spec:
    33                containers:
    34                - name: busybox
    35                  image: busybox
    36                  command:
    37                    - sleep
    38                    - "9000"
    39      strategy: deployment
    40    installModes:
    41    - supported: true
    42      type: OwnNamespace
    43    - supported: true
    44      type: SingleNamespace
    45    - supported: true
    46      type: MultiNamespace
    47    - supported: true
    48      type: AllNamespaces
    49    maturity: alpha
    50    provider:
    51      name: Red Hat
    52    version: 2.0.0