ExecAction

io.k8s.api.core.v1.ExecAction
See theExecAction companion object
final case class ExecAction(command: Option[Seq[String]])

ExecAction describes a "run in container" action.

Attributes

Companion:
object
Source:
ExecAction.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def addCommand(newValues: String*): ExecAction

Appends new values to command

Appends new values to command

Attributes

Source:
ExecAction.scala

if command has a value, transforms to the result of function

if command has a value, transforms to the result of function

Attributes

Source:
ExecAction.scala

Returns a new data with command set to new value

Returns a new data with command set to new value

Attributes

Source:
ExecAction.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product