Class: Google::Cloud::Run::V2::TCPSocketAction

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#port::Integer

Returns Optional. Port number to access on the container. Must be in the range 1 to

  1. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.

Returns:

  • (::Integer)

    Optional. Port number to access on the container. Must be in the range 1 to

    1. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.


451
452
453
454
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 451

class TCPSocketAction
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end