Documentation
¶
Index ¶
Constants ¶
View Source
const InterfaceClassName = "_tinetInterface"
View Source
const NetworkClassName = "_tinetNetwork"
View Source
const NodeClassName = "_tinetNode"
View Source
const SpecCmdFormatName = "tinetSpecCmd"
View Source
const TinetBindMountsParamName = "_tn_bindMounts"
View Source
const TinetImageParamName = "image"
View Source
const TinetNetworkNameParamName = "_tn_networkName"
View Source
const TinetOutputFile = "spec.yaml"
View Source
const TinetYamlFormatName = "_tinetYaml"
View Source
const VirtualNodeClassName = "virtual"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TinetModule ¶
type TinetModule struct {
*types.StandardModule
}
func (TinetModule) CheckModuleRequirements ¶
func (m TinetModule) CheckModuleRequirements(cfg *types.Config, nm *types.NetworkModel) error
func (TinetModule) GenerateParameters ¶
func (m TinetModule) GenerateParameters(cfg *types.Config, nm *types.NetworkModel) error
func (*TinetModule) UpdateConfig ¶
func (m *TinetModule) UpdateConfig(cfg *types.Config) error
Click to show internal directories.
Click to hide internal directories.