mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00

Extended fpga plugin to support both in-tree(DFL) and out-of-tree (OPAE) kernel drivers. - fpga_crihook: move JSON parsing to separate functions - decreased cyclomatic complexity of the CRI hook main() function - increased readability - increased test coverage Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
18 lines
661 B
JSON
18 lines
661 B
JSON
{
|
|
"annotations": {
|
|
"io.kubernetes.container.hash": "b202a1fa",
|
|
"io.kubernetes.container.name": "test-container",
|
|
"io.kubernetes.container.restartCount": "0",
|
|
"io.kubernetes.pod.name": "test-fpga-region",
|
|
"io.kubernetes.pod.namespace": "default",
|
|
"io.kubernetes.pod.terminationGracePeriod": "30",
|
|
"io.kubernetes.pod.uid": "942e94c1-72d3-11e8-b221-c81f66f62fcc",
|
|
"com.intel.fpga.mode": "fpga.intel.com/region"
|
|
},
|
|
"bundle": "bla-does-not-exist",
|
|
"id": "1c40dd8efd268a47d7fb9f75d00f50c20af49d07d8d3c5fb948e68abb6d5ecf9",
|
|
"ociVersion": "1.0.0",
|
|
"pid": 39638,
|
|
"status": ""
|
|
}
|