NamedResourcesIntSlice

io.k8s.api.resource.v1alpha2.NamedResourcesIntSlice
See theNamedResourcesIntSlice companion object
final case class NamedResourcesIntSlice(ints: Seq[Long])

NamedResourcesIntSlice contains a slice of 64-bit integers.

Attributes

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

Members list

Value members

Concrete methods

def addInts(newValues: Long*): NamedResourcesIntSlice

Appends new values to ints

Appends new values to ints

Attributes

Source
NamedResourcesIntSlice.scala
def mapInts(f: (Seq[Long]) => Seq[Long]): NamedResourcesIntSlice

transforms ints to result of function

transforms ints to result of function

Attributes

Source
NamedResourcesIntSlice.scala
def withInts(value: Seq[Long]): NamedResourcesIntSlice

Returns a new data with ints set to new value

Returns a new data with ints set to new value

Attributes

Source
NamedResourcesIntSlice.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product