public interface IoChaosActionFluent<A extends IoChaosActionFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IoChaosActionFluent.AtimeNested<N> |
static interface |
IoChaosActionFluent.CtimeNested<N> |
static interface |
IoChaosActionFluent.FaultsNested<N> |
static interface |
IoChaosActionFluent.MtimeNested<N> |
@Deprecated Timespec getAtime()
Timespec buildAtime()
Boolean hasAtime()
IoChaosActionFluent.AtimeNested<A> withNewAtime()
IoChaosActionFluent.AtimeNested<A> withNewAtimeLike(Timespec item)
IoChaosActionFluent.AtimeNested<A> editAtime()
IoChaosActionFluent.AtimeNested<A> editOrNewAtime()
IoChaosActionFluent.AtimeNested<A> editOrNewAtimeLike(Timespec item)
Long getBlocks()
Boolean hasBlocks()
A withNewBlocks(long arg1)
@Deprecated Timespec getCtime()
Timespec buildCtime()
Boolean hasCtime()
IoChaosActionFluent.CtimeNested<A> withNewCtime()
IoChaosActionFluent.CtimeNested<A> withNewCtimeLike(Timespec item)
IoChaosActionFluent.CtimeNested<A> editCtime()
IoChaosActionFluent.CtimeNested<A> editOrNewCtime()
IoChaosActionFluent.CtimeNested<A> editOrNewCtimeLike(Timespec item)
A addAllToFaults(Collection<IoFault> items)
A removeAllFromFaults(Collection<IoFault> items)
A removeMatchingFromFaults(Predicate<IoFaultBuilder> predicate)
@Deprecated List<IoFault> getFaults()
IoFault buildFault(int index)
IoFault buildFirstFault()
IoFault buildLastFault()
IoFault buildMatchingFault(Predicate<IoFaultBuilder> predicate)
Boolean hasMatchingFault(Predicate<IoFaultBuilder> predicate)
Boolean hasFaults()
IoChaosActionFluent.FaultsNested<A> addNewFault()
IoChaosActionFluent.FaultsNested<A> addNewFaultLike(IoFault item)
IoChaosActionFluent.FaultsNested<A> setNewFaultLike(int index, IoFault item)
IoChaosActionFluent.FaultsNested<A> editFault(int index)
IoChaosActionFluent.FaultsNested<A> editFirstFault()
IoChaosActionFluent.FaultsNested<A> editLastFault()
IoChaosActionFluent.FaultsNested<A> editMatchingFault(Predicate<IoFaultBuilder> predicate)
Long getGid()
Boolean hasGid()
A withNewGid(long arg1)
Long getIno()
Boolean hasIno()
A withNewIno(long arg1)
String getKind()
Boolean hasKind()
A withNewKind(StringBuilder arg1)
A withNewKind(StringBuffer arg1)
String getLatency()
Boolean hasLatency()
A withNewLatency(StringBuilder arg1)
A withNewLatency(StringBuffer arg1)
A addAllToMethods(Collection<String> items)
A removeAllFromMethods(Collection<String> items)
String getMethod(int index)
String getFirstMethod()
String getLastMethod()
Boolean hasMethods()
A addNewMethod(StringBuilder arg1)
A addNewMethod(StringBuffer arg1)
@Deprecated Timespec getMtime()
Timespec buildMtime()
Boolean hasMtime()
IoChaosActionFluent.MtimeNested<A> withNewMtime()
IoChaosActionFluent.MtimeNested<A> withNewMtimeLike(Timespec item)
IoChaosActionFluent.MtimeNested<A> editMtime()
IoChaosActionFluent.MtimeNested<A> editOrNewMtime()
IoChaosActionFluent.MtimeNested<A> editOrNewMtimeLike(Timespec item)
Long getNlink()
Boolean hasNlink()
A withNewNlink(long arg1)
String getPath()
Boolean hasPath()
A withNewPath(StringBuilder arg1)
A withNewPath(StringBuffer arg1)
Integer getPercent()
Boolean hasPercent()
A withNewPercent(int arg1)
Integer getPerm()
Boolean hasPerm()
A withNewPerm(int arg1)
Long getRdev()
Boolean hasRdev()
A withNewRdev(long arg1)
Long getSize()
Boolean hasSize()
A withNewSize(long arg1)
String getSource()
Boolean hasSource()
A withNewSource(StringBuilder arg1)
A withNewSource(StringBuffer arg1)
String getType()
Boolean hasType()
A withNewType(StringBuilder arg1)
A withNewType(StringBuffer arg1)
Long getUid()
Boolean hasUid()
A withNewUid(long arg1)
Copyright © 2015–2021 Red Hat. All rights reserved.