Class V1beta1TypeChecking
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1beta1TypeChecking
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1beta1TypeChecking
extends Object
TypeChecking contains results of type checking the expressions in the ValidatingAdmissionPolicy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExpressionWarningsItem(V1beta1ExpressionWarning expressionWarningsItem) Add an item to the expressionWarnings property in a chainable fashion.booleanexpressionWarnings(List<@Valid V1beta1ExpressionWarning> expressionWarnings) Set expressionWarnings in a chainable fashion.List<@Valid V1beta1ExpressionWarning> The type checking warnings for each expression.inthashCode()voidsetExpressionWarnings(List<@Valid V1beta1ExpressionWarning> expressionWarnings) Set the expressionWarnings property valuetoString()
-
Field Details
-
JSON_PROPERTY_EXPRESSION_WARNINGS
- See Also:
-
-
Constructor Details
-
V1beta1TypeChecking
public V1beta1TypeChecking()
-
-
Method Details
-
getExpressionWarnings
The type checking warnings for each expression.- Returns:
- the expressionWarnings property value
-
setExpressionWarnings
Set the expressionWarnings property value- Parameters:
expressionWarnings- property value to set
-
expressionWarnings
public V1beta1TypeChecking expressionWarnings(List<@Valid V1beta1ExpressionWarning> expressionWarnings) Set expressionWarnings in a chainable fashion.- Returns:
- The same instance of V1beta1TypeChecking for chaining.
-
addExpressionWarningsItem
public V1beta1TypeChecking addExpressionWarningsItem(V1beta1ExpressionWarning expressionWarningsItem) Add an item to the expressionWarnings property in a chainable fashion.- Returns:
- The same instance of V1beta1TypeChecking for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-