mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Merge pull request #34041 from pigmej/fix_typos_plugin
Automatic merge from submit-queue Fix typos and englishify plugin/pkg **What this PR does / why we need it**: Just typos **Which issue this PR fixes**: `None` **Special notes for your reviewer**: Just typos **Release note**: `NONE`
This commit is contained in:
@@ -2022,7 +2022,7 @@ func TestInterPodAffinity(t *testing.T) {
|
||||
pods: []*api.Pod{{Spec: api.PodSpec{NodeName: "machine1"}, ObjectMeta: api.ObjectMeta{Labels: podLabel}}},
|
||||
node: &node1,
|
||||
fits: false,
|
||||
test: "The labelSelector requirements(items of matchExpressions) are ANDed, the pod cannot schedule onto the node becasue one of the matchExpression item don't match.",
|
||||
test: "The labelSelector requirements(items of matchExpressions) are ANDed, the pod cannot schedule onto the node because one of the matchExpression item don't match.",
|
||||
},
|
||||
{
|
||||
pod: &api.Pod{
|
||||
|
||||
Reference in New Issue
Block a user