Interface V1NamespaceConditionFluent<A extends V1NamespaceConditionFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1NamespaceStatusFluent.ConditionsNested<N>
All Known Implementing Classes:
V1NamespaceConditionBuilder, V1NamespaceConditionFluentImpl

public interface V1NamespaceConditionFluent<A extends V1NamespaceConditionFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getLastTransitionTime

      OffsetDateTime getLastTransitionTime()
    • withLastTransitionTime

      A withLastTransitionTime(OffsetDateTime lastTransitionTime)
    • hasLastTransitionTime

      Boolean hasLastTransitionTime()
    • getMessage

      String getMessage()
    • withMessage

      A withMessage(String message)
    • hasMessage

      Boolean hasMessage()
    • getReason

      String getReason()
    • withReason

      A withReason(String reason)
    • hasReason

      Boolean hasReason()
    • getStatus

      String getStatus()
    • withStatus

      A withStatus(String status)
    • hasStatus

      Boolean hasStatus()
    • getType

      String getType()
    • withType

      A withType(String type)
    • hasType

      Boolean hasType()