Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Selector ¶
type Selector struct {
// contains filtered or unexported fields
}
Selector is a Set of label filter expressions that get applied together to decide whether tests should be selected for execution or not.
func NewSelector ¶
func ParseSelector ¶
func (*Selector) Excludes ¶
Excludes returns false, if the given set of labels, even combined with new ones, could end up satisfying the Selector. It returns false, if Matches would never return true, even if new labels are added to the input set.
Click to show internal directories.
Click to hide internal directories.