public interface V1PodConditionFluent<A extends V1PodConditionFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
getLastProbeTime() |
org.joda.time.DateTime |
getLastTransitionTime() |
String |
getMessage() |
String |
getReason() |
String |
getStatus() |
String |
getType() |
Boolean |
hasLastProbeTime() |
Boolean |
hasLastTransitionTime() |
Boolean |
hasMessage() |
Boolean |
hasReason() |
Boolean |
hasStatus() |
Boolean |
hasType() |
A |
withLastProbeTime(org.joda.time.DateTime lastProbeTime) |
A |
withLastTransitionTime(org.joda.time.DateTime lastTransitionTime) |
A |
withMessage(String message) |
A |
withNewLastProbeTime(int arg0,
int arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewLastProbeTime(long arg0) |
A |
withNewLastProbeTime(Object arg0) |
A |
withNewLastTransitionTime(int arg0,
int arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewLastTransitionTime(long arg0) |
A |
withNewLastTransitionTime(Object arg0) |
A |
withReason(String reason) |
A |
withStatus(String status) |
A |
withType(String type) |
org.joda.time.DateTime getLastProbeTime()
A withLastProbeTime(org.joda.time.DateTime lastProbeTime)
Boolean hasLastProbeTime()
A withNewLastProbeTime(int arg0, int arg1, int arg2, int arg3, int arg4)
A withNewLastProbeTime(long arg0)
org.joda.time.DateTime getLastTransitionTime()
A withLastTransitionTime(org.joda.time.DateTime lastTransitionTime)
Boolean hasLastTransitionTime()
A withNewLastTransitionTime(int arg0, int arg1, int arg2, int arg3, int arg4)
A withNewLastTransitionTime(long arg0)
String getMessage()
Boolean hasMessage()
String getReason()
Boolean hasReason()
String getStatus()
Boolean hasStatus()
String getType()
Boolean hasType()
Copyright © 2019. All rights reserved.