const DefaultHostRootFsPath …
type Nsenter …
type NSEnter …
func NewNsenter(hostRootFsPath string, executor exec.Interface) (*Nsenter, error) { … }
func (ne *NSEnter) Exec(cmd string, args []string) exec.Cmd { … }
func (ne *NSEnter) AbsHostPath(command string) string { … }
func (ne *NSEnter) SupportsSystemd() (string, bool) { … }
func (ne *NSEnter) Command(cmd string, args ...string) exec.Cmd { … }
func (ne *NSEnter) CommandContext(ctx context.Context, cmd string, args ...string) exec.Cmd { … }
func (ne *NSEnter) LookPath(file string) (string, error) { … }
var _ …