Skip to content

Commit 0e36568

Browse files
committed
CSPL-3551 Init IngestorCluster CR implementation
1 parent 32fcae0 commit 0e36568

23 files changed

+5723
-5
lines changed

.github/workflows/int-test-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- develop
66
- main
77
- feature**
8+
- CSPL-3551-ingestion-cr
89
jobs:
910
build-operator-image:
1011
runs-on: ubuntu-latest

PROJECT

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Code generated by tool. DO NOT EDIT.
2+
# This file is used to track the info used to scaffold your project
3+
# and allow the plugins properly work.
4+
# More info: https://book.kubebuilder.io/reference/project-config.html
15
domain: splunk.com
26
layout:
37
- go.kubebuilder.io/v4
@@ -109,4 +113,13 @@ resources:
109113
kind: LicenseManager
110114
path: github.com/splunk/splunk-operator/api/v4
111115
version: v4
116+
- api:
117+
crdVersion: v1
118+
namespaced: true
119+
controller: true
120+
domain: splunk.com
121+
group: enterprise
122+
kind: IngestorCluster
123+
path: github.com/splunk/splunk-operator/api/v4
124+
version: v4
112125
version: "3"

0 commit comments

Comments
 (0)