Merge pull request #97629 from heqg/typo-formatted

Fix Spelling error about [formatted] for statefulset.go
This commit is contained in:
Kubernetes Prow Robot 2021-01-05 17:10:27 -08:00 committed by GitHub
commit b959f01c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1317,7 +1317,7 @@ func deleteStatefulPodAtIndex(c clientset.Interface, index int, ss *appsv1.State
}
}
// getStatefulSetPodNameAtIndex gets formated pod name given index.
// getStatefulSetPodNameAtIndex gets formatted pod name given index.
func getStatefulSetPodNameAtIndex(index int, ss *appsv1.StatefulSet) string {
// TODO: we won't use "-index" as the name strategy forever,
// pull the name out from an identity mapper.