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

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