TypeChecking contains results of type checking the expressions in the ValidatingAdmissionPolicy

Hierarchy

  • V1alpha1TypeChecking

Constructors

Properties

expressionWarnings?: V1alpha1ExpressionWarning[]

The type checking warnings for each expression.

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc