Skip to content

Commit 88f3b64

Browse files
committed
fix(kep-3633): redesign matchlabelselectors
1 parent 76dcd4f commit 88f3b64

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-scheduling/3633-matchlabelselectors-to-podaffinity

1 file changed

+1
-1
lines changed

keps/sig-scheduling/3633-matchlabelselectors-to-podaffinity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ type PodAffinityTerm struct {
369369
// which pods will be taken into consideration for the incoming pod's pod (anti) affinity.
370370
// The default value is empty.
371371
// +optional
372-
MatchLabelSelectors []strinMatchLabelSelectorg
372+
MatchLabelSelectors []MatchLabelSelector
373373
}
374374
```
375375

0 commit comments

Comments
 (0)