public interface PodIOChaosSpecFluent<A extends PodIOChaosSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PodIOChaosSpecFluent.ActionsNested<N> |
A addToActions(int index, IOChaosAction item)
A setToActions(int index, IOChaosAction item)
A addToActions(IOChaosAction... items)
A addAllToActions(Collection<IOChaosAction> items)
A removeFromActions(IOChaosAction... items)
A removeAllFromActions(Collection<IOChaosAction> items)
A removeMatchingFromActions(Predicate<IOChaosActionBuilder> predicate)
@Deprecated List<IOChaosAction> getActions()
List<IOChaosAction> buildActions()
IOChaosAction buildAction(int index)
IOChaosAction buildFirstAction()
IOChaosAction buildLastAction()
IOChaosAction buildMatchingAction(Predicate<IOChaosActionBuilder> predicate)
Boolean hasMatchingAction(Predicate<IOChaosActionBuilder> predicate)
A withActions(List<IOChaosAction> actions)
A withActions(IOChaosAction... actions)
Boolean hasActions()
PodIOChaosSpecFluent.ActionsNested<A> addNewAction()
PodIOChaosSpecFluent.ActionsNested<A> addNewActionLike(IOChaosAction item)
PodIOChaosSpecFluent.ActionsNested<A> setNewActionLike(int index, IOChaosAction item)
PodIOChaosSpecFluent.ActionsNested<A> editAction(int index)
PodIOChaosSpecFluent.ActionsNested<A> editFirstAction()
PodIOChaosSpecFluent.ActionsNested<A> editLastAction()
PodIOChaosSpecFluent.ActionsNested<A> editMatchingAction(Predicate<IOChaosActionBuilder> predicate)
String getContainer()
Boolean hasContainer()
String getVolumeMountPath()
Boolean hasVolumeMountPath()
Copyright © 2015–2023 Red Hat. All rights reserved.