ExpressionWarning

io.k8s.api.admissionregistration.v1alpha1.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

transforms fieldRef to result of function

transforms fieldRef to result of function

Attributes

Source
ExpressionWarning.scala

transforms warning to result of function

transforms warning to result of function

Attributes

Source
ExpressionWarning.scala

Returns a new data with fieldRef set to new value

Returns a new data with fieldRef set to new value

Attributes

Source
ExpressionWarning.scala

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product