Variable

io.k8s.api.admissionregistration.v1alpha1.Variable
See theVariable companion object
final case class Variable(expression: String, name: String)

Variable is the definition of a variable that is used for composition.

Attributes

Companion
object
Source
Variable.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def mapExpression(f: String => String): Variable

transforms expression to result of function

transforms expression to result of function

Attributes

Source
Variable.scala
def mapName(f: String => String): Variable

transforms name to result of function

transforms name to result of function

Attributes

Source
Variable.scala
def withExpression(value: String): Variable

Returns a new data with expression set to new value

Returns a new data with expression set to new value

Attributes

Source
Variable.scala
def withName(value: String): Variable

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
Variable.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product