final case class PodSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[PodSpec] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- PodSpecPointer
- Serializable
- Product
- Equals
- Pointer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PodSpecPointer(currentPath: PointerPath = PointerPath())
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def activeDeadlineSeconds: Plain[Int]
- def affinity: AffinityPointer
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def automountServiceAccountToken: Plain[Boolean]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def containers: ListPointer[Container]
- val currentPath: PointerPath
- Definition Classes
- PodSpecPointer → Pointer
- def dnsConfig: PodDNSConfigPointer
- def dnsPolicy: Plain[String]
- def enableServiceLinks: Plain[Boolean]
- def ephemeralContainers: ListPointer[EphemeralContainer]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hostAliases: ListPointer[HostAlias]
- def hostIPC: Plain[Boolean]
- def hostNetwork: Plain[Boolean]
- def hostPID: Plain[Boolean]
- def hostUsers: Plain[Boolean]
- def hostname: Plain[String]
- def imagePullSecrets: ListPointer[LocalObjectReference]
- def initContainers: ListPointer[Container]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nodeName: Plain[String]
- def nodeSelector: MapPointer[String]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def os: PodOSPointer
- def overhead: MapPointer[Quantity]
- def preemptionPolicy: Plain[String]
- def priority: Plain[Int]
- def priorityClassName: Plain[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def readinessGates: ListPointer[PodReadinessGate]
- def resourceClaims: ListPointer[PodResourceClaim]
- def restartPolicy: Plain[String]
- def runtimeClassName: Plain[String]
- def schedulerName: Plain[String]
- def schedulingGates: ListPointer[PodSchedulingGate]
- def securityContext: PodSecurityContextPointer
- def serviceAccount: Plain[String]
- def serviceAccountName: Plain[String]
- def setHostnameAsFQDN: Plain[Boolean]
- def shareProcessNamespace: Plain[Boolean]
- def subdomain: Plain[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def terminationGracePeriodSeconds: Plain[Int]
- def tolerations: ListPointer[Toleration]
- def topologySpreadConstraints: ListPointer[TopologySpreadConstraint]
- def volumes: ListPointer[Volume]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()