Class: Google::Cloud::Container::V1::DisruptionEvent::PdbBlockedPod

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

Instance Attribute Details

#name::String

Returns The name of the pod.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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