open-feature/open-feature-operator

get rid of redundant crd documentation

Open

#475 opened on Apr 17, 2023

 (0 comments) (0 reactions) (0 assignees)Go (58 forks)github user discovery
contribfestdocumentationgood first issuehelp wanted

Repository metrics

Stars
 (300 stars)
PR merge metrics
 (Avg merge 1h 2m) (1 merged PR in 30d)

Description

We could make a custom .tmpl to pass crdoc command to avoid generating redundant tables with k8s core infos such as:

FeatureFlagConfiguration.spec.flagDSpec.envs[index].valueFrom
FeatureFlagConfiguration.spec.flagDSpec.envs[index].valueFrom.configMapKeyRef
FeatureFlagConfiguration.spec.flagDSpec.envs[index].valueFrom.fieldRef
FeatureFlagConfiguration.spec.flagDSpec.envs[index].valueFrom.resourceFieldRef
FeatureFlagConfiguration.spec.flagDSpec.envs[index].valueFrom.secretKeyRef

Contributor guide