TypeChecking

io.k8s.api.admissionregistration.v1alpha1.TypeChecking
See theTypeChecking companion object
final case class TypeChecking(expressionWarnings: Option[Seq[ExpressionWarning]])

TypeChecking contains results of type checking the expressions in the ValidatingAdmissionPolicy

Attributes

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

Members list

Concise view

Value members

Concrete methods

Appends new values to expressionWarnings

Appends new values to expressionWarnings

Attributes

Source:
TypeChecking.scala

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

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

Attributes

Source:
TypeChecking.scala

Returns a new data with expressionWarnings set to new value

Returns a new data with expressionWarnings set to new value

Attributes

Source:
TypeChecking.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product