• Travis Rhoden's avatar
    Move nsenter mounter to pkg/volume/util/nsenter · 1c045a09
    Travis Rhoden authored
    As part of moving pkg/util/mount out of tree, the NSEnter implementation
    of mount.Interface needs to be relocated out of pkg/util/mount, as it is
    K8s specific. This patch relocates that mounter implementation to
    pkg/volume/util/nsenter.
    
    Since the NSEnter mounter shares a lot of its logic with the Linux
    mounter implementation, many of the previously private methods of the
    Linux mounter are now made public to maintain that shared code.
    
    Additionaly, it was observed that *all* mount.Interface implemenations
    were using the same common method for IsNotMountPoint, so this patch
    removes that method from the mount.Interface definition and just exports
    the common implementation instead.
    1c045a09
Name
Last commit
Last update
..
api Loading commit data...
apis Loading commit data...
auth Loading commit data...
capabilities Loading commit data...
client Loading commit data...
cloudprovider Loading commit data...
controller Loading commit data...
credentialprovider Loading commit data...
features Loading commit data...
fieldpath Loading commit data...
generated Loading commit data...
kubeapiserver Loading commit data...
kubectl Loading commit data...
kubelet Loading commit data...
kubemark Loading commit data...
master Loading commit data...
printers Loading commit data...
probe Loading commit data...
proxy Loading commit data...
quota Loading commit data...
registry Loading commit data...
routes Loading commit data...
scheduler Loading commit data...
security Loading commit data...
securitycontext Loading commit data...
serviceaccount Loading commit data...
ssh Loading commit data...
util Loading commit data...
version Loading commit data...
volume Loading commit data...
watch/json Loading commit data...
windows/service Loading commit data...
.import-restrictions Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...