Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 1.06 KB

Issues.md

File metadata and controls

21 lines (17 loc) · 1.06 KB

CodeGeneration issues

  • strongly typed languages require to know whether resource field is mandatory or optional not only in request, but also in response
  • fields with microversion restrictions require becoming either optional or we have to have microversion specific types (this seems to be the way)
  • microversion specific types on the CLI are not intuitive to the user (make further wrappers around the CLI harder)
  • a way of specifying whether field should be presented in the list (or list -o wide) need to be found.
  • stricter fields types must be defined (especially python int vs u8, i32, etc)

Neutron