Skip to content

Commit bf64326

Browse files
committed
docs: replace Captain with Mailgun for consistency in example
Signed-off-by: cprivitere <[email protected]>
1 parent 4d3c2b7 commit bf64326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/developer/providers/getting-started/implement-api-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ and scheme registration (likely in `api/v1alpha1/*_types.go`) that looks like:
9999

100100
```go
101101
func init() {
102-
SchemeBuilder.Register(&Captain{}, &CaptainList{})
102+
SchemeBuilder.Register(&MailgunCluster{}, &MailgunClusterList{})
103103
}
104104
```
105105

@@ -141,7 +141,7 @@ and register types as below:
141141

142142
```go
143143
func init() {
144-
objectTypes = append(objectTypes, &Captain{}, &CaptainList{})
144+
objectTypes = append(objectTypes, &MailgunCluster{}, &MailgunClusterList{})
145145
}
146146
```
147147

0 commit comments

Comments
 (0)