Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultLabelPrefix = "voiyd.io"
Variables ¶
View Source
var DefaultContainerLabels = []string{LabelPrefix("uuid").String()}
Functions ¶
This section is empty.
Types ¶
type CompositeSelector ¶
type CompositeSelector struct {
Selectors []Selector
}
func NewCompositeSelectorFromMap ¶
func NewCompositeSelectorFromMap(labelMap map[string]string) CompositeSelector
func (CompositeSelector) Matches ¶
func (s CompositeSelector) Matches(labels Label) bool
type EqualitySelector ¶
func (EqualitySelector) Matches ¶
func (s EqualitySelector) Matches(labels Label) bool
type ExistsSelector ¶
type ExistsSelector struct {
Key string
}
func (ExistsSelector) Matches ¶
func (s ExistsSelector) Matches(labels Label) bool
type LabelPrefix ¶
type LabelPrefix string
func (LabelPrefix) String ¶
func (d LabelPrefix) String() string
type SetSelector ¶
func (SetSelector) Matches ¶
func (s SetSelector) Matches(labels Label) bool
Click to show internal directories.
Click to hide internal directories.