Skip to content

Commit

Permalink
Add support for content-based load balancing to HealthCheck (#971)
Browse files Browse the repository at this point in the history
Merged PR #971.
  • Loading branch information
rileykarson authored and modular-magician committed Nov 30, 2018
1 parent 57ed206 commit 5d31513
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
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 5d31513

Please sign in to comment.