public sealed class MemoryManager : IMessage<MemoryManager>, IEquatable<MemoryManager>, IDeepCloneable<MemoryManager>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class MemoryManager.
The option enables the Kubernetes NUMA-aware Memory Manager feature. Detailed description about the feature can be found here.
Implements
IMessageMemoryManager, IEquatableMemoryManager, IDeepCloneableMemoryManager, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
MemoryManager()
public MemoryManager()
MemoryManager(MemoryManager)
public MemoryManager(MemoryManager other)
Parameter | |
---|---|
Name | Description |
other |
MemoryManager |
Properties
Policy
public string Policy { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |