Merge pull request #78753 from yutachaos/feature/fixed_typo_liveness

fix typo in probe.go
This commit is contained in:
Kubernetes Prow Robot
2019-06-14 15:26:09 -07:00
committed by GitHub

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 (