Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Memberspec ¶
type Memberspec struct {
Name string `json:"name"`
}
type Poolspec ¶
type Poolspec struct { Name string `json:"name"` Partition string `json:"partition"` Monitor string `json:"monitor"` Members []Memberspec `json:"members"` }
type Virtualspec ¶
type Virtualspec struct {
Rules []string `json:"rules"`
}
Click to show internal directories.
Click to hide internal directories.