Commit bcd6fb7
authored
feat: Add App Gateway Subnet ID as a field to the Overlay Extension Config CRD (#3925)
* feat: Add App Gateway Subnet ID as a field to the Overlay Extension Config CRD
* fix: Fixed the lint error from the pipeline
* fix: Fixed the CRD Generation error from the pipelines
* fix: Updated the name to be specific that we require the subnet Guid and not ARM ID
* fix: Keeping the IP Range field as optional
* fix: Making the App Gateway Subnet ID field as optional to avoid breaking existing clusters where this field is not populated
* fix: Updated CRD to fix CRDGen Error1 parent 969e8e0 commit bcd6fb7
File tree
2 files changed
+13
-1
lines changed- crd/overlayextensionconfig
- api/v1alpha1
- manifests
2 files changed
+13
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
50 | 58 | | |
51 | 59 | | |
52 | 60 | | |
| |||
0 commit comments