NamedResourcesStringSlice

io.k8s.api.resource.v1alpha2.NamedResourcesStringSlice
See theNamedResourcesStringSlice companion object
final case class NamedResourcesStringSlice(strings: Seq[String])

NamedResourcesStringSlice contains a slice of strings.

Attributes

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

Members list

Value members

Concrete methods

def addStrings(newValues: String*): NamedResourcesStringSlice

Appends new values to strings

Appends new values to strings

Attributes

Source
NamedResourcesStringSlice.scala
def mapStrings(f: (Seq[String]) => Seq[String]): NamedResourcesStringSlice

transforms strings to result of function

transforms strings to result of function

Attributes

Source
NamedResourcesStringSlice.scala
def withStrings(value: Seq[String]): NamedResourcesStringSlice

Returns a new data with strings set to new value

Returns a new data with strings set to new value

Attributes

Source
NamedResourcesStringSlice.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product