Class: Google::Cloud::Container::V1::DisruptionEvent::PdbBlockedPod
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::DisruptionEvent::PdbBlockedPod
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
The namespace/name of the pod whose eviction is blocked by PDB.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the pod.
-
#namespace ⇒ ::String
The namespace of the pod.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the pod.
6886 6887 6888 6889 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 6886 class PdbBlockedPod include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#namespace ⇒ ::String
Returns The namespace of the pod.
6886 6887 6888 6889 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 6886 class PdbBlockedPod include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |