kubernetes/pkg
Travis Rhoden 1c045a09db Move nsenter mounter to pkg/volume/util/nsenter
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.
2019-04-08 09:53:46 -06:00
..
api Merge pull request #71548 from smarterclayton/watch_converted 2019-03-19 22:42:22 -07:00
apis fix some failures in pkg/apis 2019-03-23 12:20:49 +08:00
auth Enact golint recommendations per issue 68026. 2019-03-29 12:50:31 +00:00
capabilities
client generated files 2019-03-07 11:57:12 -08:00
cloudprovider Merge pull request #75580 from suker200/azure_routetable_rg 2019-04-02 01:36:59 -07:00
controller Merge pull request #75080 from draveness/feature/get-nodelists-sync-daemonset 2019-04-02 08:22:35 -07:00
credentialprovider Merge pull request #71900 from charrywanganthony/remove-unused-parseAcrToken 2019-04-02 00:14:35 -07:00
features Promote RuntimeClass to beta 2019-03-08 13:21:52 -08:00
fieldpath Update gofmt for go1.11 2018-10-05 12:59:38 -07:00
generated openapi: add spec roundtrip test 2019-02-11 13:16:37 +01:00
kubeapiserver Merge pull request #74615 from andrewsykim/delete-pvl-controller 2019-03-05 08:16:03 -08:00
kubectl Merge pull request #75346 from seans3/version-fix 2019-04-02 10:19:18 -07:00
kubelet logs: consume all file until EOF on exited container 2019-03-30 17:42:21 +01:00
kubemark Refactor subpath out of pkg/util/mount 2019-02-26 19:59:53 -07:00
master generated BUILD 2019-03-11 10:26:56 -07:00
printers Merge pull request #75445 from shinytang6/enhance/fmt 2019-03-26 13:55:17 -07:00
probe Don't follow non-local redirects for http probes 2019-03-15 11:04:30 -07:00
proxy Merge pull request #74341 from paulsubrata55/kube_proxy_sctp_fix 2019-03-26 12:33:33 -07:00
quota Update quota status with limits even when calculating errors 2019-03-26 23:15:40 -04:00
registry Merge pull request #74321 from yastij/signal-undecorated-storage-event 2019-03-24 03:21:05 -07:00
routes Merge pull request #69250 from warmchang/lint-pkg/routes 2019-02-15 06:39:29 -08:00
scheduler Merge pull request #75703 from tedyu/master 2019-04-01 13:18:58 -07:00
security Merge pull request #75680 from tallclair/psp-refactor 2019-03-26 21:59:01 -07:00
securitycontext Clean unused code in pkg/securitycontext/util.go 2019-02-11 10:30:47 +08:00
serviceaccount Extract new keyutil package from client-go/util/cert 2019-02-19 09:48:59 -08:00
ssh cleanup pkg/ssh 2018-11-11 22:07:29 -08:00
util Move nsenter mounter to pkg/volume/util/nsenter 2019-04-08 09:53:46 -06:00
version
volume Move nsenter mounter to pkg/volume/util/nsenter 2019-04-08 09:53:46 -06:00
watch/json
windows/service windows/svc: address failing test by updating bazel BUILD 2019-02-07 16:58:37 +01:00
.import-restrictions Avoid using ghodss/yaml - switch to our forked repo 2019-02-21 21:36:35 -05:00
BUILD Migrate RuntimeClass to internal API 2019-03-07 11:07:54 -08:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00