Class EvictionMinimumReclaim (2.58.0)

EvictionMinimumReclaim(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Eviction minimum reclaims are the resource amounts of minimum reclaims for each eviction signal.

Attributes

Name Description
memory_available str
Optional. Minimum reclaim for eviction due to memory available signal. Only take percentage value for now. Sample format: "10%". Must be <=10%. see="" https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals="">
nodefs_available str
Optional. Minimum reclaim for eviction due to nodefs available signal. Only take percentage value for now. Sample format: "10%". Must be <=10%. see="" https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals="">
nodefs_inodes_free str
Optional. Minimum reclaim for eviction due to nodefs inodes free signal. Only take percentage value for now. Sample format: "10%". Must be <=10%. see="" https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals="">
imagefs_available str
Optional. Minimum reclaim for eviction due to imagefs available signal. Only take percentage value for now. Sample format: "10%". Must be <=10%. see="" https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals="">
imagefs_inodes_free str
Optional. Minimum reclaim for eviction due to imagefs inodes free signal. Only take percentage value for now. Sample format: "10%". Must be <=10%. see="" https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals="">
pid_available str
Optional. Minimum reclaim for eviction due to pid available signal. Only take percentage value for now. Sample format: "10%". Must be <=10%. see="" https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals="">