forked from openshift/operator-framework-operator-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPROJECT
More file actions
25 lines (25 loc) · 594 Bytes
/
PROJECT
File metadata and controls
25 lines (25 loc) · 594 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
domain: operatorframework.io
layout:
- go.kubebuilder.io/v4
projectName: operator-controller
repo: github.com/operator-framework/operator-controller
resources:
- api:
crdVersion: v1
namespaced: true
controller: true
domain: operatorframework.io
group: olm
kind: ClusterExtension
path: github.com/operator-framework/operator-controller/api/v1
version: v1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: operatorframework.io
group: olm
kind: Extension
path: github.com/operator-framework/operator-controller/api/v1
version: v1
version: "3"