We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916363e commit a3cfdc4Copy full SHA for a3cfdc4
lib/cloud_controller/diego/protocol/routing_info.rb
@@ -43,6 +43,7 @@ def http_info(process_eager)
43
info['router_group_guid'] = r.domain.router_group_guid if r.domain.is_a?(SharedDomain) && !r.domain.router_group_guid.nil?
44
info['port'] = get_port_to_use(route_mapping)
45
info['protocol'] = route_mapping.protocol
46
+ info['options'] = r.options
47
info
48
end
49
0 commit comments