remove useless const

This commit is contained in:
Cao Shufeng 2017-11-22 11:41:31 +08:00
parent 630dbedef9
commit f3c4ef835b

View File

@ -31,11 +31,8 @@ import (
)
const (
// ClusterAutoscalerProvider defines the default autoscaler provider
ClusterAutoscalerProvider = "ClusterAutoscalerProvider"
// StatefulSetKind defines the name of 'StatefulSet' kind
StatefulSetKind = "StatefulSet"
)
func init() {