public interface SubscriptionConditionFluent<A extends SubscriptionConditionFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getLastHeartbeatTime() |
String |
getLastTransitionTime() |
String |
getMessage() |
String |
getReason() |
String |
getStatus() |
String |
getType() |
Boolean |
hasLastHeartbeatTime() |
Boolean |
hasLastTransitionTime() |
Boolean |
hasMessage() |
Boolean |
hasReason() |
Boolean |
hasStatus() |
Boolean |
hasType() |
A |
withLastHeartbeatTime(String lastHeartbeatTime) |
A |
withLastTransitionTime(String lastTransitionTime) |
A |
withMessage(String message) |
A |
withNewLastHeartbeatTime(String arg0)
Deprecated.
|
A |
withNewLastTransitionTime(String arg0)
Deprecated.
|
A |
withNewMessage(String arg0)
Deprecated.
|
A |
withNewReason(String arg0)
Deprecated.
|
A |
withNewStatus(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withReason(String reason) |
A |
withStatus(String status) |
A |
withType(String type) |
String getLastHeartbeatTime()
Boolean hasLastHeartbeatTime()
@Deprecated A withNewLastHeartbeatTime(String arg0)
String getLastTransitionTime()
Boolean hasLastTransitionTime()
@Deprecated A withNewLastTransitionTime(String arg0)
String getMessage()
Boolean hasMessage()
@Deprecated A withNewMessage(String arg0)
String getReason()
Boolean hasReason()
@Deprecated A withNewReason(String arg0)
String getStatus()
Boolean hasStatus()
@Deprecated A withNewStatus(String arg0)
String getType()
Boolean hasType()
@Deprecated A withNewType(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.