Skip to content

Commit c824a83

Browse files
authored
Merge pull request #3997 from davidxia/patch-3
📖 Update using_an_external_type.md
2 parents 91537dc + 90bb798 commit c824a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/reference/using_an_external_type.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This document uses `my` and `their` prefixes as a naming convention for repos, g
2424
In our example we will assume the following external API Type:
2525

2626
`github.com/theiruser/theirproject` is another kubebuilder project on whose CRD we want to depend and extend on.
27-
Thus, it contains a `go.mod` in its repository root. The import path for the go types would be `github.com/theiruser/theirproject/api/theirgroup/v1alpha1`.
27+
Thus, it contains a `go.mod` in its repository root. The import path for the go types would be `github.com/theiruser/theirproject/apis/theirgroup/v1alpha1`.
2828

2929
The Domain of the CR is `theirs.com`, the Group is `theirgroup` and the kind and go type would be `ExternalType`.
3030

0 commit comments

Comments
 (0)