Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 997 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 997 Bytes

podmanapi

The podmanapi package was generated using the Swagger Codegen 3.0.23 downloaded from the Maven Repository:

java -jar swagger-codegen-cli-3.0.23.jar generate -l go -i https://storage.googleapis.com/libpod-master-releases/swagger-latest-master.yaml -o pkg/swagger

The link to the swagger-latest-master.yaml was found in the auto-generated API documentation page.

Afterwards:

  • the missing os imports were added
  • model_plugin_config_linux.go was renamed to model_plugin_config_linux_.go
  • model_namespace.go's Namespace's String_ field JSON name was changed from string to value to accomodate the upstream change

... to fix the compilation.