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

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