Skip to content

Commit 7098221

Browse files
committed
Fix TweakContainers comment
1 parent e52274a commit 7098221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/api/pod/testing/make.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ func SetResizeStatus(resizeStatus api.PodResizeStatus) TweakPodStatus {
336336
}
337337
}
338338

339-
// TweakContainers applies the container tweaks to all containers in the pod with a masked type.
339+
// TweakContainers applies the container tweaks to all containers (regular & init) in the pod.
340340
// Note: this should typically be added to pod tweaks after all containers have been added.
341341
func TweakContainers(tweaks ...TweakContainer) Tweak {
342342
return func(pod *api.Pod) {

0 commit comments

Comments
 (0)