VolumeNodeResourcesPatchArgs

data class VolumeNodeResourcesPatchArgs(val count: Output<Int>? = null) : ConvertibleToJava<VolumeNodeResourcesPatchArgs>

VolumeNodeResources is a set of resource limits for scheduling of volumes.

Constructors

Link copied to clipboard
fun VolumeNodeResourcesPatchArgs(count: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): VolumeNodeResourcesPatchArgs

Properties

Link copied to clipboard
val count: Output<Int>? = null

count indicates the maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded.