Class: Google::Cloud::Run::V2::TCPSocketAction
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::TCPSocketAction
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/k8s.min.rb
Overview
TCPSocketAction describes an action based on opening a socket
Instance Attribute Summary collapse
-
#port ⇒ ::Integer
Optional.
Instance Attribute Details
#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.
448 449 450 451 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 448 class TCPSocketAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |