Skip to content

Commit c1c900b

Browse files
committed
feat: add manifest changes
1 parent 8a6531b commit c1c900b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

crd/multitenancy/manifests/multitenancy.acn.azure.com_podnetworks.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
name: SubnetGUID
3838
priority: 1
3939
type: string
40-
- jsonPath: .spec.subnetGUID
40+
- jsonPath: .spec.deviceType
4141
name: DeviceType
4242
priority: 1
4343
type: string
@@ -77,6 +77,13 @@ spec:
7777
description: NetworkID is the identifier for the network, e.g. vnet
7878
guid or IB network ID
7979
type: string
80+
subnetAllocationMode:
81+
default: Single
82+
description: subnet allocation mode
83+
enum:
84+
- Single
85+
- PrefixBlock
86+
type: string
8087
subnetGUID:
8188
description: customer subnet guid
8289
type: string
@@ -94,6 +101,10 @@ spec:
94101
items:
95102
type: string
96103
type: array
104+
prefixBlockAllocationSize:
105+
default: 16
106+
description: PrefixBlockAllocationSize indicates the size of IP block allocated to the subnet
107+
type: integer
97108
status:
98109
description: Status indicates the status of PN
99110
enum:

0 commit comments

Comments
 (0)