Skip to content

Commit 4ffa511

Browse files
Copilotnairashu
andauthored
Revert "feat: Add App Gateway Subnet ID as a field to the Overlay Extension Config CRD" (#3949)
* Initial plan * Remove AppGatewaySubnetGUID field from OverlayExtensionConfig CRD Co-authored-by: nairashu <[email protected]> * Updated Docker base images --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: nairashu <[email protected]> Co-authored-by: Ashish Nair <[email protected]>
1 parent 11dedad commit 4ffa511

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

crd/overlayextensionconfig/api/v1alpha1/overlayextensionconfig_types.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ type OverlayExtensionConfigSpec struct {
3838
// +kubebuilder:validation:MaxLength=43
3939
// 43 is max length of IPv6 CIDR string
4040
ExtensionIPRange string `json:"extensionIPRange,omitempty"`
41-
42-
// AppGatewaySubnetGUID field defines a subnet delegated to Application Gateway that should be able to reach routing domain ip addresses. This needs to be a valid GUID.
43-
// +kubebuilder:validation:Optional
44-
// +kubebuilder:validation:XValidation:rule="self == oldSelf",message="Value is immutable"
45-
AppGatewaySubnetGUID string `json:"appGatewaySubnetGUID,omitempty"`
4641
}
4742

4843
type OECState string

crd/overlayextensionconfig/manifests/acn.azure.com_overlayextensionconfigs.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ spec:
4747
spec:
4848
description: OverlayExtensionConfigSpec defines the desired state of OverlayExtensionConfig.
4949
properties:
50-
appGatewaySubnetGUID:
51-
description: AppGatewaySubnetGUID field defines a subnet delegated
52-
to Application Gateway that should be able to reach routing domain
53-
ip addresses. This needs to be a valid GUID.
54-
type: string
55-
x-kubernetes-validations:
56-
- message: Value is immutable
57-
rule: self == oldSelf
5850
extensionIPRange:
5951
description: |-
6052
ExtensionIPRange field defines a CIDR that should be able to reach routing domain ip addresses.

0 commit comments

Comments
 (0)