PodOS

final case class PodOS(name: String)

PodOS defines the OS parameters of a pod.

Source:
PodOS.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms name to result of function

transforms name to result of function

Source:
PodOS.scala
def withName(value: String): PodOS

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
PodOS.scala

Inherited methods

Inherited from:
Product