We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a74fd commit 231bd75Copy full SHA for 231bd75
pkg/apis/projectcalico/v3/ippool.go
@@ -73,7 +73,7 @@ type IPPoolSpec struct {
73
74
// Deprecated: this field is only used for APIv1 backwards compatibility.
75
// Setting this field is not allowed, this field is for internal use only.
76
- IPIP IPIPConfiguration `json:"ipip,omitempty" validate:"omitempty,mustBeNil"`
+ IPIP *IPIPConfiguration `json:"ipip,omitempty" validate:"omitempty,mustBeNil"`
77
78
79
0 commit comments