fix typo in probe.go

This commit is contained in:
yutachaos 2019-06-06 12:20:50 +09:00
parent ca12f11047
commit 051d5afa19

View File

@ -16,7 +16,7 @@ limitations under the License.
package probe
// Result is a string used to handle the results for probing container readiness/livenss
// Result is a string used to handle the results for probing container readiness/liveness
type Result string
const (