StringValue

dev.hnaderi.k8s.Data.StringValue
final case class StringValue(value: String) extends AnyVal, Data

Attributes

Source
Data.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Data
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getBase64Content: String

Attributes

Source
Data.scala
def getContent: String

Attributes

Source
Data.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product