NVIDIA / k8s-dra-driver

Dynamic Resource Allocation (DRA) for NVIDIA GPUs in Kubernetes
Apache License 2.0
212 stars 38 forks source link

Remove item when values are empty in map #48

Closed kerthcet closed 7 months ago

kerthcet commented 7 months ago

/assign @elezar

elezar commented 7 months ago

@kerthcet I see the linter is complaining due to imports and fmt errors. Once these are addressed it should be good to go.

kerthcet commented 7 months ago

Actually I have no idea why this is failed but I changed the import as you did, can you help to approve this workflow, and see what will happen. @elezar

elezar commented 7 months ago

I have just created #49 so that you can run:

Locally to address this.

elezar commented 7 months ago

Also, please just squash the changes into a single commit.

kerthcet commented 7 months ago

Done @elezar