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