Class: Google::Cloud::Container::V1beta1::EvictionGracePeriod
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::EvictionGracePeriod
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Eviction grace periods are grace periods for each eviction signal.
Instance Attribute Summary collapse
-
#imagefs_available ⇒ ::String
Optional.
-
#imagefs_inodes_free ⇒ ::String
Optional.
-
#memory_available ⇒ ::String
Optional.
-
#nodefs_available ⇒ ::String
Optional.
-
#nodefs_inodes_free ⇒ ::String
Optional.
-
#pid_available ⇒ ::String
Optional.
Instance Attribute Details
#imagefs_available ⇒ ::String
Returns Optional. Grace period for eviction due to imagefs available signal. Sample format: "10s". Must be >= 0. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals.
530 531 532 533 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 530 class EvictionGracePeriod include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#imagefs_inodes_free ⇒ ::String
Returns Optional. Grace period for eviction due to imagefs inodes free signal. Sample format: "10s". Must be >= 0. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals.
530 531 532 533 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 530 class EvictionGracePeriod include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#memory_available ⇒ ::String
Returns Optional. Grace period for eviction due to memory available signal. Sample format: "10s". Must be >= 0. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals.
530 531 532 533 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 530 class EvictionGracePeriod include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#nodefs_available ⇒ ::String
Returns Optional. Grace period for eviction due to nodefs available signal. Sample format: "10s". Must be >= 0. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals.
530 531 532 533 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 530 class EvictionGracePeriod include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#nodefs_inodes_free ⇒ ::String
Returns Optional. Grace period for eviction due to nodefs inodes free signal. Sample format: "10s". Must be >= 0. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals.
530 531 532 533 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 530 class EvictionGracePeriod include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pid_available ⇒ ::String
Returns Optional. Grace period for eviction due to pid available signal. Sample format: "10s". Must be >= 0. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals.
530 531 532 533 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 530 class EvictionGracePeriod include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |