You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/v1alpha7/types.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,8 @@ type NetworkStatus struct {
176
176
typeNetworkStatusWithSubnetsstruct {
177
177
NetworkStatus`json:",inline"`
178
178
179
-
Subnet*Subnet`json:"subnet,omitempty"`
179
+
// Subnets is a list of subnets associated with the default cluster network. Machines which use the default cluster network will get an address from all of these subnets.
180
+
Subnets []Subnet`json:"subnets,omitempty"`
180
181
}
181
182
182
183
// Subnet represents basic information about the associated OpenStack Neutron Subnet.
0 commit comments