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

transforms expression to result of function

transforms expression to result of function

Attributes

Source
Variable.scala

transforms name to result of function

transforms name to result of function

Attributes

Source
Variable.scala

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product