Interface ConditionFluent<A extends ConditionFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
StatusFluent.ConditionsNested<N>
- All Known Implementing Classes:
ConditionBuilder,ConditionFluentImpl,StatusFluentImpl.ConditionsNestedImpl
public interface ConditionFluent<A extends ConditionFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetLastTransitionTime()StringgetMessage()StringgetReason()StringgetStatus()StringgetType()BooleanhasLastTransitionTime()BooleanhasMessage()BooleanhasReason()BooleanhasStatus()BooleanhasType()AwithLastTransitionTime(String lastTransitionTime)AwithMessage(String message)AwithNewLastTransitionTime(String original)Deprecated.AwithNewMessage(String original)Deprecated.AwithNewReason(String original)Deprecated.AwithNewStatus(String original)Deprecated.AwithNewType(String original)Deprecated.AwithReason(String reason)AwithStatus(String status)AwithType(String type)
-
-
-
Method Detail
-
getStatus
String getStatus()
-
hasStatus
Boolean hasStatus()
-
withNewStatus
@Deprecated A withNewStatus(String original)
Deprecated.
-
getReason
String getReason()
-
hasReason
Boolean hasReason()
-
withNewReason
@Deprecated A withNewReason(String original)
Deprecated.
-
getMessage
String getMessage()
-
hasMessage
Boolean hasMessage()
-
withNewMessage
@Deprecated A withNewMessage(String original)
Deprecated.
-
getType
String getType()
-
hasType
Boolean hasType()
-
withNewType
@Deprecated A withNewType(String original)
Deprecated.
-
getLastTransitionTime
String getLastTransitionTime()
-
hasLastTransitionTime
Boolean hasLastTransitionTime()
-
withNewLastTransitionTime
@Deprecated A withNewLastTransitionTime(String original)
Deprecated.
-
-