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

def withName(value: String): PodOS

Inherited methods

Inherited from:
Product