mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 09:53:38 -04:00
Fix Spelling error about [formatted] for statefulset.go
Signed-off-by: he.qingguo <he.qingguo@zte.com.cn>
This commit is contained in:
parent
8725c3bf12
commit
c1e1eb4d29
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue