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 9a2b67a commit 72c216fCopy full SHA for 72c216f
api/v1alpha1/addon_types.go
@@ -273,11 +273,9 @@ type ServiceLoadBalancerConfiguration struct {
273
274
// AddressRange defines an IPv4 range.
275
type AddressRange struct {
276
- // Source: https://github.com/metal3-io/ip-address-manager/blob/b4f7c2a/api/v1alpha1/common_types.go#L19
277
-
278
- // +kubebuilder:validation:Pattern="^((([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]))$"
+ // +kubebuilder:validation:Format=ipv4
279
Start string `json:"start"`
280
281
282
End string `json:"end"`
283
}
0 commit comments