|
| 1 | +apiVersion: operators.coreos.com/v1alpha1 |
| 2 | +kind: ClusterServiceVersion |
| 3 | +metadata: |
| 4 | + annotations: |
| 5 | + alm-examples: '[]' |
| 6 | + capabilities: Basic Install |
| 7 | + createdAt: "2025-07-03T15:15:31Z" |
| 8 | + operators.operatorframework.io/builder: operator-sdk-v1.40.0+git |
| 9 | + operators.operatorframework.io/project_layout: go.kubebuilder.io/v4 |
| 10 | + name: test-operator.v1.0.0 |
| 11 | + namespace: placeholder |
| 12 | +spec: |
| 13 | + apiservicedefinitions: {} |
| 14 | + customresourcedefinitions: |
| 15 | + owned: |
| 16 | + - description: TestOperator is the Schema for the testoperators API. |
| 17 | + displayName: Test Operator |
| 18 | + kind: TestOperator |
| 19 | + name: testoperators.testolm.operatorframework.io |
| 20 | + version: v1 |
| 21 | + description: Test OLM Operator |
| 22 | + displayName: OLM Test Operator |
| 23 | + icon: |
| 24 | + - base64data: "" |
| 25 | + mediatype: "" |
| 26 | + install: |
| 27 | + spec: |
| 28 | + clusterPermissions: |
| 29 | + - rules: |
| 30 | + - apiGroups: |
| 31 | + - testolm.operatorframework.io |
| 32 | + resources: |
| 33 | + - testoperators |
| 34 | + verbs: |
| 35 | + - create |
| 36 | + - delete |
| 37 | + - get |
| 38 | + - list |
| 39 | + - patch |
| 40 | + - update |
| 41 | + - watch |
| 42 | + - apiGroups: |
| 43 | + - testolm.operatorframework.io |
| 44 | + resources: |
| 45 | + - testoperators/finalizers |
| 46 | + verbs: |
| 47 | + - update |
| 48 | + - apiGroups: |
| 49 | + - testolm.operatorframework.io |
| 50 | + resources: |
| 51 | + - testoperators/status |
| 52 | + verbs: |
| 53 | + - get |
| 54 | + - patch |
| 55 | + - update |
| 56 | + - apiGroups: |
| 57 | + - authentication.k8s.io |
| 58 | + resources: |
| 59 | + - tokenreviews |
| 60 | + verbs: |
| 61 | + - create |
| 62 | + - apiGroups: |
| 63 | + - authorization.k8s.io |
| 64 | + resources: |
| 65 | + - subjectaccessreviews |
| 66 | + verbs: |
| 67 | + - create |
| 68 | + serviceAccountName: test-operator-controller-manager |
| 69 | + deployments: |
| 70 | + - label: |
| 71 | + app.kubernetes.io/managed-by: kustomize |
| 72 | + app.kubernetes.io/name: test-operator |
| 73 | + control-plane: controller-manager |
| 74 | + name: test-operator-controller-manager |
| 75 | + spec: |
| 76 | + replicas: 1 |
| 77 | + selector: |
| 78 | + matchLabels: |
| 79 | + app.kubernetes.io/name: test-operator |
| 80 | + control-plane: controller-manager |
| 81 | + strategy: {} |
| 82 | + template: |
| 83 | + metadata: |
| 84 | + annotations: |
| 85 | + kubectl.kubernetes.io/default-container: manager |
| 86 | + labels: |
| 87 | + app.kubernetes.io/name: test-operator |
| 88 | + control-plane: controller-manager |
| 89 | + spec: |
| 90 | + containers: |
| 91 | + - args: |
| 92 | + - --leader-elect |
| 93 | + - --health-probe-bind-address=:8081 |
| 94 | + command: |
| 95 | + - /manager |
| 96 | + env: |
| 97 | + - name: WATCH_NAMESPACE |
| 98 | + valueFrom: |
| 99 | + fieldRef: |
| 100 | + fieldPath: metadata.annotations['olm.targetNamespaces'] |
| 101 | + image: docker.io/perdasilva/test-operator:v1.0.0 |
| 102 | + livenessProbe: |
| 103 | + httpGet: |
| 104 | + path: /healthz |
| 105 | + port: 8081 |
| 106 | + initialDelaySeconds: 15 |
| 107 | + periodSeconds: 20 |
| 108 | + name: manager |
| 109 | + readinessProbe: |
| 110 | + httpGet: |
| 111 | + path: /readyz |
| 112 | + port: 8081 |
| 113 | + initialDelaySeconds: 5 |
| 114 | + periodSeconds: 10 |
| 115 | + resources: |
| 116 | + limits: |
| 117 | + cpu: 500m |
| 118 | + memory: 128Mi |
| 119 | + requests: |
| 120 | + cpu: 10m |
| 121 | + memory: 64Mi |
| 122 | + securityContext: |
| 123 | + allowPrivilegeEscalation: false |
| 124 | + capabilities: |
| 125 | + drop: |
| 126 | + - ALL |
| 127 | + securityContext: |
| 128 | + runAsNonRoot: true |
| 129 | + seccompProfile: |
| 130 | + type: RuntimeDefault |
| 131 | + serviceAccountName: test-operator-controller-manager |
| 132 | + terminationGracePeriodSeconds: 10 |
| 133 | + permissions: |
| 134 | + - rules: |
| 135 | + - apiGroups: |
| 136 | + - "" |
| 137 | + resources: |
| 138 | + - configmaps |
| 139 | + verbs: |
| 140 | + - get |
| 141 | + - list |
| 142 | + - watch |
| 143 | + - create |
| 144 | + - update |
| 145 | + - patch |
| 146 | + - delete |
| 147 | + - apiGroups: |
| 148 | + - coordination.k8s.io |
| 149 | + resources: |
| 150 | + - leases |
| 151 | + verbs: |
| 152 | + - get |
| 153 | + - list |
| 154 | + - watch |
| 155 | + - create |
| 156 | + - update |
| 157 | + - patch |
| 158 | + - delete |
| 159 | + - apiGroups: |
| 160 | + - "" |
| 161 | + resources: |
| 162 | + - events |
| 163 | + verbs: |
| 164 | + - create |
| 165 | + - patch |
| 166 | + serviceAccountName: test-operator-controller-manager |
| 167 | + strategy: deployment |
| 168 | + installModes: |
| 169 | + - supported: true |
| 170 | + type: OwnNamespace |
| 171 | + - supported: true |
| 172 | + type: SingleNamespace |
| 173 | + - supported: false |
| 174 | + type: MultiNamespace |
| 175 | + - supported: true |
| 176 | + type: AllNamespaces |
| 177 | + keywords: |
| 178 | + - test |
| 179 | + - operator |
| 180 | + links: |
| 181 | + - name: V1 |
| 182 | + url: https://github.com/operator-framework/operator-controller |
| 183 | + maintainers: |
| 184 | + - email: operator-framework-olm-dev@googlegroups.com |
| 185 | + name: community |
| 186 | + maturity: alpha |
| 187 | + provider: |
| 188 | + name: operator-framework |
| 189 | + url: https://github.com/operator-framework/operator-controller |
| 190 | + version: 1.0.0 |
0 commit comments