Skip to content

Commit 2db927e

Browse files
authoredMar 15, 2023
remove unused subnet status fields (#2482)
1 parent 8d08c62 commit 2db927e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎pkg/apis/kubeovn/v1/types.go

-2
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ type SubnetStatus struct {
180180
// +patchStrategy=merge
181181
Conditions []SubnetCondition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type"`
182182

183-
AvailableIPs float64 `json:"availableIPs"`
184-
UsingIPs float64 `json:"usingIPs"`
185183
V4AvailableIPs float64 `json:"v4availableIPs"`
186184
V4UsingIPs float64 `json:"v4usingIPs"`
187185
V6AvailableIPs float64 `json:"v6availableIPs"`

0 commit comments

Comments
 (0)
Please sign in to comment.