Skip to content

Commit d2d95ed

Browse files
Update docs/book/src/faq.md
Co-authored-by: Camila Macedo <[email protected]>
1 parent ad5dbf2 commit d2d95ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/book/src/faq.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ Your CRDs are generated using [controller-gen][controller-gen]. By using the opt
114114
# However, it has a size limit and if the CRD is too big with so many long descriptions as this one it will cause the failure.
115115
$(CONTROLLER_GEN) rbac:roleName=manager-role crd:maxDescLen=0 webhook paths="./..." output:crd:artifacts:config=config/crd/bases
116116
```
117+
**By re-design your APIs:**
118+
117119
You can review the design of your APIs and see if it has not more specs than should be by hurting single responsibility principle for example. So that you might to re-design them.
118120
119121

0 commit comments

Comments
 (0)