Package io.fabric8.kubernetes.api.model
Interface PersistentVolumeStatusFluent<A extends PersistentVolumeStatusFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PersistentVolumeFluent.StatusNested<N>,WatchEventFluent.PersistentVolumeStatusObjectNested<N>
- All Known Implementing Classes:
DoneablePersistentVolumeStatus,PersistentVolumeFluentImpl.StatusNestedImpl,PersistentVolumeStatusBuilder,PersistentVolumeStatusFluentImpl,WatchEventFluentImpl.PersistentVolumeStatusObjectNestedImpl
public interface PersistentVolumeStatusFluent<A extends PersistentVolumeStatusFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetMessage()StringgetPhase()StringgetReason()BooleanhasMessage()BooleanhasPhase()BooleanhasReason()AwithMessage(String message)AwithNewMessage(String arg1)AwithNewMessage(StringBuffer arg1)AwithNewMessage(StringBuilder arg1)AwithNewPhase(String arg1)AwithNewPhase(StringBuffer arg1)AwithNewPhase(StringBuilder arg1)AwithNewReason(String arg1)AwithNewReason(StringBuffer arg1)AwithNewReason(StringBuilder arg1)AwithPhase(String phase)AwithReason(String reason)
-
Method Details
-
getMessage
String getMessage() -
withMessage
-
hasMessage
Boolean hasMessage() -
withNewMessage
-
withNewMessage
-
withNewMessage
-
getPhase
String getPhase() -
withPhase
-
hasPhase
Boolean hasPhase() -
withNewPhase
-
withNewPhase
-
withNewPhase
-
getReason
String getReason() -
withReason
-
hasReason
Boolean hasReason() -
withNewReason
-
withNewReason
-
withNewReason
-