public class DoneableCondition extends ConditionFluentImpl<DoneableCondition> implements io.fabric8.kubernetes.api.model.Doneable<Condition>
| Constructor and Description |
|---|
DoneableCondition(Condition item) |
DoneableCondition(Condition item,
io.fabric8.kubernetes.api.builder.Function<Condition,Condition> function) |
DoneableCondition(io.fabric8.kubernetes.api.builder.Function<Condition,Condition> function) |
| Modifier and Type | Method and Description |
|---|---|
Condition |
done() |
equals, getLastTransitionTime, getMessage, getReason, getSeverity, getStatus, getType, hashCode, hasLastTransitionTime, hasMessage, hasReason, hasSeverity, hasStatus, hasType, withLastTransitionTime, withMessage, withNewLastTransitionTime, withNewLastTransitionTime, withNewLastTransitionTime, withNewMessage, withNewMessage, withNewMessage, withNewReason, withNewReason, withNewReason, withNewSeverity, withNewSeverity, withNewSeverity, withNewStatus, withNewStatus, withNewStatus, withNewType, withNewType, withNewType, withReason, withSeverity, withStatus, withTypepublic DoneableCondition(io.fabric8.kubernetes.api.builder.Function<Condition,Condition> function)
public DoneableCondition(Condition item, io.fabric8.kubernetes.api.builder.Function<Condition,Condition> function)
public DoneableCondition(Condition item)
Copyright © 2015–2021 Red Hat. All rights reserved.