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 f07caab commit 9422777Copy full SHA for 9422777
crd/overlayextensionconfig/api/v1alpha1/overlayextensionconfig_types.go
@@ -38,7 +38,7 @@ type OverlayExtensionConfigSpec struct {
38
// +kubebuilder:validation:MaxLength=43
39
// 43 is max length of IPv6 CIDR string
40
ExtensionIPRange string `json:"extensionIPRange,omitempty"`
41
-
+
42
// AppGatewaySubnetID field defines a subnet delegated to Application Gateway that should be able to reach routing domain ip addresses.
43
// +kubebuilder:validation:XValidation:rule="self == oldSelf",message="Value is immutable"
44
AppGatewaySubnetID string `json:"appGatewaySubnetID,omitempty"`
0 commit comments