From 4db222762971d6990ad0a2481f2499d33c9f83e4 Mon Sep 17 00:00:00 2001 From: qingsenLi Date: Wed, 3 Apr 2019 03:29:22 +0800 Subject: [PATCH] fix typo healty --- pkg/kubelet/apis/deviceplugin/v1beta1/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/apis/deviceplugin/v1beta1/constants.go b/pkg/kubelet/apis/deviceplugin/v1beta1/constants.go index 13c9bdd1013..d986797f5d7 100644 --- a/pkg/kubelet/apis/deviceplugin/v1beta1/constants.go +++ b/pkg/kubelet/apis/deviceplugin/v1beta1/constants.go @@ -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"