mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #99491 from uzuku/2021-feb-fix-typo
Fix typo in comment for purgeInitContainers.
This commit is contained in:
commit
d85aed6e5b
@ -718,7 +718,7 @@ func (m *kubeGenericRuntimeManager) pruneInitContainersBeforeStart(pod *v1.Pod,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove all init containres. Note that this function does not check the state
|
// Remove all init containers. Note that this function does not check the state
|
||||||
// of the container because it assumes all init containers have been stopped
|
// of the container because it assumes all init containers have been stopped
|
||||||
// before the call happens.
|
// before the call happens.
|
||||||
func (m *kubeGenericRuntimeManager) purgeInitContainers(pod *v1.Pod, podStatus *kubecontainer.PodStatus) {
|
func (m *kubeGenericRuntimeManager) purgeInitContainers(pod *v1.Pod, podStatus *kubecontainer.PodStatus) {
|
||||||
|
Loading…
Reference in New Issue
Block a user