File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
crd/multitenancy/manifests Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments