Documentation ¶
Index ¶
- Constants
- func IsKindProvided(providerID string) (string, bool)
- func ListClusters() ([]string, error)
- func NetworkConnect(networkID string, nodes []Node) error
- func NetworkDisconnect(networkID string, nodes []Node) error
- type Node
- func (n *Node) Exec(cmd ...string) (stdout, stderr []byte, err error)
- func (n *Node) ListLinks() ([]iproute.Link, error)
- func (n *Node) ListRoutes(nonLinkLocalUnicast bool) ([]iproute.Route, error)
- func (n *Node) Name() string
- func (n *Node) NetworkConnect(networkID string) error
- func (n *Node) NetworkDisconnect(networkID string) error
- func (n *Node) WaitLinkToDisappear(linkName string, interval time.Duration, deadline time.Time) error
Constants ¶
View Source
const NetworkName = "kind"
Variables ¶
This section is empty.
Functions ¶
func IsKindProvided ¶
func ListClusters ¶
func NetworkConnect ¶
func NetworkDisconnect ¶
Types ¶
type Node ¶
func (*Node) ListRoutes ¶
func (*Node) NetworkConnect ¶
func (*Node) NetworkDisconnect ¶
Click to show internal directories.
Click to hide internal directories.