mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 00:15:43 +03:00
Remove unused field
This commit is contained in:
@@ -154,7 +154,6 @@ type Affinity struct {
|
||||
RTarget string // Right-hand target
|
||||
Operand string // Constraint operand (<=, <, =, !=, >, >=), set_contains_all, set_contains_any
|
||||
Weight float64 // Weight applied to nodes that match the affinity. Can be negative
|
||||
str string // Memoized string
|
||||
}
|
||||
|
||||
func NewAffinity(LTarget string, Operand string, RTarget string, Weight float64) *Affinity {
|
||||
|
||||
Reference in New Issue
Block a user