public interface  io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent extends java.lang.Object implements io.fabric.kubernetes.api.builder.Fluent
{
public abstract java.lang.String getAction();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent withAction(java.lang.String);
public abstract java.lang.Boolean hasAction();
public abstract io.fabric.chaosmesh.v1alpha.AttrOverrideSpec getAttr();
public abstract io.fabric.chaosmesh.v1alpha.AttrOverrideSpec buildAttr();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent withAttr(io.fabric.chaosmesh.v1alpha.AttrOverrideSpec);
public abstract java.lang.Boolean hasAttr();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent$AttrNested withNewAttr();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent$AttrNested withNewAttrLike(io.fabric.chaosmesh.v1alpha.AttrOverrideSpec);
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent$AttrNested editAttr();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent$AttrNested editOrNewAttr();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent$AttrNested editOrNewAttrLike(io.fabric.chaosmesh.v1alpha.AttrOverrideSpec);
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent addToContainerNames(java.lang.Integer, java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent setToContainerNames(java.lang.Integer, java.lang.String);
public abstract transient io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent addToContainerNames(java.lang.String[]);
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent addAllToContainerNames(java.util.Collection);
public abstract transient io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent removeFromContainerNames(java.lang.String[]);
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent removeAllFromContainerNames(java.util.Collection);
public abstract java.util.List getContainerNames();
public abstract java.lang.String getContainerName(java.lang.Integer);
public abstract java.lang.String getFirstContainerName();
public abstract java.lang.String getLastContainerName();
public abstract java.lang.String getMatchingContainerName(java.util.function.Predicate);
public abstract java.lang.Boolean hasMatchingContainerName(java.util.function.Predicate);
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent withContainerNames(java.util.List);
public abstract transient io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent withContainerNames(java.lang.String[]);
public abstract java.lang.Boolean hasContainerNames();
public abstract java.lang.String getDelay();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent withDelay(java.lang.String);
public abstract java.lang.Boolean hasDelay();
public abstract java.lang.String getDuration();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent withDuration(java.lang.String);
public abstract java.lang.Boolean hasDuration();
public abstract java.lang.Integer getErrno();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent withErrno(java.lang.Integer);
public abstract java.lang.Boolean hasErrno();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent addToMethods(java.lang.Integer, java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent setToMethods(java.lang.Integer, java.lang.String);
public abstract transient io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent addToMethods(java.lang.String[]);
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent addAllToMethods(java.util.Collection);
public abstract transient io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent removeFromMethods(java.lang.String[]);
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent removeAllFromMethods(java.util.Collection);
public abstract java.util.List getMethods();
public abstract java.lang.String getMethod(java.lang.Integer);
public abstract java.lang.String getFirstMethod();
public abstract java.lang.String getLastMethod();
public abstract java.lang.String getMatchingMethod(java.util.function.Predicate);
public abstract java.lang.Boolean hasMatchingMethod(java.util.function.Predicate);
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent withMethods(java.util.List);
public abstract transient io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent withMethods(java.lang.String[]);
public abstract java.lang.Boolean hasMethods();
public abstract io.fabric.chaosmesh.v1alpha.MistakeSpec getMistake();
public abstract io.fabric.chaosmesh.v1alpha.MistakeSpec buildMistake();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent withMistake(io.fabric.chaosmesh.v1alpha.MistakeSpec);
public abstract java.lang.Boolean hasMistake();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent withNewMistake(java.lang.String, java.lang.Long, java.lang.Long);
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent$MistakeNested withNewMistake();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent$MistakeNested withNewMistakeLike(io.fabric.chaosmesh.v1alpha.MistakeSpec);
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent$MistakeNested editMistake();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent$MistakeNested editOrNewMistake();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent$MistakeNested editOrNewMistakeLike(io.fabric.chaosmesh.v1alpha.MistakeSpec);
public abstract java.lang.String getMode();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent withMode(java.lang.String);
public abstract java.lang.Boolean hasMode();
public abstract java.lang.String getPath();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent withPath(java.lang.String);
public abstract java.lang.Boolean hasPath();
public abstract java.lang.Integer getPercent();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent withPercent(java.lang.Integer);
public abstract java.lang.Boolean hasPercent();
public abstract io.fabric.chaosmesh.v1alpha.PodSelectorSpec getSelector();
public abstract io.fabric.chaosmesh.v1alpha.PodSelectorSpec buildSelector();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent withSelector(io.fabric.chaosmesh.v1alpha.PodSelectorSpec);
public abstract java.lang.Boolean hasSelector();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent$SelectorNested withNewSelector();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent$SelectorNested withNewSelectorLike(io.fabric.chaosmesh.v1alpha.PodSelectorSpec);
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent$SelectorNested editSelector();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent$SelectorNested editOrNewSelector();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent$SelectorNested editOrNewSelectorLike(io.fabric.chaosmesh.v1alpha.PodSelectorSpec);
public abstract java.lang.String getValue();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent withValue(java.lang.String);
public abstract java.lang.Boolean hasValue();
public abstract java.lang.String getVolumePath();
public abstract io.fabric.chaosmesh.v1alpha.IOChaosSpecFluent withVolumePath(java.lang.String);
public abstract java.lang.Boolean hasVolumePath();
}