public class ChaosConditionFluent<A extends ChaosConditionFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ChaosConditionFluent() |
ChaosConditionFluent(ChaosCondition instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(ChaosCondition instance) |
boolean |
equals(Object o) |
String |
getReason() |
String |
getStatus() |
String |
getType() |
int |
hashCode() |
boolean |
hasReason() |
boolean |
hasStatus() |
boolean |
hasType() |
String |
toString() |
A |
withReason(String reason) |
A |
withStatus(String status) |
A |
withType(String type) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ChaosConditionFluent()
public ChaosConditionFluent(ChaosCondition instance)
protected void copyInstance(ChaosCondition instance)
public String getReason()
public boolean hasReason()
public String getStatus()
public boolean hasStatus()
public String getType()
public boolean hasType()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ChaosConditionFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ChaosConditionFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.