mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #56184 from CaoShuFeng/statefulset
Automatic merge from submit-queue (batch tested with PRs 54410, 56184, 56199, 56191, 56231). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. remove useless const Trivial fix. **Release note**: ```release-note NONE ```
This commit is contained in:
commit
5e478f072c
@ -31,11 +31,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
||||||
// ClusterAutoscalerProvider defines the default autoscaler provider
|
// ClusterAutoscalerProvider defines the default autoscaler provider
|
||||||
ClusterAutoscalerProvider = "ClusterAutoscalerProvider"
|
ClusterAutoscalerProvider = "ClusterAutoscalerProvider"
|
||||||
// StatefulSetKind defines the name of 'StatefulSet' kind
|
|
||||||
StatefulSetKind = "StatefulSet"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
Loading…
Reference in New Issue
Block a user