File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 67
67
</td >
68
68
<td >
69
69
<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 >
71
71
</td >
72
72
</tr >
73
73
<tr >
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ type NetworkConfig struct {
89
89
// Backend defines whether a backend should be used or not (e.g., bird or none)
90
90
// +optional
91
91
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 )
93
93
// +optional
94
94
IPAM * IPAM `json:"ipam,omitempty"`
95
95
// IPv4 contains configuration for calico ipv4 specific settings
You can’t perform that action at this time.
0 commit comments