public class BlockChaosSpecFluent<A extends BlockChaosSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
BlockChaosSpecFluent.DelayNested<N> |
class |
BlockChaosSpecFluent.SelectorNested<N> |
| Constructor and Description |
|---|
BlockChaosSpecFluent() |
BlockChaosSpecFluent(BlockChaosSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic BlockChaosSpecFluent()
public BlockChaosSpecFluent(BlockChaosSpec instance)
protected void copyInstance(BlockChaosSpec instance)
public String getAction()
public boolean hasAction()
public A addAllToContainerNames(Collection<String> items)
public A removeAllFromContainerNames(Collection<String> items)
public String getContainerName(int index)
public String getFirstContainerName()
public String getLastContainerName()
public boolean hasContainerNames()
public BlockDelaySpec buildDelay()
public A withDelay(BlockDelaySpec delay)
public boolean hasDelay()
public BlockChaosSpecFluent.DelayNested<A> withNewDelay()
public BlockChaosSpecFluent.DelayNested<A> withNewDelayLike(BlockDelaySpec item)
public BlockChaosSpecFluent.DelayNested<A> editDelay()
public BlockChaosSpecFluent.DelayNested<A> editOrNewDelay()
public BlockChaosSpecFluent.DelayNested<A> editOrNewDelayLike(BlockDelaySpec item)
public String getDuration()
public boolean hasDuration()
public Integer getIops()
public boolean hasIops()
public String getMode()
public boolean hasMode()
public PodSelectorSpec buildSelector()
public A withSelector(PodSelectorSpec selector)
public boolean hasSelector()
public BlockChaosSpecFluent.SelectorNested<A> withNewSelector()
public BlockChaosSpecFluent.SelectorNested<A> withNewSelectorLike(PodSelectorSpec item)
public BlockChaosSpecFluent.SelectorNested<A> editSelector()
public BlockChaosSpecFluent.SelectorNested<A> editOrNewSelector()
public BlockChaosSpecFluent.SelectorNested<A> editOrNewSelectorLike(PodSelectorSpec item)
public String getValue()
public boolean hasValue()
public String getVolumeName()
public boolean hasVolumeName()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends BlockChaosSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends BlockChaosSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.