Some struct fields missing in swagger-spec #6842
Labels
area/swagger
kind/bug
Categorizes issue or PR as related to a bug.
kind/documentation
Categorizes issue or PR as related to documentation.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
sig/api-machinery
Categorizes an issue or PR as relevant to SIG API Machinery.
Some struct fields are missing in the properties field of models in our swagger-spec.
For example, the model for VolumeSource does not have awsElasticBlockStore property: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/api/swagger-spec/v1beta1.json#L9849
while the struct definition has that field: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/pkg/api/v1beta1/types.go#L110
This most likely is a bug in go-restful, but I havent been able to produce a standalone example to reproduce.
Filling this in the meantime to keep track.
The text was updated successfully, but these errors were encountered: