ExpressionWarning

io.k8s.api.admissionregistration.v1beta1.ExpressionWarning
See theExpressionWarning companion object
final case class ExpressionWarning(fieldRef: String, warning: String)

ExpressionWarning is a warning information that targets a specific expression.

Attributes

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

Members list

Value members

Concrete methods

def mapFieldRef(f: String => String): ExpressionWarning

transforms fieldRef to result of function

transforms fieldRef to result of function

Attributes

Source
ExpressionWarning.scala
def mapWarning(f: String => String): ExpressionWarning

transforms warning to result of function

transforms warning to result of function

Attributes

Source
ExpressionWarning.scala
def withFieldRef(value: String): ExpressionWarning

Returns a new data with fieldRef set to new value

Returns a new data with fieldRef set to new value

Attributes

Source
ExpressionWarning.scala
def withWarning(value: String): ExpressionWarning

Returns a new data with warning set to new value

Returns a new data with warning set to new value

Attributes

Source
ExpressionWarning.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product