Fix TweakContainers comment

This commit is contained in:
Tim Allclair 2025-02-20 16:09:58 -08:00
parent e52274a9e2
commit 7098221ae5

View File

@ -336,7 +336,7 @@ func SetResizeStatus(resizeStatus api.PodResizeStatus) TweakPodStatus {
}
}
// TweakContainers applies the container tweaks to all containers in the pod with a masked type.
// TweakContainers applies the container tweaks to all containers (regular & init) in the pod.
// Note: this should typically be added to pod tweaks after all containers have been added.
func TweakContainers(tweaks ...TweakContainer) Tweak {
return func(pod *api.Pod) {