Package io.fabric8.kubernetes.api.model
Interface ReplicationControllerConditionFluent<A extends ReplicationControllerConditionFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
ReplicationControllerStatusFluent.ConditionsNested<N>
,WatchEventFluent.ReplicationControllerConditionObjectNested<N>
- All Known Implementing Classes:
DoneableReplicationControllerCondition
,ReplicationControllerConditionBuilder
,ReplicationControllerConditionFluentImpl
,ReplicationControllerStatusFluentImpl.ConditionsNestedImpl
,WatchEventFluentImpl.ReplicationControllerConditionObjectNestedImpl
public interface ReplicationControllerConditionFluent<A extends ReplicationControllerConditionFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description String
getLastTransitionTime()
String
getMessage()
String
getReason()
String
getStatus()
String
getType()
Boolean
hasLastTransitionTime()
Boolean
hasMessage()
Boolean
hasReason()
Boolean
hasStatus()
Boolean
hasType()
A
withLastTransitionTime(String lastTransitionTime)
A
withMessage(String message)
A
withNewLastTransitionTime(String arg1)
A
withNewLastTransitionTime(StringBuffer arg1)
A
withNewLastTransitionTime(StringBuilder arg1)
A
withNewMessage(String arg1)
A
withNewMessage(StringBuffer arg1)
A
withNewMessage(StringBuilder arg1)
A
withNewReason(String arg1)
A
withNewReason(StringBuffer arg1)
A
withNewReason(StringBuilder arg1)
A
withNewStatus(String arg1)
A
withNewStatus(StringBuffer arg1)
A
withNewStatus(StringBuilder arg1)
A
withNewType(String arg1)
A
withNewType(StringBuffer arg1)
A
withNewType(StringBuilder arg1)
A
withReason(String reason)
A
withStatus(String status)
A
withType(String type)
-
Method Details
-
getLastTransitionTime
String getLastTransitionTime() -
withLastTransitionTime
-
hasLastTransitionTime
Boolean hasLastTransitionTime() -
withNewLastTransitionTime
-
withNewLastTransitionTime
-
withNewLastTransitionTime
-
getMessage
String getMessage() -
withMessage
-
hasMessage
Boolean hasMessage() -
withNewMessage
-
withNewMessage
-
withNewMessage
-
getReason
String getReason() -
withReason
-
hasReason
Boolean hasReason() -
withNewReason
-
withNewReason
-
withNewReason
-
getStatus
String getStatus() -
withStatus
-
hasStatus
Boolean hasStatus() -
withNewStatus
-
withNewStatus
-
withNewStatus
-
getType
String getType() -
withType
-
hasType
Boolean hasType() -
withNewType
-
withNewType
-
withNewType
-