nodefsAvailable property

String? nodefsAvailable
getter/setter pair

Amount of storage available on filesystem that kubelet uses for volumes, daemon logs, etc.

Defines the amount of "nodefs.available" signal in kubelet. Default is unset, if not specified in the kubelet config. It takses percentage value for now. Sample format: "30%". Must be >= 10% and <= 50%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals

Optional.

Implementation

core.String? nodefsAvailable;