Replies: 1 comment
-
The is no real answer here. We have no automated testing to check swagger against the the real code like we have for the man pages. So it is easy for the swagger to get out of date if reviewers miss such changes (and this is very is to do because the swagger is often defined in a different file). So I suggest you open issues if you find a mismatch and they will be fixed eventually. And even better, if you know hot to fix the issues, open PRs for them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the image push libpod API (link), only three query parameters are listed -
destination
,quiet
andtlsVerify
. Whereas in the code here I see more query parameters, viz.,CompressionFormat
,Format
,All
,RemoveSignatures
. Why is there a mismatch in the query parameters in the code and that listed in documentation? Also in the comment just above thePushImage
function it says it is the compat http endpoint, isn't this the libpod endpoint?For image pull libpod API, there's a
credentials
query parameter mentioned in the documentation, but that query parameter is not present in the code (link).Could someone explain the mismatch in the query parameters listed in the code and that listed in the documentation?
Beta Was this translation helpful? Give feedback.
All reactions