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 c061f1e commit 8a6531bCopy full SHA for 8a6531b
crd/multitenancy/api/v1alpha1/podnetwork.go
@@ -92,9 +92,9 @@ type PodNetworkStatus struct {
92
// +kubebuilder:validation:Optional
93
Status Status `json:"status,omitempty"`
94
AddressPrefixes []string `json:"addressPrefixes,omitempty"`
95
- // BlockModeAllocationSize indicates the size of IP block allocated (default 16)
+ // PrefixBlockAllocationSize indicates the size of IP block allocated to the subnet
96
// +kubebuilder:default=16
97
- BlockModeAllocationSize int `json:"blockModeAllocationSize,omitempty"`
+ PrefixBlockAllocationSize int `json:"prefixBlockAllocationSize,omitempty"`
98
}
99
100
func init() {
0 commit comments