Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VolumeNodeResourcesV1Beta1

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

schema

io.k8s.api.storage.v1beta1.VolumeNodeResources

Hierarchy

  • VolumeNodeResourcesV1Beta1

Index

Properties

Properties

Optional Readonly count

count: number

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 nil, then the supported number of volumes on this node is unbounded.

schema

io.k8s.api.storage.v1beta1.VolumeNodeResources#count

Generated using TypeDoc