open-feature/open-feature-operator

get rid of redundant crd documentation

Open

#475 opened on Apr 17, 2023

View on GitHub
 (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 43d 10h) (5 merged PRs 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