Skip to content

Commit e82127c

Browse files
authored
Merge pull request #3998 from davidxia/patch-4
📖 Update using_an_external_type.md
2 parents c824a83 + 18a0d51 commit e82127c

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)