Merge pull request #76020 from qingsenLi/k8s190402-fix-healty

fix typo  healty
This commit is contained in:
Kubernetes Prow Robot 2019-04-09 15:18:45 -07:00 committed by GitHub
commit 98104e44f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ limitations under the License.
package v1beta1
const (
// Healthy means that the device is healty
// Healthy means that the device is healthy
Healthy = "Healthy"
// UnHealthy means that the device is unhealthy
Unhealthy = "Unhealthy"