forked from openshift/cluster-logging-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPROJECT
More file actions
29 lines (29 loc) · 701 Bytes
/
PROJECT
File metadata and controls
29 lines (29 loc) · 701 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
27
28
29
domain: openshift.io
layout:
- go.kubebuilder.io/v3
multigroup: true
plugins:
manifests.sdk.operatorframework.io/v2: {}
scorecard.sdk.operatorframework.io/v2: {}
projectName: clusterlogging
repo: github.com/openshift/cluster-logging-operator
resources:
- api:
crdVersion: v1
namespaced: true
controller: true
domain: openshift.io
group: logging
kind: ClusterLogForwarder
path: github.com/openshift/cluster-logging-operator/apis/logging/v1
version: v1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: openshift.io
group: logging
kind: ClusterLogging
path: github.com/openshift/cluster-logging-operator/apis/logging/v1
version: v1
version: "3"