public interface ReplicaSetConditionFluent<A extends ReplicaSetConditionFluent<A>> extends Fluent<A>
Modifier and Type | Method and 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 |
withReason(String reason) |
A |
withStatus(String status) |
A |
withType(String type) |
String getLastTransitionTime()
Boolean hasLastTransitionTime()
String getMessage()
Boolean hasMessage()
String getReason()
Boolean hasReason()
String getStatus()
Boolean hasStatus()
String getType()
Boolean hasType()
Copyright © 2011–2018 Red Hat. All rights reserved.