File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/project/pkg/controller/firstmate Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ import (
125
125
{{ .Resource.Group}}{{ .Resource.Version }} "{{ .ResourcePackage }}/{{ .Resource.Group}}/{{ .Resource.Version }}"
126
126
)
127
127
128
- var log = logf.Log.WithName("controller")
128
+ var log = logf.Log.WithName("{{ lower .Resource.Kind }}- controller")
129
129
{{ else }} "context"
130
130
131
131
appsv1 "k8s.io/api/apps/v1"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import (
37
37
crewv1 "sigs.k8s.io/kubebuilder/test/project/pkg/apis/crew/v1"
38
38
)
39
39
40
- var log = logf .Log .WithName ("controller" )
40
+ var log = logf .Log .WithName ("firstmate- controller" )
41
41
42
42
/**
43
43
* USER ACTION REQUIRED: This is a scaffold file intended for the user to modify with their own Controller
You can’t perform that action at this time.
0 commit comments