-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Closed
Labels
area/apiIndicates an issue on api area.Indicates an issue on api area.area/swaggerkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.sig/api-machineryCategorizes an issue or PR as relevant to SIG API Machinery.Categorizes an issue or PR as relevant to SIG API Machinery.
Description
Discovered in kubernetes-client/python#85
Some types are missing fields in generated OpenAPI spec. For example v1.ConfigMapKeySelector is missing a Name field. This is due to ignoring fields with empty json name tag while most (if not all) of these members also have "inline" tag meaning we should inline their members into the generated type.
cc @kubernetes/sig-api-machinery-misc
Metadata
Metadata
Assignees
Labels
area/apiIndicates an issue on api area.Indicates an issue on api area.area/swaggerkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.sig/api-machineryCategorizes an issue or PR as relevant to SIG API Machinery.Categorizes an issue or PR as relevant to SIG API Machinery.