We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76dcd4f commit 88f3b64Copy full SHA for 88f3b64
keps/sig-scheduling/3633-matchlabelselectors-to-podaffinity/README.md
@@ -369,7 +369,7 @@ type PodAffinityTerm struct {
369
// which pods will be taken into consideration for the incoming pod's pod (anti) affinity.
370
// The default value is empty.
371
// +optional
372
- MatchLabelSelectors []strinMatchLabelSelectorg
+ MatchLabelSelectors []MatchLabelSelector
373
}
374
```
375
0 commit comments