Documentation ¶
Index ¶
- Constants
- type SlaveNotFoundError
- type Vlan
- func (v *Vlan) AddLocalArea(id int, cidr string) error
- func (v *Vlan) NIC() iface.IFace
- func (v *Vlan) RemoveLocalArea(id int, cidr string) error
- func (v *Vlan) Setup(nic string) error
- func (v *Vlan) Status(condition network.Condition) (*network.Status, error)
- func (v *Vlan) Teardown() error
- func (v *Vlan) Type() string
Constants ¶
View Source
const ( BridgeName = "harvester-br0" PVID = 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SlaveNotFoundError ¶
type SlaveNotFoundError struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.