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,WatchEventFluentImpl.ContainerStateWaitingObjectNestedImpl
public interface ContainerStateWaitingFluent<A extends ContainerStateWaitingFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
getMessage
String getMessage()
-
hasMessage
Boolean hasMessage()
-
withNewMessage
A withNewMessage(StringBuilder arg1)
-
withNewMessage
A withNewMessage(StringBuffer arg1)
-
getReason
String getReason()
-
hasReason
Boolean hasReason()
-
withNewReason
A withNewReason(StringBuilder arg1)
-
withNewReason
A withNewReason(StringBuffer arg1)
-
-