Class V1NamespaceCondition

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1NamespaceCondition

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1NamespaceCondition extends Object
NamespaceCondition contains details about state of namespace.
  • Field Details

  • Constructor Details

    • V1NamespaceCondition

      public V1NamespaceCondition(String status, String type)
  • Method Details

    • getLastTransitionTime

      public ZonedDateTime getLastTransitionTime()
      Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
      Returns:
      the lastTransitionTime property value
    • setLastTransitionTime

      public void setLastTransitionTime(ZonedDateTime lastTransitionTime)
      Set the lastTransitionTime property value
    • lastTransitionTime

      public V1NamespaceCondition lastTransitionTime(ZonedDateTime lastTransitionTime)
      Set lastTransitionTime in a chainable fashion.
      Returns:
      The same instance of V1NamespaceCondition for chaining.
    • getMessage

      public String getMessage()
      Returns:
      the message property value
    • setMessage

      public void setMessage(String message)
      Set the message property value
    • message

      public V1NamespaceCondition message(String message)
      Set message in a chainable fashion.
      Returns:
      The same instance of V1NamespaceCondition for chaining.
    • getReason

      public String getReason()
      Returns:
      the reason property value
    • setReason

      public void setReason(String reason)
      Set the reason property value
    • reason

      public V1NamespaceCondition reason(String reason)
      Set reason in a chainable fashion.
      Returns:
      The same instance of V1NamespaceCondition for chaining.
    • getStatus

      public String getStatus()
      Status of the condition, one of True, False, Unknown.
      Returns:
      the status property value
    • setStatus

      public void setStatus(String status)
      Set the status property value
    • status

      public V1NamespaceCondition status(String status)
      Set status in a chainable fashion.
      Returns:
      The same instance of V1NamespaceCondition for chaining.
    • getType

      public String getType()
      Type of namespace controller condition.
      Returns:
      the type property value
    • setType

      public void setType(String type)
      Set the type property value
    • type

      public V1NamespaceCondition type(String type)
      Set type in a chainable fashion.
      Returns:
      The same instance of V1NamespaceCondition for chaining.
    • 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