Versions in this module Expand all Collapse all v0 v0.5.2 May 19, 2015 v0.5.1 May 13, 2015 Changes in this version + func Conflicts(labels1, labels2 map[string]string) bool + func Equals(labels1, labels2 map[string]string) bool + func Merge(labels1, labels2 map[string]string) map[string]string + func Parse(selector string) (map[string]string, error) + type Lexer struct + func (l *Lexer) Lex() (tok Token, lit string) + type Parser struct + type ScannedItem struct + type Token int + const CommaToken + const EndOfStringToken + const EqualsToken + const ErrorToken + const IdentifierToken