File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -913,10 +913,10 @@ type Node struct {
913913 Region scw.Region `json:"region"`
914914 // Name: the name of the node
915915 Name string `json:"name"`
916- // PublicIPV4: the public IPv4 address of the node
917- PublicIPV4 * net.IP `json:"public_ip_v4"`
918- // PublicIPV6: the public IPv6 address of the node
919- PublicIPV6 * net.IP `json:"public_ip_v6"`
916+ // Deprecated: PublicIPV4: the public IPv4 address of the node
917+ PublicIPV4 * net.IP `json:"public_ip_v4,omitempty "`
918+ // Deprecated: PublicIPV6: the public IPv6 address of the node
919+ PublicIPV6 * net.IP `json:"public_ip_v6,omitempty "`
920920 // Deprecated: Conditions: the conditions of the node
921921 //
922922 // These conditions contains the Node Problem Detector conditions, as well as some in house conditions.
You can’t perform that action at this time.
0 commit comments