NodeSwapStatus

io.k8s.api.core.v1.NodeSwapStatus
See theNodeSwapStatus companion object
final case class NodeSwapStatus(capacity: Option[Long])

NodeSwapStatus represents swap memory information.

Attributes

Companion
object
Source
NodeSwapStatus.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

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

Attributes

Source
NodeSwapStatus.scala

Returns a new data with capacity set to new value

Returns a new data with capacity set to new value

Attributes

Source
NodeSwapStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product