Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record struct {
Name string `json:"name"`
Network string `json:"network"`
IP string `json:"ip"`
VMID string `json:"vm_id"`
}
Record describes a resolvable VM name inside a network scope.
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
Resolver resolves VM names to IP addresses using in-memory VM state.
func NewResolver ¶
NewResolver creates a Resolver backed by a VM source.
Click to show internal directories.
Click to hide internal directories.