forked from RedHatInsights/xjoin-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPROJECT
More file actions
26 lines (26 loc) · 711 Bytes
/
PROJECT
File metadata and controls
26 lines (26 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
domain: cloud.redhat.com
layout: go.kubebuilder.io/v2
projectName: xjoin-operator
repo: github.com/redhatinsights/xjoin-operator
resources:
- controller: true
domain: cloud.redhat.com
group: xjoin
kind: XJoinPipeline
path: github.com/redhatinsights/xjoin-operator/api/v1alpha1
version: v1alpha1
- controller: true
domain: cloud.redhat.com
group: xjoin
kind: XJoinDataSource
path: github.com/redhatinsights/xjoin-operator/api/v1alpha1
version: v1alpha1
- controller: true
domain: cloud.redhat.com
group: xjoin
kind: XJoinDataSourcePipeline
path: github.com/redhatinsights/xjoin-operator/api/v1alpha1
version: v1alpha1
version: "3"
plugins:
go.sdk.operatorframework.io/v2-alpha: {}