We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52274a commit 7098221Copy full SHA for 7098221
pkg/api/pod/testing/make.go
@@ -336,7 +336,7 @@ func SetResizeStatus(resizeStatus api.PodResizeStatus) TweakPodStatus {
336
}
337
338
339
-// 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.
340
// Note: this should typically be added to pod tweaks after all containers have been added.
341
func TweakContainers(tweaks ...TweakContainer) Tweak {
342
return func(pod *api.Pod) {
0 commit comments