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
Kubernetes has some conventions for type descriptions:
- Line that only contains --- separates the description from comments.
The leading lines are part of public documentation, the trailing lines are
internal instructions such as code examples etc.
- Line that begins with TODO are internal notes for implementers, and not
part of public documentation of the type.
This change strips above informational text away from the generated CRDs
while keeping them if they appear inside markdown fenced code block.
Signed-off-by: Tero Saarni <[email protected]>
0 commit comments