Packages

c

io.k8s.api.core.v1

PodSpecPointer

final case class PodSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[PodSpec] with Product with Serializable

Pointer for PodSpec

Source
PodSpecPointer.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PodSpecPointer
  2. Serializable
  3. Product
  4. Equals
  5. Pointer
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PodSpecPointer(currentPath: PointerPath = PointerPath())

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def activeDeadlineSeconds: Plain[Int]
  5. def affinity: AffinityPointer
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def automountServiceAccountToken: Plain[Boolean]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def containers: ListPointer[Container]
  10. val currentPath: PointerPath
    Definition Classes
    PodSpecPointerPointer
  11. def dnsConfig: PodDNSConfigPointer
  12. def dnsPolicy: Plain[String]
  13. def enableServiceLinks: Plain[Boolean]
  14. def ephemeralContainers: ListPointer[EphemeralContainer]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hostAliases: ListPointer[HostAlias]
  19. def hostIPC: Plain[Boolean]
  20. def hostNetwork: Plain[Boolean]
  21. def hostPID: Plain[Boolean]
  22. def hostUsers: Plain[Boolean]
  23. def hostname: Plain[String]
  24. def imagePullSecrets: ListPointer[LocalObjectReference]
  25. def initContainers: ListPointer[Container]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def nodeName: Plain[String]
  29. def nodeSelector: MapPointer[String]
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def os: PodOSPointer
  33. def overhead: MapPointer[Quantity]
  34. def preemptionPolicy: Plain[String]
  35. def priority: Plain[Int]
  36. def priorityClassName: Plain[String]
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. def readinessGates: ListPointer[PodReadinessGate]
  39. def resourceClaims: ListPointer[PodResourceClaim]
  40. def restartPolicy: Plain[String]
  41. def runtimeClassName: Plain[String]
  42. def schedulerName: Plain[String]
  43. def schedulingGates: ListPointer[PodSchedulingGate]
  44. def securityContext: PodSecurityContextPointer
  45. def serviceAccount: Plain[String]
  46. def serviceAccountName: Plain[String]
  47. def setHostnameAsFQDN: Plain[Boolean]
  48. def shareProcessNamespace: Plain[Boolean]
  49. def subdomain: Plain[String]
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def terminationGracePeriodSeconds: Plain[Int]
  52. def tolerations: ListPointer[Toleration]
  53. def topologySpreadConstraints: ListPointer[TopologySpreadConstraint]
  54. def volumes: ListPointer[Volume]
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Pointer[PodSpec]

Inherited from AnyRef

Inherited from Any

Ungrouped