Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct {
config.InternalConfig
Units []string `toml:"units"`
ExpectedActiveState string `toml:"expected_active_state"`
Timeout config.Duration `toml:"timeout"`
Concurrency int `toml:"concurrency"`
State StateCheck `toml:"state"`
// contains filtered or unexported fields
}
type StateCheck ¶
type SystemdPlugin ¶
type SystemdPlugin struct {
config.InternalConfig
Instances []*Instance `toml:"instances"`
}
func (*SystemdPlugin) GetInstances ¶
func (p *SystemdPlugin) GetInstances() []plugins.Instance
Click to show internal directories.
Click to hide internal directories.