PodOS

io.k8s.api.core.v1.PodOS
See thePodOS companion object
final case class PodOS(name: String)

PodOS defines the OS parameters of a pod.

Attributes

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

Members list

Value members

Concrete methods

def mapName(f: String => String): PodOS

transforms name to result of function

transforms name to result of function

Attributes

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

Attributes

Source
PodOS.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product