Skip to content

Commit 39200cc

Browse files
authored
fix: Removing properties field from vpc_access in ui metadata (#337)
1 parent 83ad230 commit 39200cc

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

modules/v2/metadata.display.yaml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -171,37 +171,6 @@ spec:
171171
name: vpc_access
172172
title: Vpc Access
173173
level: 1
174-
properties:
175-
egress:
176-
name: egress
177-
title: Egress
178-
subtext: Traffic VPC egress settings.
179-
enumValueLabels:
180-
- label: ALL_TRAFFIC
181-
value: ALL_TRAFFIC
182-
- label: PRIVATE_RANGES_ONLY
183-
value: PRIVATE_RANGES_ONLY
184-
connector:
185-
name: connector
186-
title: Connector
187-
subtext: VPC Access connector name.
188-
regexValidation: ^projects/(?:[a-z][a-z0-9-]*[a-z0-9]|[0-9]+)/locations/([a-z0-9-]+)/connectors/([a-z][a-z0-9-]*[a-z0-9])$
189-
validation: Invalid connector name. It must be in the format projects/{project}/locations/{location}/connectors/{connector}
190-
network_interfaces:
191-
name: network_interfaces
192-
title: Network Interfaces
193-
subtext: Direct VPC egress settings. Currently only single network interface is supported.
194-
toggleUsingVariables:
195-
- variableName: vpc_access.connector
196-
properties:
197-
network:
198-
name: network
199-
title: Network
200-
subtext: The VPC network that the Cloud Run resource will be able to send traffic to.
201-
subnetwork:
202-
name: subnetwork
203-
title: Subnetwork
204-
subtext: The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.
205174
altDefaults:
206175
- type: ALTERNATE_TYPE_DC
207176
value:

0 commit comments

Comments
 (0)