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()
@Deprecated A withNewContainer(String arg0)
Long getPid()
Boolean hasPid()
Long getStartTime()
Boolean hasStartTime()
String getVolumeMountPath()
Boolean hasVolumeMountPath()
@Deprecated A withNewVolumeMountPath(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.