PodSpecPointer

io.k8s.api.core.v1.PodSpecPointer
final case class PodSpecPointer(currentPath: PointerPath) extends Pointer[PodSpec]

Pointer for PodSpec

Attributes

Source
PodSpecPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Pointer[PodSpec]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
PodSpecPointer.scala

Attributes

Source
PodSpecPointer.scala
def dnsPolicy: Plain[String]

Attributes

Source
PodSpecPointer.scala
def hostIPC: Plain[Boolean]

Attributes

Source
PodSpecPointer.scala
def hostNetwork: Plain[Boolean]

Attributes

Source
PodSpecPointer.scala
def hostPID: Plain[Boolean]

Attributes

Source
PodSpecPointer.scala
def hostUsers: Plain[Boolean]

Attributes

Source
PodSpecPointer.scala
def hostname: Plain[String]

Attributes

Source
PodSpecPointer.scala
def nodeName: Plain[String]

Attributes

Source
PodSpecPointer.scala
def nodeSelector: MapPointer[String]

Attributes

Source
PodSpecPointer.scala

Attributes

Source
PodSpecPointer.scala
def preemptionPolicy: Plain[String]

Attributes

Source
PodSpecPointer.scala
def priority: Plain[Int]

Attributes

Source
PodSpecPointer.scala
def priorityClassName: Plain[String]

Attributes

Source
PodSpecPointer.scala
def restartPolicy: Plain[String]

Attributes

Source
PodSpecPointer.scala
def runtimeClassName: Plain[String]

Attributes

Source
PodSpecPointer.scala
def schedulerName: Plain[String]

Attributes

Source
PodSpecPointer.scala
def serviceAccount: Plain[String]

Attributes

Source
PodSpecPointer.scala
def serviceAccountName: Plain[String]

Attributes

Source
PodSpecPointer.scala
def setHostnameAsFQDN: Plain[Boolean]

Attributes

Source
PodSpecPointer.scala

Attributes

Source
PodSpecPointer.scala
def subdomain: Plain[String]

Attributes

Source
PodSpecPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product