fix links by removing table

As a workaround for broken links (Sphinks issue), this removes the
Workload Authors section table and replaces it with a list.

Revert this, if Sphinks gets fixed someday.

Signed-off-by: Ukri Niemimuukko <ukri.niemimuukko@intel.com>
This commit is contained in:
Ukri Niemimuukko 2022-07-19 15:48:08 +03:00
parent 53608ea0b8
commit dc9707443f

View File

@ -227,19 +227,25 @@ spec:
<device namespace>/<resource>: X
```
The summary of resources available via plugins in this repository is given in the
table below.
The summary of resources available via plugins in this repository is given in the list below.
| Device Namespace | Registered Resource(s) | Example(s) |
|:-----------------|:-----------------------------|:--------------------------------------------|
| `dlb.intel.com` | `pf` or `vf` | [dlb-libdlb-demo-pod.yaml](demo/dlb-libdlb-demo-pod.yaml) |
| `dsa.intel.com` | `wq-user-[shared or dedicated]` | [dsa-accel-config-demo-pod.yaml](demo/dsa-accel-config-demo-pod.yaml) |
| `fpga.intel.com` | custom, see [mappings](cmd/fpga_admissionwebhook/README.md#mappings)| [intelfpga-job.yaml](demo/intelfpga-job.yaml) |
| `gpu.intel.com` | `i915` | [intelgpu-job.yaml](demo/intelgpu-job.yaml) |
| `iaa.intel.com` | `wq-user-[shared or dedicated]` | [iaa-qpl-demo-pod.yaml](demo/iaa-qpl-demo-pod.yaml) |
| `qat.intel.com` | `generic` or `cy`/`dc`/`sym`/`asym` | [crypto-perf-dpdk-pod-requesting-qat.yaml](deployments/qat_dpdk_app/base/crypto-perf-dpdk-pod-requesting-qat.yaml) |
| `sgx.intel.com` | `epc` | [intelsgx-job.yaml](deployments/sgx_enclave_apps/base/intelsgx-job.yaml) |
| `vpu.intel.com` | `hddl` | [intelvpu-job.yaml](demo/intelvpu-job.yaml) |
**Device Namespace : Registered Resource(s)**
* `dlb.intel.com` : `pf` or `vf`
* [dlb-libdlb-demo-pod.yaml](demo/dlb-libdlb-demo-pod.yaml)
* `dsa.intel.com` : `wq-user-[shared or dedicated]`
* [dsa-accel-config-demo-pod.yaml](demo/dsa-accel-config-demo-pod.yaml)
* `fpga.intel.com` : custom, see [mappings](cmd/fpga_admissionwebhook/README.md#mappings)
* [intelfpga-job.yaml](demo/intelfpga-job.yaml)
* `gpu.intel.com` : `i915`
* [intelgpu-job.yaml](demo/intelgpu-job.yaml)
* `iaa.intel.com` : `wq-user-[shared or dedicated]`
* [iaa-qpl-demo-pod.yaml](demo/iaa-qpl-demo-pod.yaml)
* `qat.intel.com` : `generic` or `cy`/`dc`/`sym`/`asym`
* [crypto-perf-dpdk-pod-requesting-qat.yaml](deployments/qat_dpdk_app/base/crypto-perf-dpdk-pod-requesting-qat.yaml)
* `sgx.intel.com` : `epc`
* [intelsgx-job.yaml](deployments/sgx_enclave_apps/base/intelsgx-job.yaml)
* `vpu.intel.com` : `hddl`
* [intelvpu-job.yaml](demo/intelvpu-job.yaml)
## Developers