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

Automatic merge from submit-queue

Fix typo

This fixes what appears to be a typo.
This commit is contained in:
k8s-merge-robot 2016-06-28 11:05:57 -07:00 committed by GitHub
commit b62c43b75f

View File

@ -32,7 +32,7 @@ import (
)
const (
probTestContainerName = "test-webserber"
probTestContainerName = "test-webserver"
probTestInitialDelaySeconds = 30
)