Skip to content

Commit 18a0d51

Browse files
authored
Update using_an_external_type.md
fix typos in file names
1 parent 91537dc commit 18a0d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/reference/using_an_external_type.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func init() {
121121

122122
### Use the correct imports for your API and uncomment the controlled resource
123123

124-
file: internal/controllers/externaltype_controllers.go
124+
file: internal/controllers/externaltype_controller.go
125125
```go
126126
package controllers
127127

@@ -142,7 +142,7 @@ func (r *ExternalTypeReconciler) SetupWithManager(mgr ctrl.Manager) error {
142142

143143
Note that core resources may simply be imported by depending on the API's from upstream Kubernetes and do not need additional `AddToScheme` registrations:
144144

145-
file: internal/controllers/externaltype_controllers.go
145+
file: internal/controllers/externaltype_controller.go
146146
```go
147147
package controllers
148148
// contains core resources like Deployment

0 commit comments

Comments
 (0)