Moved all custom naming into one place
This commit is contained in:
@@ -3,8 +3,8 @@ package node
|
||||
import (
|
||||
"context"
|
||||
|
||||
monov1alpha1 "undecided.project/monok8s/pkg/apis/monok8s/v1alpha1"
|
||||
"undecided.project/monok8s/pkg/system"
|
||||
monov1alpha1 "example.com/monok8s/pkg/apis/monok8s/v1alpha1"
|
||||
"example.com/monok8s/pkg/system"
|
||||
)
|
||||
|
||||
type Step func(context.Context, *NodeContext) error
|
||||
|
||||
Reference in New Issue
Block a user