Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
// Targets is a list of targets identified by a label set. Each target is
// uniquely identifiable in the group by its address label.
Targets []model.LabelSet
// Labels is a set of labels that is common across all targets in the group.
Labels model.LabelSet
// Source is an identifier that describes a group of targets.
Source string
}
Group is a set of targets with a common label set(production , test, staging etc.).
func (Group) MarshalJSON ¶
MarshalJSON implements the json.Marshaler interface.
func (Group) MarshalYAML ¶
MarshalYAML implements the yaml.Marshaler interface.
func (*Group) UnmarshalJSON ¶
UnmarshalJSON implements the json.Unmarshaler interface.
func (*Group) UnmarshalYAML ¶
UnmarshalYAML implements the yaml.Unmarshaler interface.
Click to show internal directories.
Click to hide internal directories.