Skip to content

Commit 3f580d4

Browse files
committed
mark dlb and fpga as deprecated
Signed-off-by: Tuomas Katila <[email protected]>
1 parent 2f8c275 commit 3f580d4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ discrete and integrated Intel GPU device files.
5757
The demo subdirectory contains both a [GPU plugin demo video](demo/readme.md#intel-gpu-device-plugin-demo-video)
5858
and an OpenCL sample deployment (`intelgpu-job.yaml`).
5959

60-
### FPGA Device Plugin
60+
### FPGA Device Plugin (deprecated)
6161

6262
The [FPGA device plugin](cmd/fpga_plugin/README.md) supports FPGA passthrough for
6363
the following hardware:
@@ -173,7 +173,7 @@ type [memory](https://kubernetes.io/docs/concepts/configuration/manage-resources
173173
The [DSA device plugin](cmd/dsa_plugin/README.md) supports acceleration using
174174
the Intel Data Streaming accelerator(DSA).
175175

176-
### DLB Device Plugin
176+
### DLB Device Plugin (deprecated)
177177

178178
The [DLB device plugin](cmd/dlb_plugin/README.md) supports Intel Dynamic Load
179179
Balancer accelerator(DLB).

deployments/operator/crd/bases/deviceplugin.intel.com_dlbdeviceplugins.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
schema:
3232
openAPIV3Schema:
3333
description: |-
34-
DlbDevicePlugin is the Schema for the dlbdeviceplugins API. It represents
34+
DEPRECATED: DlbDevicePlugin is the Schema for the dlbdeviceplugins API. It represents
3535
the DLB device plugin responsible for advertising Intel DLB hardware resources to
3636
the kubelet.
3737
properties:

deployments/operator/crd/bases/deviceplugin.intel.com_fpgadeviceplugins.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
schema:
3232
openAPIV3Schema:
3333
description: |-
34-
FpgaDevicePlugin is the Schema for the fpgadeviceplugins API. It represents
34+
DEPRECATED: FpgaDevicePlugin is the Schema for the fpgadeviceplugins API. It represents
3535
the FPGA device plugin responsible for advertising Intel FPGA hardware resources to
3636
the kubelet.
3737
properties:

pkg/apis/deviceplugin/v1/dlbdeviceplugin_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ type DlbDevicePluginStatus struct {
7373
// +kubebuilder:printcolumn:name="Age",type=date,JSONPath=`.metadata.creationTimestamp`
7474
// +operator-sdk:csv:customresourcedefinitions:displayName="Intel DLB Device Plugin"
7575

76-
// DlbDevicePlugin is the Schema for the dlbdeviceplugins API. It represents
76+
// DEPRECATED: DlbDevicePlugin is the Schema for the dlbdeviceplugins API. It represents
7777
// the DLB device plugin responsible for advertising Intel DLB hardware resources to
7878
// the kubelet.
7979
type DlbDevicePlugin struct {

pkg/apis/deviceplugin/v1/fpgadeviceplugin_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ type FpgaDevicePluginStatus struct {
7777
// +kubebuilder:printcolumn:name="Age",type=date,JSONPath=`.metadata.creationTimestamp`
7878
// +operator-sdk:csv:customresourcedefinitions:displayName="Intel FPGA Device Plugin"
7979

80-
// FpgaDevicePlugin is the Schema for the fpgadeviceplugins API. It represents
80+
// DEPRECATED: FpgaDevicePlugin is the Schema for the fpgadeviceplugins API. It represents
8181
// the FPGA device plugin responsible for advertising Intel FPGA hardware resources to
8282
// the kubelet.
8383
type FpgaDevicePlugin struct {

pkg/apis/fpga/v2/fpgaregion_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ type FpgaRegion struct {
4343

4444
// +kubebuilder:object:root=true
4545

46-
// FpgaRegionList is a list of FpgaRegion resources.
46+
// DEPRECATED: FpgaRegionList is a list of FpgaRegion resources.
4747
type FpgaRegionList struct {
4848
metav1.TypeMeta `json:",inline"`
4949
metav1.ListMeta `json:"metadata,omitempty"`

0 commit comments

Comments
 (0)