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

Host Volumes Support: Rollup Edition #6100

Merged
merged 17 commits into from
Aug 12, 2019
Merged

Host Volumes Support: Rollup Edition #6100

merged 17 commits into from
Aug 12, 2019

Commits on Aug 12, 2019

  1. Configuration menu
    Copy the full SHA
    ad72d16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8514893 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86b4296 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a216dae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    709abbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3c003d View commit details
    Browse the repository at this point in the history
  7. Update scheduler/feasible.go

    Co-Authored-By: Mahmood Ali <mahmood@hashicorp.com>
    endocrimes and Mahmood Ali committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    0f5cf5f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af5d42c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b7be83 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    869f1da View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    346444b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f478c8c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a86a077 View commit details
    Browse the repository at this point in the history
  14. acl: Add HostVolume ACLs

    This adds an initial implementation of ACLs for HostVolumes.
    
    Because HostVolumes are a cluster-wide resource, they cannot be tied to
    a namespace, thus here we allow similar wildcard definitions based on
    their names, tied to a set of capabilities.
    
    Initially, the only available capabilities are deny, or mount. These
    may be extended in the future to allow read-fs, mount-readonly and
    similar capabilities.
    endocrimes committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    065688d View commit details
    Browse the repository at this point in the history
  15. Configuration menu