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
commit e5395cdb6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 (