Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrDataNodeRequired = errors.New("datanode is required") ErrConfigIsNil = errors.New("config is nil") )
View Source
var (
ExecCommand = exec.Command
)
Functions ¶
Types ¶
type TerminalIsolationMatrix ¶
TerminalIsolationMatrix represents a runc bundle.
func FromDataNode ¶
func FromDataNode(dn *datanode.DataNode) (*TerminalIsolationMatrix, error)
FromDataNode creates a new TerminalIsolationMatrix from a DataNode.
func New ¶
func New() (*TerminalIsolationMatrix, error)
New creates a new, empty TerminalIsolationMatrix.
func (*TerminalIsolationMatrix) ToTar ¶
func (m *TerminalIsolationMatrix) ToTar() ([]byte, error)
ToTar serializes the TerminalIsolationMatrix to a tarball.
Click to show internal directories.
Click to hide internal directories.