|
| 1 | +apiVersion: operators.coreos.com/v1alpha1 |
| 2 | +kind: ClusterServiceVersion |
| 3 | +metadata: |
| 4 | + annotations: |
| 5 | + alm-examples: |- |
| 6 | + [{ |
| 7 | + "apiVersion": "enterprise.splunk.com/v1beta1", |
| 8 | + "kind": "IndexerCluster", |
| 9 | + "metadata": { |
| 10 | + "name": "example", |
| 11 | + "finalizers": [ "enterprise.splunk.com/delete-pvc" ] |
| 12 | + }, |
| 13 | + "spec": { |
| 14 | + "replicas": 1 |
| 15 | + } |
| 16 | + }, |
| 17 | + { |
| 18 | + "apiVersion": "enterprise.splunk.com/v1beta1", |
| 19 | + "kind": "LicenseMaster", |
| 20 | + "metadata": { |
| 21 | + "name": "example", |
| 22 | + "finalizers": [ "enterprise.splunk.com/delete-pvc" ] |
| 23 | + }, |
| 24 | + "spec": {} |
| 25 | + }, |
| 26 | + { |
| 27 | + "apiVersion": "enterprise.splunk.com/v1beta1", |
| 28 | + "kind": "SearchHeadCluster", |
| 29 | + "metadata": { |
| 30 | + "name": "example", |
| 31 | + "finalizers": [ "enterprise.splunk.com/delete-pvc" ] |
| 32 | + }, |
| 33 | + "spec": { |
| 34 | + "replicas": 1 |
| 35 | + } |
| 36 | + }, |
| 37 | + { |
| 38 | + "apiVersion": "enterprise.splunk.com/v1beta1", |
| 39 | + "kind": "Spark", |
| 40 | + "metadata": { |
| 41 | + "name": "example" |
| 42 | + }, |
| 43 | + "spec": { |
| 44 | + "replicas": 1 |
| 45 | + } |
| 46 | + }, |
| 47 | + { |
| 48 | + "apiVersion": "enterprise.splunk.com/v1beta1", |
| 49 | + "kind": "Standalone", |
| 50 | + "metadata": { |
| 51 | + "name": "example", |
| 52 | + "finalizers": [ "enterprise.splunk.com/delete-pvc" ] |
| 53 | + }, |
| 54 | + "spec": {} |
| 55 | + }] |
| 56 | + capabilities: Basic Install |
| 57 | + name: splunk.v0.2.2 |
| 58 | + namespace: placeholder |
| 59 | +spec: |
| 60 | + apiservicedefinitions: {} |
| 61 | + customresourcedefinitions: |
| 62 | + owned: |
| 63 | + - description: ClusterMaster is the Schema for the clustermasters API |
| 64 | + kind: ClusterMaster |
| 65 | + name: clustermasters.enterprise.splunk.com |
| 66 | + version: v1beta1 |
| 67 | + resources: |
| 68 | + - kind: StatefulSets |
| 69 | + version: apps/v1 |
| 70 | + - kind: Deployments |
| 71 | + version: apps/v1 |
| 72 | + - kind: Pods |
| 73 | + version: v1 |
| 74 | + - kind: Services |
| 75 | + version: v1 |
| 76 | + - kind: ConfigMaps |
| 77 | + version: v1 |
| 78 | + - kind: Secrets |
| 79 | + version: v1 |
| 80 | + displayName: IndexerCluster |
| 81 | + - description: IndexerCluster is the Schema for a Splunk Enterprise indexer cluster |
| 82 | + kind: IndexerCluster |
| 83 | + name: indexerclusters.enterprise.splunk.com |
| 84 | + version: v1beta1 |
| 85 | + resources: |
| 86 | + - kind: StatefulSets |
| 87 | + version: apps/v1 |
| 88 | + - kind: Deployments |
| 89 | + version: apps/v1 |
| 90 | + - kind: Pods |
| 91 | + version: v1 |
| 92 | + - kind: Services |
| 93 | + version: v1 |
| 94 | + - kind: ConfigMaps |
| 95 | + version: v1 |
| 96 | + - kind: Secrets |
| 97 | + version: v1 |
| 98 | + displayName: LicenseMaster |
| 99 | + - description: LicenseMaster is the Schema for a Splunk Enterprise license master. |
| 100 | + kind: LicenseMaster |
| 101 | + name: licensemasters.enterprise.splunk.com |
| 102 | + version: v1beta1 |
| 103 | + resources: |
| 104 | + - kind: StatefulSets |
| 105 | + version: apps/v1 |
| 106 | + - kind: Deployments |
| 107 | + version: apps/v1 |
| 108 | + - kind: Pods |
| 109 | + version: v1 |
| 110 | + - kind: Services |
| 111 | + version: v1 |
| 112 | + - kind: ConfigMaps |
| 113 | + version: v1 |
| 114 | + - kind: Secrets |
| 115 | + version: v1 |
| 116 | + displayName: SearchHeadCluster |
| 117 | + - description: SearchHeadCluster is the Schema for a Splunk Enterprise search |
| 118 | + head cluster |
| 119 | + kind: SearchHeadCluster |
| 120 | + name: searchheadclusters.enterprise.splunk.com |
| 121 | + version: v1beta1 |
| 122 | + resources: |
| 123 | + - kind: StatefulSets |
| 124 | + version: apps/v1 |
| 125 | + - kind: Deployments |
| 126 | + version: apps/v1 |
| 127 | + - kind: Pods |
| 128 | + version: v1 |
| 129 | + - kind: Services |
| 130 | + version: v1 |
| 131 | + - kind: ConfigMaps |
| 132 | + version: v1 |
| 133 | + - kind: Secrets |
| 134 | + version: v1 |
| 135 | + displayName: Spark |
| 136 | + - description: Spark is the Schema for a Spark cluster |
| 137 | + kind: Spark |
| 138 | + name: sparks.enterprise.splunk.com |
| 139 | + version: v1beta1 |
| 140 | + resources: |
| 141 | + - kind: StatefulSets |
| 142 | + version: apps/v1 |
| 143 | + - kind: Deployments |
| 144 | + version: apps/v1 |
| 145 | + - kind: Pods |
| 146 | + version: v1 |
| 147 | + - kind: Services |
| 148 | + version: v1 |
| 149 | + - kind: ConfigMaps |
| 150 | + version: v1 |
| 151 | + - kind: Secrets |
| 152 | + version: v1 |
| 153 | + displayName: Standalone |
| 154 | + - description: Standalone is the Schema for a Splunk Enterprise standalone instances. |
| 155 | + kind: Standalone |
| 156 | + name: standalones.enterprise.splunk.com |
| 157 | + version: v1beta1 |
| 158 | + description: Placeholder description |
| 159 | + displayName: Splunk |
| 160 | + install: |
| 161 | + spec: |
| 162 | + deployments: |
| 163 | + - name: splunk-operator |
| 164 | + spec: |
| 165 | + replicas: 1 |
| 166 | + selector: |
| 167 | + matchLabels: |
| 168 | + name: splunk-operator |
| 169 | + strategy: {} |
| 170 | + template: |
| 171 | + metadata: |
| 172 | + labels: |
| 173 | + name: splunk-operator |
| 174 | + spec: |
| 175 | + containers: |
| 176 | + - env: |
| 177 | + - name: WATCH_NAMESPACE |
| 178 | + valueFrom: |
| 179 | + fieldRef: |
| 180 | + fieldPath: metadata.annotations['olm.targetNamespaces'] |
| 181 | + - name: POD_NAME |
| 182 | + valueFrom: |
| 183 | + fieldRef: |
| 184 | + fieldPath: metadata.name |
| 185 | + - name: OPERATOR_NAME |
| 186 | + value: splunk-operator |
| 187 | + - name: RELATED_IMAGE_SPLUNK_ENTERPRISE |
| 188 | + value: docker.io/splunk/splunk:8.1.2 |
| 189 | + - name: RELATED_IMAGE_SPLUNK_SPARK |
| 190 | + value: docker.io/splunk/spark:0.0.2 |
| 191 | + image: docker.io/splunk/splunk-operator:0.2.2 |
| 192 | + imagePullPolicy: IfNotPresent |
| 193 | + name: splunk-operator |
| 194 | + resources: {} |
| 195 | + serviceAccountName: splunk-operator |
| 196 | + permissions: |
| 197 | + - rules: |
| 198 | + - apiGroups: |
| 199 | + - "" |
| 200 | + resources: |
| 201 | + - services |
| 202 | + - endpoints |
| 203 | + - persistentvolumeclaims |
| 204 | + - configmaps |
| 205 | + - secrets |
| 206 | + - pods |
| 207 | + - pods/exec |
| 208 | + - serviceaccounts |
| 209 | + verbs: |
| 210 | + - create |
| 211 | + - delete |
| 212 | + - deletecollection |
| 213 | + - get |
| 214 | + - list |
| 215 | + - patch |
| 216 | + - update |
| 217 | + - watch |
| 218 | + - apiGroups: |
| 219 | + - "" |
| 220 | + resources: |
| 221 | + - events |
| 222 | + verbs: |
| 223 | + - get |
| 224 | + - list |
| 225 | + - watch |
| 226 | + - apiGroups: |
| 227 | + - apps |
| 228 | + resources: |
| 229 | + - deployments |
| 230 | + - daemonsets |
| 231 | + - replicasets |
| 232 | + - statefulsets |
| 233 | + verbs: |
| 234 | + - create |
| 235 | + - delete |
| 236 | + - deletecollection |
| 237 | + - get |
| 238 | + - list |
| 239 | + - patch |
| 240 | + - update |
| 241 | + - watch |
| 242 | + - apiGroups: |
| 243 | + - enterprise.splunk.com |
| 244 | + resources: |
| 245 | + - '*' |
| 246 | + verbs: |
| 247 | + - '*' |
| 248 | + serviceAccountName: splunk-operator |
| 249 | + strategy: deployment |
| 250 | + installModes: |
| 251 | + - supported: true |
| 252 | + type: OwnNamespace |
| 253 | + - supported: true |
| 254 | + type: SingleNamespace |
| 255 | + - supported: false |
| 256 | + type: MultiNamespace |
| 257 | + - supported: true |
| 258 | + type: AllNamespaces |
| 259 | + maturity: alpha |
| 260 | + provider: {} |
| 261 | + replaces: splunk.v0.0.0 |
| 262 | + version: 0.2.2 |
0 commit comments