Skip to content

Commit 7cc9c9c

Browse files
committed
Rename controllers to controller
Signed-off-by: Hidde Beydals <[email protected]>
1 parent c65a2df commit 7cc9c9c

File tree

17 files changed

+11
-11
lines changed

17 files changed

+11
-11
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ notes
22

33
# Thes are downloaded in the Makefile
44
cache/*
5-
internal/controllers/testdata/crds/*
5+
internal/controller/testdata/crds/*
66

77
# Binaries for programs and plugins
88
*.exe
@@ -33,4 +33,4 @@ testbin
3333
build/
3434

3535
# CRDs for fuzzing tests.
36-
internal/controllers/testdata/crd
36+
internal/controller/testdata/crd

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ifeq ($(shell uname -s),Darwin)
6969
ENVTEST_ARCH=amd64
7070
endif
7171

72-
TEST_CRDS := internal/controllers/testdata/crds
72+
TEST_CRDS := internal/controller/testdata/crds
7373

7474
# Log level for `make run`
7575
LOG_LEVEL ?= info

docs/spec/v1beta1/imageupdateautomations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ The message template is a [Go text template][go-text-template]. The data availab
264264
have this structure (not reproduced verbatim):
265265

266266
```go
267-
// controllers/imageupdateautomation_controller.go
267+
// internal/controller/imageupdateautomation_controller.go
268268
269269
// TemplateData is the type of the value given to the commit message
270270
// template.
File renamed without changes.

0 commit comments

Comments
 (0)