forked from openshift-kni/performance-addon-operators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PROJECT
29 lines (29 loc) · 807 Bytes
/
PROJECT
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: performance.openshift.io
layout: go.kubebuilder.io/v2
projectName: performance-addon-operator
repo: github.com/openshift-kni/performance-addon-operators
resources:
-
controller: true
domain: performance.openshift.io
group: performance
kind: PerformanceProfile
path: github.com/openshift-kni/performance-addon-operators/api/v1alpha1
version: v1alpha1
-
controller: true
domain: performance.openshift.io
group: performance
kind: PerformanceProfile
path: github.com/openshift-kni/performance-addon-operators/api/v1
version: v1
-
controller: true
domain: performance.openshift.io
group: performance
kind: PerformanceProfile
path: github.com/openshift-kni/performance-addon-operators/api/v2
version: v2
version: "3"
plugins:
go.sdk.operatorframework.io/v2-alpha: {}