Documentation
¶
Index ¶
- type Builder
- func (b *Builder) GetExecCmd() *exec.Cmd
- func (b *Builder) SetOptAll() *Builder
- func (b *Builder) SetOptCgroup(file *string) *Builder
- func (b *Builder) SetOptFollowContext() *Builder
- func (b *Builder) SetOptGid(gid int) *Builder
- func (b *Builder) SetOptIPC(file *string) *Builder
- func (b *Builder) SetOptMount(file *string) *Builder
- func (b *Builder) SetOptNetwork(file *string) *Builder
- func (b *Builder) SetOptNoFork() *Builder
- func (b *Builder) SetOptPID(file *string) *Builder
- func (b *Builder) SetOptPreserveCredentials() *Builder
- func (b *Builder) SetOptRoot(path *string) *Builder
- func (b *Builder) SetOptTarget(pid uint32) *Builder
- func (b *Builder) SetOptUTS(file *string) *Builder
- func (b *Builder) SetOptUid(uid int) *Builder
- func (b *Builder) SetOptUser(file *string) *Builder
- func (b *Builder) SetOptWd(path *string) *Builder
- func (b *Builder) SetProgram(c []string) *Builder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func (*Builder) GetExecCmd ¶
func (*Builder) SetOptCgroup ¶
func (*Builder) SetOptFollowContext ¶
func (*Builder) SetOptMount ¶
func (*Builder) SetOptNetwork ¶
func (*Builder) SetOptNoFork ¶
func (*Builder) SetOptPreserveCredentials ¶
func (*Builder) SetOptRoot ¶
func (*Builder) SetOptTarget ¶
func (*Builder) SetOptUser ¶
func (*Builder) SetProgram ¶
Click to show internal directories.
Click to hide internal directories.