Skip to content

Commit 8a6531b

Browse files
committed
feat: change field name
1 parent c061f1e commit 8a6531b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crd/multitenancy/api/v1alpha1/podnetwork.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ type PodNetworkStatus struct {
9292
// +kubebuilder:validation:Optional
9393
Status Status `json:"status,omitempty"`
9494
AddressPrefixes []string `json:"addressPrefixes,omitempty"`
95-
// BlockModeAllocationSize indicates the size of IP block allocated (default 16)
95+
// PrefixBlockAllocationSize indicates the size of IP block allocated to the subnet
9696
// +kubebuilder:default=16
97-
BlockModeAllocationSize int `json:"blockModeAllocationSize,omitempty"`
97+
PrefixBlockAllocationSize int `json:"prefixBlockAllocationSize,omitempty"`
9898
}
9999

100100
func init() {

0 commit comments

Comments
 (0)