Interface | Description |
---|---|
SSHTarget<T> |
Target interface for specifying a group of minions.
|
Target<T> |
Target interface for specifying a group of minions.
|
Class | Description |
---|---|
AbstractTarget<T> |
Base class for all target types
|
Compound |
Target for specifying minions by compound expression.
|
DictionaryTarget |
Base class for all grain and pillar target types
|
Glob |
Target for specifying minions by glob pattern.
|
Grains |
Matcher based on salt grains
|
GrainsRegEx |
Matcher based on salt grains
|
IPCidr |
Target for specifying minions by IP CIDR.
|
MinionList |
Target for specifying a list of minions.
|
NodeGroup |
Target for referencing a nodegroup.
|
Pillar |
Matcher based on salt pillar with glob matching
|
PillarExact |
Matcher based on salt pillar without glob matching
|
PillarRegEx |
Matcher based on salt pillar with regular expression matching
|
Range |
Target for specifying minions by range expression.
|
RegEx |
Target for specifying minions by regular expression.
|
Enum | Description |
---|---|
TargetType |
Possible values for the tgt_type parameter in salt netapi calls.
|