You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVEL.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,21 @@ Otherwise, they can be logged as simple values:
122
122
klog.Warningf("Example of a warning due to an external error: %v", err)
123
123
```
124
124
125
+
### Checklist for new device plugins
126
+
127
+
For new device plugins contributed to this repository, below is a
128
+
checklist to get the plugin on par feature and quality wise with
129
+
others:
130
+
131
+
1. Plugin binary available in [`cmd/`](cmd), its corresponding Dockerfile in [`build/docker/`](build/docker) and deployment Kustomization/YAMLs in [`deployments/`](deployments).
132
+
2. Plugin binary Go unit tests implemented and passing with >80% coverage: `make test WHAT=./cmd/<plugin>`.
0 commit comments