memoryAvailable property

String? memoryAvailable
getter/setter pair

Memory available (i.e. capacity - workingSet), in bytes.

Defines the amount of "memory.available" signal in kubelet. Default is unset, if not specified in the kubelet config. Format: positive number + unit, e.g. 100Ki, 10Mi, 5Gi. Valid units are Ki, Mi, Gi. Must be >= 100Mi and <= 50% of the node's memory. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals

Optional.

Implementation

core.String? memoryAvailable;