EphemeralContainerPointer

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

Pointer for EphemeralContainer

Attributes

Source
EphemeralContainerPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def args: ListPointer[String]
def command: ListPointer[String]
def image: Plain[String]
def imagePullPolicy: Plain[String]
def name: Plain[String]
def restartPolicy: Plain[String]
def stdin: Plain[Boolean]
def stdinOnce: Plain[Boolean]
def tty: Plain[Boolean]
def workingDir: Plain[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product