Class: Google::Cloud::Run::V2::Probe
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::Probe
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/k8s.min.rb
Overview
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
Instance Attribute Summary collapse
-
#failure_threshold ⇒ ::Integer
Optional.
-
#grpc ⇒ ::Google::Cloud::Run::V2::GRPCAction
Optional.
-
#http_get ⇒ ::Google::Cloud::Run::V2::HTTPGetAction
Optional.
-
#initial_delay_seconds ⇒ ::Integer
Optional.
-
#period_seconds ⇒ ::Integer
Optional.
-
#tcp_socket ⇒ ::Google::Cloud::Run::V2::TCPSocketAction
Optional.
-
#timeout_seconds ⇒ ::Integer
Optional.
Instance Attribute Details
#failure_threshold ⇒ ::Integer
434 435 436 437 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 434 class Probe include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#grpc ⇒ ::Google::Cloud::Run::V2::GRPCAction
434 435 436 437 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 434 class Probe include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#http_get ⇒ ::Google::Cloud::Run::V2::HTTPGetAction
434 435 436 437 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 434 class Probe include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#initial_delay_seconds ⇒ ::Integer
434 435 436 437 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 434 class Probe include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#period_seconds ⇒ ::Integer
434 435 436 437 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 434 class Probe include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tcp_socket ⇒ ::Google::Cloud::Run::V2::TCPSocketAction
434 435 436 437 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 434 class Probe include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timeout_seconds ⇒ ::Integer
434 435 436 437 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 434 class Probe include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |