Skip to content

Commit

Permalink
scope: fix Network to allow multiple subnet IDs (oam-dev#241)
Browse files Browse the repository at this point in the history
There could be more than one subnet because there is a limit in the number of IPs in a subnet.
If IPs are taken up, operators need to add another subnet into this network.
  • Loading branch information
hongchaodeng authored Nov 2, 2019
1 parent b35db93 commit ed7372f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions 4.application_scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,11 @@ spec:
description: The id of the network, e.g. vpc-id, VNet name.
type: string
required: Y
- name: subnet-id
description: The id of the subnet within the network.
- name: subnet-ids
description: >
A comma separated list of IDs of the subnets within the network. For example, "vsw-123" or ""vsw-123,vsw-456".
There could be more than one subnet because there is a limit in the number of IPs in a subnet.
If IPs are taken up, operators need to add another subnet into this network.
type: string
required: Y
- name: internet-gateway-type
Expand Down

0 comments on commit ed7372f

Please sign in to comment.