Skip to content

Commit 9e8aacf

Browse files
operator splunk (3.0.0)
1 parent 9ec5dba commit 9e8aacf

File tree

57 files changed

+56234
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+56234
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
FROM scratch
2+
3+
# Core bundle labels.
4+
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
5+
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
6+
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
7+
LABEL operators.operatorframework.io.bundle.package.v1=splunk
8+
LABEL operators.operatorframework.io.bundle.channels.v1=stable
9+
LABEL operators.operatorframework.io.bundle.channel.default.v1: stable
10+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.31.0
11+
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
12+
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
13+
14+
# Labels for testing.
15+
LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
16+
LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
17+
18+
# Copy files to locations specified by labels.
19+
COPY manifests /manifests/
20+
COPY metadata /metadata/
21+
COPY tests/scorecard /tests/scorecard/

operators/splunk/3.0.0/manifests/enterprise.splunk.com_clustermanagers.yaml

Lines changed: 4787 additions & 0 deletions
Large diffs are not rendered by default.

operators/splunk/3.0.0/manifests/enterprise.splunk.com_clustermasters.yaml

Lines changed: 4800 additions & 0 deletions
Large diffs are not rendered by default.

operators/splunk/3.0.0/manifests/enterprise.splunk.com_indexerclusters.yaml

Lines changed: 8390 additions & 0 deletions
Large diffs are not rendered by default.

operators/splunk/3.0.0/manifests/enterprise.splunk.com_licensemanagers.yaml

Lines changed: 4525 additions & 0 deletions
Large diffs are not rendered by default.

operators/splunk/3.0.0/manifests/enterprise.splunk.com_licensemasters.yaml

Lines changed: 4537 additions & 0 deletions
Large diffs are not rendered by default.

operators/splunk/3.0.0/manifests/enterprise.splunk.com_monitoringconsoles.yaml

Lines changed: 9059 additions & 0 deletions
Large diffs are not rendered by default.

operators/splunk/3.0.0/manifests/enterprise.splunk.com_searchheadclusters.yaml

Lines changed: 9518 additions & 0 deletions
Large diffs are not rendered by default.

operators/splunk/3.0.0/manifests/enterprise.splunk.com_standalones.yaml

Lines changed: 9567 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apiVersion: v1
2+
data:
3+
OPERATOR_NAME: '"splunk-operator"'
4+
RELATED_IMAGE_SPLUNK_ENTERPRISE: ""
5+
WATCH_NAMESPACE: ""
6+
kind: ConfigMap
7+
metadata:
8+
labels:
9+
name: splunk-operator
10+
name: splunk-operator-config

0 commit comments

Comments
 (0)