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

Move ExecMount to pkg/volume/util/exec #76456

Merged
merged 2 commits into from
Apr 17, 2019

Commits on Apr 11, 2019

  1. Move ExecMount to pkg/volume/util/exec

    This patch moves the ExecMounter found in pkg/util/mount to
    pkg/volume/util/exec. This is done in preparation for pkg/util/mount to
    move out of tree. This specific implemention of mount.Interface is only
    used internally to K8s and does not need to move out of tree.
    codenrhoden committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    f38d493 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96476fd View commit details
    Browse the repository at this point in the history