Class

skuber.Pod

Spec

Related Doc: package Pod

Permalink

case class Spec(containers: List[Container] = List(), volumes: List[Volume] = Nil, restartPolicy: RestartPolicy = RestartPolicy.Always, terminationGracePeriodSeconds: Option[Int] = None, activeDeadlineSeconds: Option[Int] = None, dnsPolicy: DNSPolicy = ClusterFirst, nodeSelector: Map[String, String] = Map(), serviceAccountName: String = "", nodeName: String = "", hostNetwork: Boolean = false, imagePullSecrets: List[LocalObjectReference] = List()) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Spec
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Spec(containers: List[Container] = List(), volumes: List[Volume] = Nil, restartPolicy: RestartPolicy = RestartPolicy.Always, terminationGracePeriodSeconds: Option[Int] = None, activeDeadlineSeconds: Option[Int] = None, dnsPolicy: DNSPolicy = ClusterFirst, nodeSelector: Map[String, String] = Map(), serviceAccountName: String = "", nodeName: String = "", hostNetwork: Boolean = false, imagePullSecrets: List[LocalObjectReference] = List())

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val activeDeadlineSeconds: Option[Int]

    Permalink
  5. def addContainer(c: Container): Spec

    Permalink
  6. def addImagePullSecretRef(ref: String): Spec

    Permalink
  7. def addNodeSelector(kv: (String, String)): Spec

    Permalink
  8. def addVolume(v: Volume): Spec

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val containers: List[Container]

    Permalink
  12. val dnsPolicy: DNSPolicy

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. val hostNetwork: Boolean

    Permalink
  17. val imagePullSecrets: List[LocalObjectReference]

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. val nodeName: String

    Permalink
  21. val nodeSelector: Map[String, String]

    Permalink
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. val restartPolicy: RestartPolicy

    Permalink
  25. val serviceAccountName: String

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. val terminationGracePeriodSeconds: Option[Int]

    Permalink
  28. def useHostNetwork: Spec

    Permalink
  29. val volumes: List[Volume]

    Permalink
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def withActiveDeadlineSeconds(ad: Int): Spec

    Permalink
  34. def withDnsPolicy(dp: DNSPolicy): Spec

    Permalink
  35. def withNodeName(nn: String): Spec

    Permalink
  36. def withRestartPolicy(rp: RestartPolicy): Spec

    Permalink
  37. def withServiceAccountName(san: String): Spec

    Permalink
  38. def withTerminationGracePeriodSeconds(gp: Int): Spec

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped