We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e610c commit dc916e7Copy full SHA for dc916e7
api/ipam/v1/ipam_sdk.go
@@ -137,7 +137,7 @@ type Reverse struct {
137
Hostname string `json:"hostname"`
138
139
// Address: IP corresponding to the hostname.
140
- Address *scw.IPNet `json:"address"`
+ Address *net.IP `json:"address"`
141
}
142
143
// Source: source.
api/ipam/v1alpha1/ipam_sdk.go
@@ -131,7 +131,7 @@ type Resource struct {
131
type Reverse struct {
132
133
134
135
136
// IP: ip.
0 commit comments