Counter

io.k8s.api.resource.v1beta2.Counter
See theCounter companion object
final case class Counter(value: Quantity)

Counter describes a quantity associated with a device.

Attributes

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

Members list

Value members

Concrete methods

transforms value to result of function

transforms value to result of function

Attributes

Source
Counter.scala
def withValue(value: Quantity): Counter

Returns a new data with value set to new value

Returns a new data with value set to new value

Attributes

Source
Counter.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product