Interface ConditionFluent<A extends ConditionFluent<A>>

    • Method Detail

      • getLastTransitionTime

        String getLastTransitionTime()
      • withLastTransitionTime

        A withLastTransitionTime​(String lastTransitionTime)
      • hasLastTransitionTime

        Boolean hasLastTransitionTime()
      • withNewLastTransitionTime

        A withNewLastTransitionTime​(String arg1)
      • withNewLastTransitionTime

        A withNewLastTransitionTime​(StringBuilder arg1)
      • withNewLastTransitionTime

        A withNewLastTransitionTime​(StringBuffer arg1)
      • getMessage

        String getMessage()
      • withMessage

        A withMessage​(String message)
      • withNewMessage

        A withNewMessage​(String arg1)
      • getObservedGeneration

        Long getObservedGeneration()
      • withObservedGeneration

        A withObservedGeneration​(Long observedGeneration)
      • hasObservedGeneration

        Boolean hasObservedGeneration()
      • getReason

        String getReason()
      • withReason

        A withReason​(String reason)
      • withNewReason

        A withNewReason​(String arg1)
      • getStatus

        String getStatus()
      • withStatus

        A withStatus​(String status)
      • withNewStatus

        A withNewStatus​(String arg1)
      • withType

        A withType​(String type)
      • withNewType

        A withNewType​(String arg1)