Merge pull request #130330 from tallclair/forbid-memory-limit-decrease

Fix TweakContainers comment
This commit is contained in:
Kubernetes Prow Robot 2025-02-20 19:48:32 -08:00 committed by GitHub
commit 97c7a16496
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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) {