Documentation ¶
Index ¶
Constants ¶
View Source
const ( // See the nonroot user discussion: https://github.com/GoogleContainerTools/distroless/issues/443 NobodyUID = 65534 NobodyGID = 65534 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FdPassingSocket ¶
type FdPassingSocket struct {
// contains filtered or unexported fields
}
type FdPassingSockets ¶
type FdPassingSockets struct {
// contains filtered or unexported fields
}
func (*FdPassingSockets) CloseAndUnregister ¶
func (fds *FdPassingSockets) CloseAndUnregister(targetPath string, onlyClose bool) error
func (*FdPassingSockets) Exist ¶
func (fds *FdPassingSockets) Exist(targetPath string) bool
func (*FdPassingSockets) WaitForExit ¶
func (fds *FdPassingSockets) WaitForExit(targetPath string)
type Mounter ¶
type Mounter struct { mount.MounterForceUnmounter FdPassingSockets *FdPassingSockets // contains filtered or unexported fields }
Mounter provides the meta-fuse-csi-plugin implementation of mount.Interface for the linux platform.
Click to show internal directories.
Click to hide internal directories.