Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[19.03 backport] Swagger Updates #41248

Merged
merged 9 commits into from
Jul 27, 2020

Commits on Jul 23, 2020

  1. swagger: clarify the meaning of Image field in ContainerInspect endpoint

    "Container's image" term is rather ambiguous: it can be both a name and an ID.
    
    Looking at the sources[1], it's actually an image ID, so bring some clarity.
    
    [1]: https://github.com/moby/moby/blob/a6a47d1a4944799ffbe3657d4dae68e0829a0dc6/daemon/inspect.go#L170
    
    Signed-off-by: Nikolay Edigaryev <edigaryev@gmail.com>
    (cherry picked from commit c44fb42)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    edigaryev authored and thaJeztah committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    7005841 View commit details
    Browse the repository at this point in the history
  2. swagger: reformat, and wrap to ~80-chars

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 3b261d7)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    c30ff68 View commit details
    Browse the repository at this point in the history
  3. swagger: move NetworkingConfig to definitions

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 89876e8)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    d742318 View commit details
    Browse the repository at this point in the history
  4. swagger: add DeviceRequests to container create, inspect example

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit d4d62b6)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    630185b View commit details
    Browse the repository at this point in the history
  5. docs: add example calculations to container stats API

    Signed-off-by: Velko Ivanov <vivanov@deeperplane.com>
    (cherry picked from commit 4412119)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    vivanov-dp authored and thaJeztah committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    0c6bdf5 View commit details
    Browse the repository at this point in the history
  6. docs: sync API v1.39 swagger formatting with current version

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 63382e5)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    12b7746 View commit details
    Browse the repository at this point in the history
  7. docs: sync API v1.40 swagger formatting with current version

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 01244e8)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    d5ba935 View commit details
    Browse the repository at this point in the history
  8. swagger: sync updates to v1.40

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 1e89ca4)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    51bd95d View commit details
    Browse the repository at this point in the history
  9. swagger: sync updates to v1.39

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit a8b2272)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    4d9397c View commit details
    Browse the repository at this point in the history