TypeCheckingArgs

data class TypeCheckingArgs(val expressionWarnings: Output<List<ExpressionWarningArgs>>? = null) : ConvertibleToJava<TypeCheckingArgs>

TypeChecking contains results of type checking the expressions in the ValidatingAdmissionPolicy

Constructors

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

Properties

Link copied to clipboard

The type checking warnings for each expression.

Functions

Link copied to clipboard
open override fun toJava(): TypeCheckingArgs