Skip to content

Commit 759865c

Browse files
committed
alphabetize device plugins
1 parent ec7c348 commit 759865c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ pluginapi.Device{ID: "25102017", Health: pluginapi.Healthy, Topology:&pluginapi.
460460
Here are some examples of device plugin implementations:
461461

462462
* The [AMD GPU device plugin](https://github.com/RadeonOpenCompute/k8s-device-plugin)
463+
* The [generic device plugin](https://github.com/squat/generic-device-plugin) for generic Linux devices and USB devices
463464
* The [Intel device plugins](https://github.com/intel/intel-device-plugins-for-kubernetes) for
464465
Intel GPU, FPGA, QAT, VPU, SGX, DSA, DLB and IAA devices
465466
* The [KubeVirt device plugins](https://github.com/kubevirt/kubernetes-device-plugins) for
@@ -470,7 +471,6 @@ Here are some examples of device plugin implementations:
470471
* The [Solarflare device plugin](https://github.com/vikaschoudhary16/sfc-device-plugin)
471472
* The [SR-IOV Network device plugin](https://github.com/intel/sriov-network-device-plugin)
472473
* The [Xilinx FPGA device plugins](https://github.com/Xilinx/FPGA_as_a_Service/tree/master/k8s-device-plugin) for Xilinx FPGA devices
473-
* The [generic device plugin](https://github.com/squat/generic-device-plugin) for generic Linux devices and USB devices
474474

475475
## {{% heading "whatsnext" %}}
476476

0 commit comments

Comments
 (0)