Class MemoryManager
The option enables the Kubernetes NUMA-aware Memory Manager feature. Detailed description about the feature can be found here.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class MemoryManager : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Policy
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.
Declaration
[JsonProperty("policy")]
public virtual string Policy { get; set; }
Property Value
Type | Description |
---|---|
string |