Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseConstraints ¶
func ParseConstraints(rawConstraints [][]string) (map[string][]Constraint, error)
Types ¶
type Cluster ¶
type Cluster struct {
// contains filtered or unexported fields
}
func NewClusterConstraint ¶
type Constraint ¶
func MustParseConstraint ¶
func MustParseConstraint(value []string) Constraint
func ParseConstraint ¶
func ParseConstraint(value []string) (Constraint, error)
type GroupBy ¶
type GroupBy struct {
// contains filtered or unexported fields
}
func NewGroupByConstraint ¶
type Unlike ¶
type Unlike struct {
// contains filtered or unexported fields
}
func NewUnlikeConstraint ¶
Click to show internal directories.
Click to hide internal directories.