DeviceCounterConsumption

io.k8s.api.resource.v1beta1.DeviceCounterConsumption
See theDeviceCounterConsumption companion object
final case class DeviceCounterConsumption(counterSet: String, counters: Map[String, Counter])

DeviceCounterConsumption defines a set of counters that a device will consume from a CounterSet.

Attributes

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

Members list

Value members

Concrete methods

Adds new values to counters

Adds new values to counters

Attributes

Source
DeviceCounterConsumption.scala

transforms counterSet to result of function

transforms counterSet to result of function

Attributes

Source
DeviceCounterConsumption.scala

transforms counters to result of function

transforms counters to result of function

Attributes

Source
DeviceCounterConsumption.scala

Returns a new data with counterSet set to new value

Returns a new data with counterSet set to new value

Attributes

Source
DeviceCounterConsumption.scala

Returns a new data with counters set to new value

Returns a new data with counters set to new value

Attributes

Source
DeviceCounterConsumption.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product