Description
When building applications in golang we often need to be able to access all values of the enum as an array.
Instead of building them on client side we can expose allowed enum values directly.
Change required
allowed{{{classname}}}EnumValues => Allowed{{{classname}}}EnumValues
Example: https://github.com/redhat-developer/app-services-sdk-go/blob/main/registryinstance/apiv1internal/client/model_rule_type.go#L28-L31