Kubernetes Engine V1 API - Class Google::Cloud::Container::V1::MemoryManager (v1.8.0)

Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::MemoryManager.

The option enables the Kubernetes NUMA-aware Memory Manager feature. Detailed description about the feature can be found here.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#policy

def policy() -> ::String
Returns
  • (::String) —

    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.

#policy=

def policy=(value) -> ::String
Parameter
  • value (::String) —

    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.
Returns
  • (::String) —

    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.