Skip to content

Commit f0d33ac

Browse files
authored
update DEVELOPER_GUIDE.md to ensure the requirement of adding resources in wrapper librabry (#513)
1 parent 57d427b commit f0d33ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/DEVELOPER_GUIDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ The project utilizes [openshift-python-wrapper](https://github.com/RedHatQE/open
6666
Please refer to the [documentation](https://github.com/RedHatQE/openshift-python-wrapper/blob/main/README.md)
6767
and the [examples](https://github.com/RedHatQE/openshift-python-wrapper/tree/main/examples) for more information.
6868

69+
For any missing resources, please generate a new resource using
70+
[class_generator tool](https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md) and
71+
create a PR against wrapper. Calls to cluster resources from tests, utils and fixtures must always use
72+
openshift-python-wrapper resource or oc command
73+
(when wrapper resource is not relevant. e.g. must-gather generation)
74+
6975

7076
## Conftest
7177
- Top level [conftest.py](../conftest.py) contains pytest native fixtures.

0 commit comments

Comments
 (0)