Skip to content

Commit 231bd75

Browse files
committed
Fix ippool IPIPConfig
1 parent 24a74fd commit 231bd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/projectcalico/v3/ippool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ type IPPoolSpec struct {
7373

7474
// Deprecated: this field is only used for APIv1 backwards compatibility.
7575
// Setting this field is not allowed, this field is for internal use only.
76-
IPIP IPIPConfiguration `json:"ipip,omitempty" validate:"omitempty,mustBeNil"`
76+
IPIP *IPIPConfiguration `json:"ipip,omitempty" validate:"omitempty,mustBeNil"`
7777

7878
// Deprecated: this field is only used for APIv1 backwards compatibility.
7979
// Setting this field is not allowed, this field is for internal use only.

0 commit comments

Comments
 (0)