Class V1TypeChecking
java.lang.Object
io.kubernetes.client.openapi.models.V1TypeChecking
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-09-12T23:11:52.603861Z[Etc/UTC]")
public class V1TypeChecking
extends Object
TypeChecking contains results of type checking the expressions in the ValidatingAdmissionPolicy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExpressionWarningsItem(V1ExpressionWarning expressionWarningsItem) booleanexpressionWarnings(List<V1ExpressionWarning> expressionWarnings) The type checking warnings for each expression.inthashCode()voidsetExpressionWarnings(List<V1ExpressionWarning> expressionWarnings) toString()
-
Field Details
-
SERIALIZED_NAME_EXPRESSION_WARNINGS
- See Also:
-
-
Constructor Details
-
V1TypeChecking
public V1TypeChecking()
-
-
Method Details
-
expressionWarnings
-
addExpressionWarningsItem
-
getExpressionWarnings
The type checking warnings for each expression.- Returns:
- expressionWarnings
-
setExpressionWarnings
-
equals
-
hashCode
public int hashCode() -
toString
-