TypeChecking

data class TypeChecking(val expressionWarnings: List<ExpressionWarning>? = null)

TypeChecking contains results of type checking the expressions in the ValidatingAdmissionPolicy

Constructors

Link copied to clipboard
constructor(expressionWarnings: List<ExpressionWarning>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type checking warnings for each expression.