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

Add Authorization field to Plugins for Info #14383

Merged
merged 2 commits into from
May 27, 2022

Commits on May 26, 2022

  1. Add Authorixation field to Plugins for Info

    The Authorization field lists the plugins for granting access to the
    Docker daemon. This field will always be nil for Podman as there is no
    daemon. The field is included for compatibility.
    
    ```release-note
    NONE
    ```
    
    [NO NEW TESTS NEEDED]
    
    Signed-off-by: Jhon Honce <jhonce@redhat.com>
    jwhonce committed May 26, 2022
    Configuration menu
    Copy the full SHA
    d730f2b View commit details
    Browse the repository at this point in the history
  2. Refactor populating uptime

    Refactor populating uptime field to use standard library parsing and
    math for populating the hour, minute, seconds fields.
    
    Note: the go-humanize package does not cover time.Duration just
    time.time.
    
    ```release-note
    NONE
    ```
    
    [NO NEW TESTS NEEDED]
    
    Signed-off-by: Jhon Honce <jhonce@redhat.com>
    jwhonce committed May 26, 2022
    Configuration menu
    Copy the full SHA
    e13c5f3 View commit details
    Browse the repository at this point in the history