-
Notifications
You must be signed in to change notification settings - Fork 327
Closed
Labels
FeatureRequestNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The Kuberentes ecosystem use comments to denote whether a field is optional or required. The comment has a direct effect on the produced OpenAPI schema, and often means otherwise correct Go "schemas" will be represented incorrectly with CUE.
Describe the solution you'd like
CUE should consider the +optional
comment when evaluating whether a field is optional.
Describe alternatives you've considered
Additional context
Metadata
Metadata
Assignees
Labels
FeatureRequestNew feature or requestNew feature or request