Documentation
¶
Index ¶
- type Driver
- func (d *Driver) DeleteInterface(id string)
- func (d *Driver) GetInterface(id string) *com.ContainerInterfaces
- func (d *Driver) ListBypass() []api.BypassStatus
- func (d *Driver) ListInterfaces() map[string]com.ContainerInterfaces
- func (d *Driver) PostInterface(id string, containerIfs *com.ContainerInterfaces)
- func (d *Driver) StartBypass(spec *api.BypassSpec) (*api.BypassStatus, error)
- func (d *Driver) StopBypass(id string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct {
BypassExecutablePath string
ComSocketPath string
HandleC2CEnable bool
TracerEnable bool
MultinodeEnable bool
MultinodeEtcdAddress string
MultinodeHostAddress string
// contains filtered or unexported fields
}
func (*Driver) DeleteInterface ¶ added in v0.4.0
func (*Driver) GetInterface ¶ added in v0.4.0
func (d *Driver) GetInterface(id string) *com.ContainerInterfaces
func (*Driver) ListBypass ¶
func (d *Driver) ListBypass() []api.BypassStatus
func (*Driver) ListInterfaces ¶ added in v0.4.0
func (d *Driver) ListInterfaces() map[string]com.ContainerInterfaces
func (*Driver) PostInterface ¶ added in v0.4.0
func (d *Driver) PostInterface(id string, containerIfs *com.ContainerInterfaces)
func (*Driver) StartBypass ¶
func (d *Driver) StartBypass(spec *api.BypassSpec) (*api.BypassStatus, error)
func (*Driver) StopBypass ¶
Click to show internal directories.
Click to hide internal directories.