Documentation ¶
Overview ¶
Package label contains function managing labels and selectors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SplitSelectors ¶
Types ¶
type Claims ¶
Claims provide consumers the ability to signal cache availability to job-manager.
func ParseClaims ¶
type Labels ¶
func ParseStringArray ¶
type Selectors ¶
type Selectors struct { Names []string `json:"names,omitempty"` NotNames []string `json:"not_names,omitempty"` In map[string][]string `json:"in,omitempty"` NotIn map[string][]string `json:"not_in,omitempty"` }
func ParseSelectors ¶
func (*Selectors) CacheKey ¶
CacheKey returns a string that can be used as a cache key for the selector values.
func (*Selectors) InclusiveKeys ¶
Click to show internal directories.
Click to hide internal directories.