mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
remove useless const
This commit is contained in:
parent
630dbedef9
commit
f3c4ef835b
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user