-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #208 from splunk/release/0.2.1beta
Release/0.2.1beta
- Loading branch information
Showing
61 changed files
with
15,928 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2,463 changes: 2,463 additions & 0 deletions
2,463
deploy/olm-catalog/splunk/0.2.1/enterprise.splunk.com_clustermasters_crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2,344 changes: 2,344 additions & 0 deletions
2,344
deploy/olm-catalog/splunk/0.2.1/enterprise.splunk.com_indexerclusters_crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2,240 changes: 2,240 additions & 0 deletions
2,240
deploy/olm-catalog/splunk/0.2.1/enterprise.splunk.com_licensemasters_crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2,394 changes: 2,394 additions & 0 deletions
2,394
deploy/olm-catalog/splunk/0.2.1/enterprise.splunk.com_searchheadclusters_crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
996 changes: 996 additions & 0 deletions
996
deploy/olm-catalog/splunk/0.2.1/enterprise.splunk.com_sparks_crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2,518 changes: 2,518 additions & 0 deletions
2,518
deploy/olm-catalog/splunk/0.2.1/enterprise.splunk.com_standalones_crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
261 changes: 261 additions & 0 deletions
261
deploy/olm-catalog/splunk/0.2.1/splunk.v0.2.1.clusterserviceversion.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,261 @@ | ||
apiVersion: operators.coreos.com/v1alpha1 | ||
kind: ClusterServiceVersion | ||
metadata: | ||
annotations: | ||
alm-examples: |- | ||
[{ | ||
"apiVersion": "enterprise.splunk.com/v1beta1", | ||
"kind": "IndexerCluster", | ||
"metadata": { | ||
"name": "example", | ||
"finalizers": [ "enterprise.splunk.com/delete-pvc" ] | ||
}, | ||
"spec": { | ||
"replicas": 1 | ||
} | ||
}, | ||
{ | ||
"apiVersion": "enterprise.splunk.com/v1beta1", | ||
"kind": "LicenseMaster", | ||
"metadata": { | ||
"name": "example", | ||
"finalizers": [ "enterprise.splunk.com/delete-pvc" ] | ||
}, | ||
"spec": {} | ||
}, | ||
{ | ||
"apiVersion": "enterprise.splunk.com/v1beta1", | ||
"kind": "SearchHeadCluster", | ||
"metadata": { | ||
"name": "example", | ||
"finalizers": [ "enterprise.splunk.com/delete-pvc" ] | ||
}, | ||
"spec": { | ||
"replicas": 1 | ||
} | ||
}, | ||
{ | ||
"apiVersion": "enterprise.splunk.com/v1beta1", | ||
"kind": "Spark", | ||
"metadata": { | ||
"name": "example" | ||
}, | ||
"spec": { | ||
"replicas": 1 | ||
} | ||
}, | ||
{ | ||
"apiVersion": "enterprise.splunk.com/v1beta1", | ||
"kind": "Standalone", | ||
"metadata": { | ||
"name": "example", | ||
"finalizers": [ "enterprise.splunk.com/delete-pvc" ] | ||
}, | ||
"spec": {} | ||
}] | ||
capabilities: Basic Install | ||
name: splunk.v0.2.1 | ||
namespace: placeholder | ||
spec: | ||
apiservicedefinitions: {} | ||
customresourcedefinitions: | ||
owned: | ||
- description: ClusterMaster is the Schema for the clustermasters API | ||
kind: ClusterMaster | ||
name: clustermasters.enterprise.splunk.com | ||
version: v1beta1 | ||
resources: | ||
- kind: StatefulSets | ||
version: apps/v1 | ||
- kind: Deployments | ||
version: apps/v1 | ||
- kind: Pods | ||
version: v1 | ||
- kind: Services | ||
version: v1 | ||
- kind: ConfigMaps | ||
version: v1 | ||
- kind: Secrets | ||
version: v1 | ||
displayName: IndexerCluster | ||
- description: IndexerCluster is the Schema for a Splunk Enterprise indexer cluster | ||
kind: IndexerCluster | ||
name: indexerclusters.enterprise.splunk.com | ||
version: v1beta1 | ||
resources: | ||
- kind: StatefulSets | ||
version: apps/v1 | ||
- kind: Deployments | ||
version: apps/v1 | ||
- kind: Pods | ||
version: v1 | ||
- kind: Services | ||
version: v1 | ||
- kind: ConfigMaps | ||
version: v1 | ||
- kind: Secrets | ||
version: v1 | ||
displayName: LicenseMaster | ||
- description: LicenseMaster is the Schema for a Splunk Enterprise license master. | ||
kind: LicenseMaster | ||
name: licensemasters.enterprise.splunk.com | ||
version: v1beta1 | ||
resources: | ||
- kind: StatefulSets | ||
version: apps/v1 | ||
- kind: Deployments | ||
version: apps/v1 | ||
- kind: Pods | ||
version: v1 | ||
- kind: Services | ||
version: v1 | ||
- kind: ConfigMaps | ||
version: v1 | ||
- kind: Secrets | ||
version: v1 | ||
displayName: SearchHeadCluster | ||
- description: SearchHeadCluster is the Schema for a Splunk Enterprise search | ||
head cluster | ||
kind: SearchHeadCluster | ||
name: searchheadclusters.enterprise.splunk.com | ||
version: v1beta1 | ||
resources: | ||
- kind: StatefulSets | ||
version: apps/v1 | ||
- kind: Deployments | ||
version: apps/v1 | ||
- kind: Pods | ||
version: v1 | ||
- kind: Services | ||
version: v1 | ||
- kind: ConfigMaps | ||
version: v1 | ||
- kind: Secrets | ||
version: v1 | ||
displayName: Spark | ||
- description: Spark is the Schema for a Spark cluster | ||
kind: Spark | ||
name: sparks.enterprise.splunk.com | ||
version: v1beta1 | ||
resources: | ||
- kind: StatefulSets | ||
version: apps/v1 | ||
- kind: Deployments | ||
version: apps/v1 | ||
- kind: Pods | ||
version: v1 | ||
- kind: Services | ||
version: v1 | ||
- kind: ConfigMaps | ||
version: v1 | ||
- kind: Secrets | ||
version: v1 | ||
displayName: Standalone | ||
- description: Standalone is the Schema for a Splunk Enterprise standalone instances. | ||
kind: Standalone | ||
name: standalones.enterprise.splunk.com | ||
version: v1beta1 | ||
description: Placeholder description | ||
displayName: Splunk | ||
install: | ||
spec: | ||
deployments: | ||
- name: splunk-operator | ||
spec: | ||
replicas: 1 | ||
selector: | ||
matchLabels: | ||
name: splunk-operator | ||
strategy: {} | ||
template: | ||
metadata: | ||
labels: | ||
name: splunk-operator | ||
spec: | ||
containers: | ||
- env: | ||
- name: WATCH_NAMESPACE | ||
valueFrom: | ||
fieldRef: | ||
fieldPath: metadata.annotations['olm.targetNamespaces'] | ||
- name: POD_NAME | ||
valueFrom: | ||
fieldRef: | ||
fieldPath: metadata.name | ||
- name: OPERATOR_NAME | ||
value: splunk-operator | ||
- name: RELATED_IMAGE_SPLUNK_ENTERPRISE | ||
value: docker.io/splunk/splunk:8.1.1 | ||
- name: RELATED_IMAGE_SPLUNK_SPARK | ||
value: docker.io/splunk/spark:0.0.2 | ||
image: docker.io/splunk/splunk-operator:0.2.1 | ||
imagePullPolicy: IfNotPresent | ||
name: splunk-operator | ||
resources: {} | ||
serviceAccountName: splunk-operator | ||
permissions: | ||
- rules: | ||
- apiGroups: | ||
- "" | ||
resources: | ||
- services | ||
- endpoints | ||
- persistentvolumeclaims | ||
- configmaps | ||
- secrets | ||
- pods | ||
- pods/exec | ||
verbs: | ||
- create | ||
- delete | ||
- deletecollection | ||
- get | ||
- list | ||
- patch | ||
- update | ||
- watch | ||
- apiGroups: | ||
- "" | ||
resources: | ||
- events | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- apps | ||
resources: | ||
- deployments | ||
- daemonsets | ||
- replicasets | ||
- statefulsets | ||
verbs: | ||
- create | ||
- delete | ||
- deletecollection | ||
- get | ||
- list | ||
- patch | ||
- update | ||
- watch | ||
- apiGroups: | ||
- enterprise.splunk.com | ||
resources: | ||
- '*' | ||
verbs: | ||
- '*' | ||
serviceAccountName: splunk-operator | ||
strategy: deployment | ||
installModes: | ||
- supported: true | ||
type: OwnNamespace | ||
- supported: true | ||
type: SingleNamespace | ||
- supported: false | ||
type: MultiNamespace | ||
- supported: true | ||
type: AllNamespaces | ||
maturity: alpha | ||
provider: {} | ||
replaces: splunk.v0.0.0 | ||
version: 0.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.