Package io.fabric8.kubernetes.api.model
Interface ContainerStateWaitingFluent<A extends ContainerStateWaitingFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
ContainerStateFluent.WaitingNested<N>,WatchEventFluent.ContainerStateWaitingObjectNested<N>
- All Known Implementing Classes:
ContainerStateFluentImpl.WaitingNestedImpl,ContainerStateWaitingBuilder,ContainerStateWaitingFluentImpl,DoneableContainerStateWaiting,WatchEventFluentImpl.ContainerStateWaitingObjectNestedImpl
public interface ContainerStateWaitingFluent<A extends ContainerStateWaitingFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetMessage()StringgetReason()BooleanhasMessage()BooleanhasReason()AwithMessage(String message)AwithNewMessage(String arg1)AwithNewMessage(StringBuffer arg1)AwithNewMessage(StringBuilder arg1)AwithNewReason(String arg1)AwithNewReason(StringBuffer arg1)AwithNewReason(StringBuilder arg1)AwithReason(String reason)
-
Method Details
-
getMessage
String getMessage() -
withMessage
-
hasMessage
Boolean hasMessage() -
withNewMessage
-
withNewMessage
-
withNewMessage
-
getReason
String getReason() -
withReason
-
hasReason
Boolean hasReason() -
withNewReason
-
withNewReason
-
withNewReason
-