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 Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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