-
Notifications
You must be signed in to change notification settings - Fork 204
/
PROJECT
63 lines (63 loc) · 2.37 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
domain: intel.com
layout: go.kubebuilder.io/v2
multigroup: true
projectName: intel-device-plugins-operator
repo: github.com/intel/intel-device-plugins-for-kubernetes
resources:
-
# TODO(user): Uncomment the below line if this resource implements a controller, else delete it.
# controller: true
domain: intel.com
group: fpga
kind: AcceleratorFunction
# TODO(user): Update the package path for your API if the below value is incorrect.
path: github.com/intel/intel-device-plugins-for-kubernetes/apis/fpga/v2
version: v2
-
# TODO(user): Uncomment the below line if this resource implements a controller, else delete it.
# controller: true
domain: intel.com
group: deviceplugin
kind: FpgaDevicePlugin
# TODO(user): Update the package path for your API if the below value is incorrect.
path: github.com/intel/intel-device-plugins-for-kubernetes/apis/deviceplugin/v1
version: v1
-
# TODO(user): Uncomment the below line if this resource implements a controller, else delete it.
# controller: true
domain: intel.com
group: fpga
kind: FpgaRegion
# TODO(user): Update the package path for your API if the below value is incorrect.
path: github.com/intel/intel-device-plugins-for-kubernetes/apis/fpga/v2
version: v2
-
# TODO(user): Uncomment the below line if this resource implements a controller, else delete it.
# controller: true
domain: intel.com
group: deviceplugin
kind: GpuDevicePlugin
# TODO(user): Update the package path for your API if the below value is incorrect.
path: github.com/intel/intel-device-plugins-for-kubernetes/apis/deviceplugin/v1
version: v1
-
# TODO(user): Uncomment the below line if this resource implements a controller, else delete it.
# controller: true
domain: intel.com
group: deviceplugin
kind: QatDevicePlugin
# TODO(user): Update the package path for your API if the below value is incorrect.
path: github.com/intel/intel-device-plugins-for-kubernetes/apis/deviceplugin/v1
version: v1
-
# TODO(user): Uncomment the below line if this resource implements a controller, else delete it.
# controller: true
domain: intel.com
group: deviceplugin
kind: SgxDevicePlugin
# TODO(user): Update the package path for your API if the below value is incorrect.
path: github.com/intel/intel-device-plugins-for-kubernetes/apis/deviceplugin/v1
version: v1
version: "3"
plugins:
go.sdk.operatorframework.io/v2-alpha: {}