public interface V2beta2HorizontalPodAutoscalerConditionFluent<A extends V2beta2HorizontalPodAutoscalerConditionFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
getLastTransitionTime() |
String |
getMessage() |
String |
getReason() |
String |
getStatus() |
String |
getType() |
Boolean |
hasLastTransitionTime() |
Boolean |
hasMessage() |
Boolean |
hasReason() |
Boolean |
hasStatus() |
Boolean |
hasType() |
A |
withLastTransitionTime(OffsetDateTime lastTransitionTime) |
A |
withMessage(String message) |
A |
withReason(String reason) |
A |
withStatus(String status) |
A |
withType(String type) |
OffsetDateTime getLastTransitionTime()
A withLastTransitionTime(OffsetDateTime lastTransitionTime)
Boolean hasLastTransitionTime()
String getMessage()
Boolean hasMessage()
String getReason()
Boolean hasReason()
String getStatus()
Boolean hasStatus()
String getType()
Boolean hasType()
Copyright © 2022. All rights reserved.