Class: Google::Cloud::Run::V2::HTTPGetAction
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::HTTPGetAction
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/k8s.min.rb
Overview
HTTPGetAction describes an action based on HTTP Get requests.
Instance Attribute Summary collapse
-
#http_headers ⇒ ::Array<::Google::Cloud::Run::V2::HTTPHeader>
Optional.
-
#path ⇒ ::String
Optional.
-
#port ⇒ ::Integer
Optional.
Instance Attribute Details
#http_headers ⇒ ::Array<::Google::Cloud::Run::V2::HTTPHeader>
Returns Optional. Custom headers to set in the request. HTTP allows repeated headers.
425 426 427 428 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 425 class HTTPGetAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path ⇒ ::String
Returns Optional. Path to access on the HTTP server. Defaults to '/'.
425 426 427 428 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 425 class HTTPGetAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#port ⇒ ::Integer
Returns Optional. Port number to access on the container. Must be in the range 1 to
- If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
425 426 427 428 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 425 class HTTPGetAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |