final case class PodSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[PodSpec] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- PodSpecPointer
- Serializable
- Serializable
- Product
- Equals
- Pointer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[Long]
- 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( ... ) @native() @HotSpotIntrinsicCandidate()
- 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
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def os: PodOSPointer
- def overhead: MapPointer[Quantity]
- def preemptionPolicy: Plain[String]
- def priority: Plain[Int]
- def priorityClassName: Plain[String]
- 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[Long]
- def tolerations: ListPointer[Toleration]
- def topologySpreadConstraints: ListPointer[TopologySpreadConstraint]
- def volumes: ListPointer[Volume]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )