vmware-tanzu / cartographer-conventions

Conventions provide a mechanism for platform operators to define cross cutting behavior that is applied to Kubernetes resources by understanding the developers intent and the semantics of the resources being advised.
Apache License 2.0
16 stars 8 forks source link

Default value schema added. This is needed to gen the OpenAPIv3 Schema in the Package resource #680

Closed rashedkvm closed 7 months ago

rashedkvm commented 7 months ago

Pull request

What this PR does / why we need it

The default value schema is used when building the bundle pkg via kctrl. It generates the configurable value fields under valueSchema in the Package resource.

Which issue(s) this PR fixes

Fixes #

Describe testing done for PR

Additional information or special notes for your reviewer