mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-21 10:17:33 +00:00
Merge pull request #87725 from alculquicondor/rm_affinity_weight
Add defaults to pod affinity args
This commit is contained in:
@@ -52,7 +52,7 @@ type Fit struct {
|
||||
type FitArgs struct {
|
||||
// IgnoredResources is the list of resources that NodeResources fit filter
|
||||
// should ignore.
|
||||
IgnoredResources []string `json:"IgnoredResources,omitempty"`
|
||||
IgnoredResources []string `json:"ignoredResources,omitempty"`
|
||||
}
|
||||
|
||||
// preFilterState computed at PreFilter and used at Filter.
|
||||
|
||||
Reference in New Issue
Block a user