All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToContainerNames(Collection<String> items) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToContainerNames(int index,
String item) |
A |
addToContainerNames(String... items) |
BlockDelaySpec |
buildDelay() |
PodSelectorSpec |
buildSelector() |
protected void |
copyInstance(BlockChaosSpec instance) |
BlockChaosSpecFluent.DelayNested<A> |
editDelay() |
BlockChaosSpecFluent.DelayNested<A> |
editOrNewDelay() |
BlockChaosSpecFluent.DelayNested<A> |
editOrNewDelayLike(BlockDelaySpec item) |
BlockChaosSpecFluent.SelectorNested<A> |
editOrNewSelector() |
BlockChaosSpecFluent.SelectorNested<A> |
editOrNewSelectorLike(PodSelectorSpec item) |
BlockChaosSpecFluent.SelectorNested<A> |
editSelector() |
boolean |
equals(Object o) |
String |
getAction() |
Map<String,Object> |
getAdditionalProperties() |
String |
getContainerName(int index) |
List<String> |
getContainerNames() |
String |
getDuration() |
String |
getFirstContainerName() |
Integer |
getIops() |
String |
getLastContainerName() |
String |
getMatchingContainerName(Predicate<String> predicate) |
String |
getMode() |
String |
getValue() |
String |
getVolumeName() |
boolean |
hasAction() |
boolean |
hasAdditionalProperties() |
boolean |
hasContainerNames() |
boolean |
hasDelay() |
boolean |
hasDuration() |
int |
hashCode() |
boolean |
hasIops() |
boolean |
hasMatchingContainerName(Predicate<String> predicate) |
boolean |
hasMode() |
boolean |
hasSelector() |
boolean |
hasValue() |
boolean |
hasVolumeName() |
A |
removeAllFromContainerNames(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromContainerNames(String... items) |
A |
setToContainerNames(int index,
String item) |
String |
toString() |
A |
withAction(String action) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withContainerNames(List<String> containerNames) |
A |
withContainerNames(String... containerNames) |
A |
withDelay(BlockDelaySpec delay) |
A |
withDuration(String duration) |
A |
withIops(Integer iops) |
A |
withMode(String mode) |
BlockChaosSpecFluent.DelayNested<A> |
withNewDelay() |
A |
withNewDelay(String correlation,
String jitter,
String latency) |
BlockChaosSpecFluent.DelayNested<A> |
withNewDelayLike(BlockDelaySpec item) |
BlockChaosSpecFluent.SelectorNested<A> |
withNewSelector() |
BlockChaosSpecFluent.SelectorNested<A> |
withNewSelectorLike(PodSelectorSpec item) |
A |
withSelector(PodSelectorSpec selector) |
A |
withValue(String value) |
A |
withVolumeName(String volumeName) |