Class V1alpha1ExpressionWarning

java.lang.Object
io.kubernetes.client.openapi.models.V1alpha1ExpressionWarning

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-02-02T21:37:40.170033Z[Etc/UTC]") public class V1alpha1ExpressionWarning extends Object
ExpressionWarning is a warning information that targets a specific expression.
  • Field Details

  • Constructor Details

    • V1alpha1ExpressionWarning

      public V1alpha1ExpressionWarning()
  • Method Details

    • fieldRef

      public V1alpha1ExpressionWarning fieldRef(String fieldRef)
    • getFieldRef

      public String getFieldRef()
      The path to the field that refers the expression. For example, the reference to the expression of the first item of validations is \"spec.validations[0].expression\"
      Returns:
      fieldRef
    • setFieldRef

      public void setFieldRef(String fieldRef)
    • warning

      public V1alpha1ExpressionWarning warning(String warning)
    • getWarning

      public String getWarning()
      The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.
      Returns:
      warning
    • setWarning

      public void setWarning(String warning)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object