Skip to content

Commit c5b9d98

Browse files
committed
doc: small typo
1 parent d659a79 commit c5b9d98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/api-reference/calico.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ IPAM
6767
</td>
6868
<td>
6969
<em>(Optional)</em>
70-
<p>IPAM to use for the Calico Plugin (e.g., host-local or Calico)</p>
70+
<p>IPAM to use for the Calico Plugin (e.g., host-local or calico-ipam)</p>
7171
</td>
7272
</tr>
7373
<tr>

pkg/apis/calico/v1alpha1/types_network.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ type NetworkConfig struct {
8989
// Backend defines whether a backend should be used or not (e.g., bird or none)
9090
// +optional
9191
Backend *Backend `json:"backend,omitempty"`
92-
// IPAM to use for the Calico Plugin (e.g., host-local or Calico)
92+
// IPAM to use for the Calico Plugin (e.g., host-local or calico-ipam)
9393
// +optional
9494
IPAM *IPAM `json:"ipam,omitempty"`
9595
// IPv4 contains configuration for calico ipv4 specific settings

0 commit comments

Comments
 (0)