Interface MemoryManagerOrBuilder (2.67.0)

public interface MemoryManagerOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPolicy()

public abstract String getPolicy()

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.

string policy = 1;

Returns
Type Description
String

The policy.

getPolicyBytes()

public abstract ByteString getPolicyBytes()

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.

string policy = 1;

Returns
Type Description
ByteString

The bytes for policy.