Merge pull request #78476 from mysunshine92/fix-typo-anti

fix typo in /test/integration
This commit is contained in:
Kubernetes Prow Robot 2019-06-14 04:08:48 -07:00 committed by GitHub
commit 4108333bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ func BenchmarkSchedulingNodeAffinity(b *testing.B) {
func makeBasePodWithPodAntiAffinity(podLabels, affinityLabels map[string]string) *v1.Pod {
basePod := &v1.Pod{
ObjectMeta: metav1.ObjectMeta{
GenerateName: "anit-affinity-pod-",
GenerateName: "anti-affinity-pod-",
Labels: podLabels,
},
Spec: testutils.MakePodSpec(),