mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #78476 from mysunshine92/fix-typo-anti
fix typo in /test/integration
This commit is contained in:
commit
4108333bcf
@ -135,7 +135,7 @@ func BenchmarkSchedulingNodeAffinity(b *testing.B) {
|
|||||||
func makeBasePodWithPodAntiAffinity(podLabels, affinityLabels map[string]string) *v1.Pod {
|
func makeBasePodWithPodAntiAffinity(podLabels, affinityLabels map[string]string) *v1.Pod {
|
||||||
basePod := &v1.Pod{
|
basePod := &v1.Pod{
|
||||||
ObjectMeta: metav1.ObjectMeta{
|
ObjectMeta: metav1.ObjectMeta{
|
||||||
GenerateName: "anit-affinity-pod-",
|
GenerateName: "anti-affinity-pod-",
|
||||||
Labels: podLabels,
|
Labels: podLabels,
|
||||||
},
|
},
|
||||||
Spec: testutils.MakePodSpec(),
|
Spec: testutils.MakePodSpec(),
|
||||||
|
Loading…
Reference in New Issue
Block a user