Package io.fabric8.kubernetes.api.model
Interface NodeConditionFluent<A extends NodeConditionFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
NodeStatusFluent.ConditionsNested<N>
,WatchEventFluent.NodeConditionObjectNested<N>
- All Known Implementing Classes:
DoneableNodeCondition
,NodeConditionBuilder
,NodeConditionFluentImpl
,NodeStatusFluentImpl.ConditionsNestedImpl
,WatchEventFluentImpl.NodeConditionObjectNestedImpl
public interface NodeConditionFluent<A extends NodeConditionFluent<A>> extends Fluent<A>
-
Method Summary
-
Method Details
-
getLastHeartbeatTime
String getLastHeartbeatTime() -
withLastHeartbeatTime
-
hasLastHeartbeatTime
Boolean hasLastHeartbeatTime() -
withNewLastHeartbeatTime
-
withNewLastHeartbeatTime
-
withNewLastHeartbeatTime
-
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
-