mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #76020 from qingsenLi/k8s190402-fix-healty
fix typo healty
This commit is contained in:
commit
98104e44f3
@ -17,7 +17,7 @@ limitations under the License.
|
|||||||
package v1beta1
|
package v1beta1
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// Healthy means that the device is healty
|
// Healthy means that the device is healthy
|
||||||
Healthy = "Healthy"
|
Healthy = "Healthy"
|
||||||
// UnHealthy means that the device is unhealthy
|
// UnHealthy means that the device is unhealthy
|
||||||
Unhealthy = "Unhealthy"
|
Unhealthy = "Unhealthy"
|
||||||
|
Loading…
Reference in New Issue
Block a user