imagefsAvailable property

String? imagefsAvailable
getter/setter pair

Amount of storage available on filesystem that container runtime uses for storing images layers.

If the container filesystem and image filesystem are not separate, then imagefs can store both image layers and writeable layers. Defines the amount of "imagefs.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 >= 15% and <= 50%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals

Optional.

Implementation

core.String? imagefsAvailable;