public interface  io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent extends java.lang.Object implements io.fabric.kubernetes.api.builder.Fluent
{
public abstract java.lang.String getAction();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withAction(java.lang.String);
public abstract java.lang.Boolean hasAction();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withNewAction(java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withNewAction(java.lang.StringBuilder);
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withNewAction(java.lang.StringBuffer);
public abstract java.lang.String getContainerName();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withContainerName(java.lang.String);
public abstract java.lang.Boolean hasContainerName();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withNewContainerName(java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withNewContainerName(java.lang.StringBuilder);
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withNewContainerName(java.lang.StringBuffer);
public abstract java.lang.String getDuration();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withDuration(java.lang.String);
public abstract java.lang.Boolean hasDuration();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withNewDuration(java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withNewDuration(java.lang.StringBuilder);
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withNewDuration(java.lang.StringBuffer);
public abstract java.lang.Long getGracePeriod();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withGracePeriod(java.lang.Long);
public abstract java.lang.Boolean hasGracePeriod();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withNewGracePeriod(java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withNewGracePeriod(long);
public abstract java.lang.String getMode();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withMode(java.lang.String);
public abstract java.lang.Boolean hasMode();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withNewMode(java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withNewMode(java.lang.StringBuilder);
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withNewMode(java.lang.StringBuffer);
public abstract io.fabric.chaosmesh.v1alpha.SchedulerSpec getScheduler();
public abstract io.fabric.chaosmesh.v1alpha.SchedulerSpec buildScheduler();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withScheduler(io.fabric.chaosmesh.v1alpha.SchedulerSpec);
public abstract java.lang.Boolean hasScheduler();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withNewScheduler(java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent$SchedulerNested withNewScheduler();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent$SchedulerNested withNewSchedulerLike(io.fabric.chaosmesh.v1alpha.SchedulerSpec);
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent$SchedulerNested editScheduler();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent$SchedulerNested editOrNewScheduler();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent$SchedulerNested editOrNewSchedulerLike(io.fabric.chaosmesh.v1alpha.SchedulerSpec);
public abstract io.fabric.chaosmesh.v1alpha.SelectorSpec getSelector();
public abstract io.fabric.chaosmesh.v1alpha.SelectorSpec buildSelector();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withSelector(io.fabric.chaosmesh.v1alpha.SelectorSpec);
public abstract java.lang.Boolean hasSelector();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent$SelectorNested withNewSelector();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent$SelectorNested withNewSelectorLike(io.fabric.chaosmesh.v1alpha.SelectorSpec);
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent$SelectorNested editSelector();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent$SelectorNested editOrNewSelector();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent$SelectorNested editOrNewSelectorLike(io.fabric.chaosmesh.v1alpha.SelectorSpec);
public abstract java.lang.String getValue();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withValue(java.lang.String);
public abstract java.lang.Boolean hasValue();
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withNewValue(java.lang.String);
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withNewValue(java.lang.StringBuilder);
public abstract io.fabric.chaosmesh.v1alpha.PodChaosSpecFluent withNewValue(java.lang.StringBuffer);
}