Add a comment about new steps
parent
8e8979cac7
commit
f0b329142d
|
|
@ -23,6 +23,7 @@ import (
|
|||
"k8s.io/klog/v2"
|
||||
)
|
||||
|
||||
// If you add a new step here, please also add it to register.Reg registry inside the init() function
|
||||
const (
|
||||
InitialSetup RegStep = "Initial Minikube Setup"
|
||||
SelectingDriver RegStep = "Selecting Driver"
|
||||
|
|
|
|||
Loading…
Reference in New Issue