Skip to content

Commit

Permalink
Add support for content-based load balancing to HealthCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson committed Nov 30, 2018
1 parent f4167cd commit eb00f4e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions products/compute/healthcheck_protocol_props.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
established (default value is empty). If both request and response are
empty, the connection establishment alone will indicate health. The request
data can only be ASCII.
<%
else
raise "Unknown protocol: #{protocol}"
end
-%>
- !ruby/object:Api::Type::String
name: 'response'
description: |
The bytes to match against the beginning of the response data. If left empty
(the default value), any response will indicate health. The response data
can only be ASCII.
<%
else
raise "Unknown protocol: #{protocol}"
end
-%>
- !ruby/object:Api::Type::Integer
name: 'port'
description: |
Expand Down

0 comments on commit eb00f4e

Please sign in to comment.