Commit b62c43b7 authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #28169 from mtaufen/container-probe-typo

Automatic merge from submit-queue Fix typo This fixes what appears to be a typo.
parents 85d5b8db e4cdc8cf
...@@ -32,7 +32,7 @@ import ( ...@@ -32,7 +32,7 @@ import (
) )
const ( const (
probTestContainerName = "test-webserber" probTestContainerName = "test-webserver"
probTestInitialDelaySeconds = 30 probTestInitialDelaySeconds = 30
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment