public interface CorruptSpecFluent<A extends CorruptSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelation() |
String |
getCorrupt() |
Boolean |
hasCorrelation() |
Boolean |
hasCorrupt() |
A |
withCorrelation(String correlation) |
A |
withCorrupt(String corrupt) |
A |
withNewCorrelation(String arg1) |
A |
withNewCorrelation(StringBuffer arg1) |
A |
withNewCorrelation(StringBuilder arg1) |
A |
withNewCorrupt(String arg1) |
A |
withNewCorrupt(StringBuffer arg1) |
A |
withNewCorrupt(StringBuilder arg1) |
String getCorrelation()
Boolean hasCorrelation()
A withNewCorrelation(StringBuilder arg1)
A withNewCorrelation(StringBuffer arg1)
String getCorrupt()
Boolean hasCorrupt()
A withNewCorrupt(StringBuilder arg1)
A withNewCorrupt(StringBuffer arg1)
Copyright © 2015–2021 Red Hat. All rights reserved.