VolumeNodeResources

io.k8s.api.storage.v1.VolumeNodeResources
See theVolumeNodeResources companion object
final case class VolumeNodeResources(count: Option[Int])

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

Attributes

Companion:
object
Source:
VolumeNodeResources.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

if count has a value, transforms to the result of function

if count has a value, transforms to the result of function

Attributes

Source:
VolumeNodeResources.scala

Returns a new data with count set to new value

Returns a new data with count set to new value

Attributes

Source:
VolumeNodeResources.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product