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 arg0)
Deprecated.
|
A |
withNewCorrupt(String arg0)
Deprecated.
|
String getCorrelation()
Boolean hasCorrelation()
@Deprecated A withNewCorrelation(String arg0)
String getCorrupt()
Boolean hasCorrupt()
@Deprecated A withNewCorrupt(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.