Class: Google::Cloud::Container::V1beta1::MemoryManager
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::MemoryManager
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
The option enables the Kubernetes NUMA-aware Memory Manager feature. Detailed description about the feature can be found here.
Instance Attribute Summary collapse
-
#policy ⇒ ::String
Controls the memory management policy on the Node.
Instance Attribute Details
#policy ⇒ ::String
Returns Controls the memory management policy on the Node. See https://kubernetes.io/docs/tasks/administer-cluster/memory-manager/#policies
The following values are allowed.
- "none"
- "static" The default value is 'none' if unspecified.
318 319 320 321 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 318 class MemoryManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |