mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-09 10:17:04 +00:00
By moving those utils in to a seperate package, we can make the functions names shorter and clearer. For example, instead of: ``` testutils.NFDWorkerPod(opts...) testutils.NFDMasterPod(opts...) testutils.SpecWithContainerImage(...) ``` we'll have: ``` testpod.NFDWorker(opts...) testpod.NFDMaster(opts...) testpod.SpecWithContainerImage(...) ``` It will also make the package more isolated and portable. Signed-off-by: Talor Itzhak <titzhak@redhat.com> |
||
---|---|---|
.. | ||
pod.go |