From de87048defc4ffa6d24bae4eb1f53f99e92299c9 Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Mon, 30 Mar 2015 15:54:05 -0400 Subject: [PATCH] Fix comment typo probeContainerReadiness --- pkg/kubelet/probe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/probe.go b/pkg/kubelet/probe.go index 837d8b2e2fc..385349908e7 100644 --- a/pkg/kubelet/probe.go +++ b/pkg/kubelet/probe.go @@ -85,7 +85,7 @@ func (kl *Kubelet) probeContainerLiveness(pod *api.Pod, status api.PodStatus, co return kl.runProbeWithRetries(p, pod, status, container, maxProbeRetries) } -// probeContainerLiveness probes the readiness of a container. +// probeContainerReadiness probes the readiness of a container. // If the initial delay on the readiness probe has not passed the probe will return probe.Failure. func (kl *Kubelet) probeContainerReadiness(pod *api.Pod, status api.PodStatus, container api.Container, createdAt int64) (probe.Result, error) { p := container.ReadinessProbe