public class EphemeralContainerFluentImpl<A extends EphemeralContainerFluent<A>> extends BaseFluent<A> implements EphemeralContainerFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
EphemeralContainerFluentImpl.EnvFromNestedImpl<N> |
class |
EphemeralContainerFluentImpl.EnvNestedImpl<N> |
class |
EphemeralContainerFluentImpl.LifecycleNestedImpl<N> |
class |
EphemeralContainerFluentImpl.LivenessProbeNestedImpl<N> |
class |
EphemeralContainerFluentImpl.PortsNestedImpl<N> |
class |
EphemeralContainerFluentImpl.ReadinessProbeNestedImpl<N> |
class |
EphemeralContainerFluentImpl.ResourcesNestedImpl<N> |
class |
EphemeralContainerFluentImpl.SecurityContextNestedImpl<N> |
class |
EphemeralContainerFluentImpl.StartupProbeNestedImpl<N> |
class |
EphemeralContainerFluentImpl.VolumeDevicesNestedImpl<N> |
class |
EphemeralContainerFluentImpl.VolumeMountsNestedImpl<N> |
EphemeralContainerFluent.EnvFromNested<N>, EphemeralContainerFluent.EnvNested<N>, EphemeralContainerFluent.LifecycleNested<N>, EphemeralContainerFluent.LivenessProbeNested<N>, EphemeralContainerFluent.PortsNested<N>, EphemeralContainerFluent.ReadinessProbeNested<N>, EphemeralContainerFluent.ResourcesNested<N>, EphemeralContainerFluent.SecurityContextNested<N>, EphemeralContainerFluent.StartupProbeNested<N>, EphemeralContainerFluent.VolumeDevicesNested<N>, EphemeralContainerFluent.VolumeMountsNested<N>_visitables| Constructor and Description |
|---|
EphemeralContainerFluentImpl() |
EphemeralContainerFluentImpl(EphemeralContainer instance) |
public EphemeralContainerFluentImpl()
public EphemeralContainerFluentImpl(EphemeralContainer instance)
public A addToArgs(int index, String item)
addToArgs in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A setToArgs(int index, String item)
setToArgs in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addToArgs(String... items)
addToArgs in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addAllToArgs(Collection<String> items)
addAllToArgs in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A removeFromArgs(String... items)
removeFromArgs in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A removeAllFromArgs(Collection<String> items)
removeAllFromArgs in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public List<String> getArgs()
getArgs in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public String getArg(int index)
getArg in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public String getFirstArg()
getFirstArg in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public String getLastArg()
getLastArg in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public String getMatchingArg(Predicate<String> predicate)
getMatchingArg in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasMatchingArg(Predicate<String> predicate)
hasMatchingArg in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withArgs(List<String> args)
withArgs in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withArgs(String... args)
withArgs in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasArgs()
hasArgs in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewArg(StringBuilder arg1)
addNewArg in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewArg(int[] arg1, int arg2, int arg3)
addNewArg in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewArg(char[] arg1)
addNewArg in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewArg(StringBuffer arg1)
addNewArg in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewArg(byte[] arg1, int arg2)
addNewArg in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewArg(byte[] arg1)
addNewArg in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewArg(char[] arg1, int arg2, int arg3)
addNewArg in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewArg(byte[] arg1, int arg2, int arg3)
addNewArg in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewArg(byte[] arg1, int arg2, int arg3, int arg4)
addNewArg in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewArg(String arg1)
addNewArg in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addToCommand(int index, String item)
addToCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A setToCommand(int index, String item)
setToCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addToCommand(String... items)
addToCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addAllToCommand(Collection<String> items)
addAllToCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A removeFromCommand(String... items)
removeFromCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A removeAllFromCommand(Collection<String> items)
removeAllFromCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public List<String> getCommand()
getCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public String getCommand(int index)
getCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public String getFirstCommand()
getFirstCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public String getLastCommand()
getLastCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public String getMatchingCommand(Predicate<String> predicate)
getMatchingCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasMatchingCommand(Predicate<String> predicate)
hasMatchingCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withCommand(List<String> command)
withCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withCommand(String... command)
withCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasCommand()
hasCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewCommand(StringBuilder arg1)
addNewCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewCommand(int[] arg1, int arg2, int arg3)
addNewCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewCommand(char[] arg1)
addNewCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewCommand(StringBuffer arg1)
addNewCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewCommand(byte[] arg1, int arg2)
addNewCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewCommand(byte[] arg1)
addNewCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewCommand(char[] arg1, int arg2, int arg3)
addNewCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewCommand(byte[] arg1, int arg2, int arg3)
addNewCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewCommand(byte[] arg1, int arg2, int arg3, int arg4)
addNewCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewCommand(String arg1)
addNewCommand in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addToEnv(int index, EnvVar item)
addToEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A setToEnv(int index, EnvVar item)
setToEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addToEnv(EnvVar... items)
addToEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addAllToEnv(Collection<EnvVar> items)
addAllToEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A removeFromEnv(EnvVar... items)
removeFromEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A removeAllFromEnv(Collection<EnvVar> items)
removeAllFromEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A removeMatchingFromEnv(Predicate<EnvVarBuilder> predicate)
removeMatchingFromEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>@Deprecated public List<EnvVar> getEnv()
getEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public List<EnvVar> buildEnv()
buildEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EnvVar buildEnv(int index)
buildEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EnvVar buildFirstEnv()
buildFirstEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EnvVar buildLastEnv()
buildLastEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EnvVar buildMatchingEnv(Predicate<EnvVarBuilder> predicate)
buildMatchingEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasMatchingEnv(Predicate<EnvVarBuilder> predicate)
hasMatchingEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withEnv(List<EnvVar> env)
withEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withEnv(EnvVar... env)
withEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasEnv()
hasEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.EnvNested<A> addNewEnv()
addNewEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.EnvNested<A> addNewEnvLike(EnvVar item)
addNewEnvLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.EnvNested<A> setNewEnvLike(int index, EnvVar item)
setNewEnvLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.EnvNested<A> editEnv(int index)
editEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.EnvNested<A> editFirstEnv()
editFirstEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.EnvNested<A> editLastEnv()
editLastEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.EnvNested<A> editMatchingEnv(Predicate<EnvVarBuilder> predicate)
editMatchingEnv in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addToEnvFrom(int index, EnvFromSource item)
addToEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A setToEnvFrom(int index, EnvFromSource item)
setToEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addToEnvFrom(EnvFromSource... items)
addToEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addAllToEnvFrom(Collection<EnvFromSource> items)
addAllToEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A removeFromEnvFrom(EnvFromSource... items)
removeFromEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A removeAllFromEnvFrom(Collection<EnvFromSource> items)
removeAllFromEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A removeMatchingFromEnvFrom(Predicate<EnvFromSourceBuilder> predicate)
removeMatchingFromEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>@Deprecated public List<EnvFromSource> getEnvFrom()
getEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public List<EnvFromSource> buildEnvFrom()
buildEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EnvFromSource buildEnvFrom(int index)
buildEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EnvFromSource buildFirstEnvFrom()
buildFirstEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EnvFromSource buildLastEnvFrom()
buildLastEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EnvFromSource buildMatchingEnvFrom(Predicate<EnvFromSourceBuilder> predicate)
buildMatchingEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasMatchingEnvFrom(Predicate<EnvFromSourceBuilder> predicate)
hasMatchingEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withEnvFrom(List<EnvFromSource> envFrom)
withEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withEnvFrom(EnvFromSource... envFrom)
withEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasEnvFrom()
hasEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.EnvFromNested<A> addNewEnvFrom()
addNewEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.EnvFromNested<A> addNewEnvFromLike(EnvFromSource item)
addNewEnvFromLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.EnvFromNested<A> setNewEnvFromLike(int index, EnvFromSource item)
setNewEnvFromLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.EnvFromNested<A> editEnvFrom(int index)
editEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.EnvFromNested<A> editFirstEnvFrom()
editFirstEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.EnvFromNested<A> editLastEnvFrom()
editLastEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.EnvFromNested<A> editMatchingEnvFrom(Predicate<EnvFromSourceBuilder> predicate)
editMatchingEnvFrom in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public String getImage()
getImage in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withImage(String image)
withImage in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasImage()
hasImage in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImage(StringBuilder arg1)
withNewImage in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImage(int[] arg1, int arg2, int arg3)
withNewImage in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImage(char[] arg1)
withNewImage in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImage(StringBuffer arg1)
withNewImage in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImage(byte[] arg1, int arg2)
withNewImage in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImage(byte[] arg1)
withNewImage in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImage(char[] arg1, int arg2, int arg3)
withNewImage in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImage(byte[] arg1, int arg2, int arg3)
withNewImage in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImage(byte[] arg1, int arg2, int arg3, int arg4)
withNewImage in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImage(String arg1)
withNewImage in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public String getImagePullPolicy()
getImagePullPolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withImagePullPolicy(String imagePullPolicy)
withImagePullPolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasImagePullPolicy()
hasImagePullPolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImagePullPolicy(StringBuilder arg1)
withNewImagePullPolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImagePullPolicy(int[] arg1, int arg2, int arg3)
withNewImagePullPolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImagePullPolicy(char[] arg1)
withNewImagePullPolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImagePullPolicy(StringBuffer arg1)
withNewImagePullPolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImagePullPolicy(byte[] arg1, int arg2)
withNewImagePullPolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImagePullPolicy(byte[] arg1)
withNewImagePullPolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImagePullPolicy(char[] arg1, int arg2, int arg3)
withNewImagePullPolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImagePullPolicy(byte[] arg1, int arg2, int arg3)
withNewImagePullPolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImagePullPolicy(byte[] arg1, int arg2, int arg3, int arg4)
withNewImagePullPolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewImagePullPolicy(String arg1)
withNewImagePullPolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>@Deprecated public Lifecycle getLifecycle()
getLifecycle in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Lifecycle buildLifecycle()
buildLifecycle in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withLifecycle(Lifecycle lifecycle)
withLifecycle in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasLifecycle()
hasLifecycle in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.LifecycleNested<A> withNewLifecycle()
withNewLifecycle in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.LifecycleNested<A> withNewLifecycleLike(Lifecycle item)
withNewLifecycleLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.LifecycleNested<A> editLifecycle()
editLifecycle in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.LifecycleNested<A> editOrNewLifecycle()
editOrNewLifecycle in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.LifecycleNested<A> editOrNewLifecycleLike(Lifecycle item)
editOrNewLifecycleLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>@Deprecated public Probe getLivenessProbe()
getLivenessProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Probe buildLivenessProbe()
buildLivenessProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withLivenessProbe(Probe livenessProbe)
withLivenessProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasLivenessProbe()
hasLivenessProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.LivenessProbeNested<A> withNewLivenessProbe()
withNewLivenessProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.LivenessProbeNested<A> withNewLivenessProbeLike(Probe item)
withNewLivenessProbeLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.LivenessProbeNested<A> editLivenessProbe()
editLivenessProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.LivenessProbeNested<A> editOrNewLivenessProbe()
editOrNewLivenessProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.LivenessProbeNested<A> editOrNewLivenessProbeLike(Probe item)
editOrNewLivenessProbeLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public String getName()
getName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withName(String name)
withName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasName()
hasName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewName(StringBuilder arg1)
withNewName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewName(int[] arg1, int arg2, int arg3)
withNewName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewName(char[] arg1)
withNewName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewName(StringBuffer arg1)
withNewName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewName(byte[] arg1, int arg2)
withNewName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewName(byte[] arg1)
withNewName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewName(char[] arg1, int arg2, int arg3)
withNewName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewName(byte[] arg1, int arg2, int arg3)
withNewName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewName(byte[] arg1, int arg2, int arg3, int arg4)
withNewName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewName(String arg1)
withNewName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addToPorts(int index, ContainerPort item)
addToPorts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A setToPorts(int index, ContainerPort item)
setToPorts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addToPorts(ContainerPort... items)
addToPorts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addAllToPorts(Collection<ContainerPort> items)
addAllToPorts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A removeFromPorts(ContainerPort... items)
removeFromPorts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A removeAllFromPorts(Collection<ContainerPort> items)
removeAllFromPorts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A removeMatchingFromPorts(Predicate<ContainerPortBuilder> predicate)
removeMatchingFromPorts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>@Deprecated public List<ContainerPort> getPorts()
getPorts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public List<ContainerPort> buildPorts()
buildPorts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public ContainerPort buildPort(int index)
buildPort in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public ContainerPort buildFirstPort()
buildFirstPort in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public ContainerPort buildLastPort()
buildLastPort in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public ContainerPort buildMatchingPort(Predicate<ContainerPortBuilder> predicate)
buildMatchingPort in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasMatchingPort(Predicate<ContainerPortBuilder> predicate)
hasMatchingPort in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withPorts(List<ContainerPort> ports)
withPorts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withPorts(ContainerPort... ports)
withPorts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasPorts()
hasPorts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewPort(Integer containerPort, String hostIP, Integer hostPort, String name, String protocol)
addNewPort in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.PortsNested<A> addNewPort()
addNewPort in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.PortsNested<A> addNewPortLike(ContainerPort item)
addNewPortLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.PortsNested<A> setNewPortLike(int index, ContainerPort item)
setNewPortLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.PortsNested<A> editPort(int index)
editPort in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.PortsNested<A> editFirstPort()
editFirstPort in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.PortsNested<A> editLastPort()
editLastPort in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.PortsNested<A> editMatchingPort(Predicate<ContainerPortBuilder> predicate)
editMatchingPort in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>@Deprecated public Probe getReadinessProbe()
getReadinessProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Probe buildReadinessProbe()
buildReadinessProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withReadinessProbe(Probe readinessProbe)
withReadinessProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasReadinessProbe()
hasReadinessProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.ReadinessProbeNested<A> withNewReadinessProbe()
withNewReadinessProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.ReadinessProbeNested<A> withNewReadinessProbeLike(Probe item)
withNewReadinessProbeLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.ReadinessProbeNested<A> editReadinessProbe()
editReadinessProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.ReadinessProbeNested<A> editOrNewReadinessProbe()
editOrNewReadinessProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.ReadinessProbeNested<A> editOrNewReadinessProbeLike(Probe item)
editOrNewReadinessProbeLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>@Deprecated public ResourceRequirements getResources()
getResources in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public ResourceRequirements buildResources()
buildResources in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withResources(ResourceRequirements resources)
withResources in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasResources()
hasResources in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.ResourcesNested<A> withNewResources()
withNewResources in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.ResourcesNested<A> withNewResourcesLike(ResourceRequirements item)
withNewResourcesLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.ResourcesNested<A> editResources()
editResources in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.ResourcesNested<A> editOrNewResources()
editOrNewResources in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.ResourcesNested<A> editOrNewResourcesLike(ResourceRequirements item)
editOrNewResourcesLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>@Deprecated public SecurityContext getSecurityContext()
getSecurityContext in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public SecurityContext buildSecurityContext()
buildSecurityContext in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withSecurityContext(SecurityContext securityContext)
withSecurityContext in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasSecurityContext()
hasSecurityContext in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.SecurityContextNested<A> withNewSecurityContext()
withNewSecurityContext in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.SecurityContextNested<A> withNewSecurityContextLike(SecurityContext item)
withNewSecurityContextLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.SecurityContextNested<A> editSecurityContext()
editSecurityContext in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.SecurityContextNested<A> editOrNewSecurityContext()
editOrNewSecurityContext in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.SecurityContextNested<A> editOrNewSecurityContextLike(SecurityContext item)
editOrNewSecurityContextLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>@Deprecated public Probe getStartupProbe()
getStartupProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Probe buildStartupProbe()
buildStartupProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withStartupProbe(Probe startupProbe)
withStartupProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasStartupProbe()
hasStartupProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.StartupProbeNested<A> withNewStartupProbe()
withNewStartupProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.StartupProbeNested<A> withNewStartupProbeLike(Probe item)
withNewStartupProbeLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.StartupProbeNested<A> editStartupProbe()
editStartupProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.StartupProbeNested<A> editOrNewStartupProbe()
editOrNewStartupProbe in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.StartupProbeNested<A> editOrNewStartupProbeLike(Probe item)
editOrNewStartupProbeLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean getStdin()
getStdin in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withStdin(Boolean stdin)
withStdin in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasStdin()
hasStdin in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewStdin(String arg1)
withNewStdin in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewStdin(boolean arg1)
withNewStdin in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean getStdinOnce()
getStdinOnce in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withStdinOnce(Boolean stdinOnce)
withStdinOnce in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasStdinOnce()
hasStdinOnce in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewStdinOnce(String arg1)
withNewStdinOnce in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewStdinOnce(boolean arg1)
withNewStdinOnce in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public String getTargetContainerName()
getTargetContainerName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withTargetContainerName(String targetContainerName)
withTargetContainerName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasTargetContainerName()
hasTargetContainerName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTargetContainerName(StringBuilder arg1)
withNewTargetContainerName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTargetContainerName(int[] arg1, int arg2, int arg3)
withNewTargetContainerName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTargetContainerName(char[] arg1)
withNewTargetContainerName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTargetContainerName(StringBuffer arg1)
withNewTargetContainerName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTargetContainerName(byte[] arg1, int arg2)
withNewTargetContainerName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTargetContainerName(byte[] arg1)
withNewTargetContainerName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTargetContainerName(char[] arg1, int arg2, int arg3)
withNewTargetContainerName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTargetContainerName(byte[] arg1, int arg2, int arg3)
withNewTargetContainerName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTargetContainerName(byte[] arg1, int arg2, int arg3, int arg4)
withNewTargetContainerName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTargetContainerName(String arg1)
withNewTargetContainerName in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public String getTerminationMessagePath()
getTerminationMessagePath in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withTerminationMessagePath(String terminationMessagePath)
withTerminationMessagePath in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasTerminationMessagePath()
hasTerminationMessagePath in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePath(StringBuilder arg1)
withNewTerminationMessagePath in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePath(int[] arg1, int arg2, int arg3)
withNewTerminationMessagePath in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePath(char[] arg1)
withNewTerminationMessagePath in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePath(StringBuffer arg1)
withNewTerminationMessagePath in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePath(byte[] arg1, int arg2)
withNewTerminationMessagePath in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePath(byte[] arg1)
withNewTerminationMessagePath in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePath(char[] arg1, int arg2, int arg3)
withNewTerminationMessagePath in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePath(byte[] arg1, int arg2, int arg3)
withNewTerminationMessagePath in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePath(byte[] arg1, int arg2, int arg3, int arg4)
withNewTerminationMessagePath in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePath(String arg1)
withNewTerminationMessagePath in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public String getTerminationMessagePolicy()
getTerminationMessagePolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withTerminationMessagePolicy(String terminationMessagePolicy)
withTerminationMessagePolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasTerminationMessagePolicy()
hasTerminationMessagePolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePolicy(StringBuilder arg1)
withNewTerminationMessagePolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePolicy(int[] arg1, int arg2, int arg3)
withNewTerminationMessagePolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePolicy(char[] arg1)
withNewTerminationMessagePolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePolicy(StringBuffer arg1)
withNewTerminationMessagePolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePolicy(byte[] arg1, int arg2)
withNewTerminationMessagePolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePolicy(byte[] arg1)
withNewTerminationMessagePolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePolicy(char[] arg1, int arg2, int arg3)
withNewTerminationMessagePolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePolicy(byte[] arg1, int arg2, int arg3)
withNewTerminationMessagePolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePolicy(byte[] arg1, int arg2, int arg3, int arg4)
withNewTerminationMessagePolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTerminationMessagePolicy(String arg1)
withNewTerminationMessagePolicy in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean getTty()
getTty in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withTty(Boolean tty)
withTty in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasTty()
hasTty in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTty(String arg1)
withNewTty in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewTty(boolean arg1)
withNewTty in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addToVolumeDevices(int index, VolumeDevice item)
addToVolumeDevices in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A setToVolumeDevices(int index, VolumeDevice item)
setToVolumeDevices in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addToVolumeDevices(VolumeDevice... items)
addToVolumeDevices in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addAllToVolumeDevices(Collection<VolumeDevice> items)
addAllToVolumeDevices in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A removeFromVolumeDevices(VolumeDevice... items)
removeFromVolumeDevices in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A removeAllFromVolumeDevices(Collection<VolumeDevice> items)
removeAllFromVolumeDevices in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A removeMatchingFromVolumeDevices(Predicate<VolumeDeviceBuilder> predicate)
removeMatchingFromVolumeDevices in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>@Deprecated public List<VolumeDevice> getVolumeDevices()
getVolumeDevices in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public List<VolumeDevice> buildVolumeDevices()
buildVolumeDevices in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public VolumeDevice buildVolumeDevice(int index)
buildVolumeDevice in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public VolumeDevice buildFirstVolumeDevice()
buildFirstVolumeDevice in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public VolumeDevice buildLastVolumeDevice()
buildLastVolumeDevice in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public VolumeDevice buildMatchingVolumeDevice(Predicate<VolumeDeviceBuilder> predicate)
buildMatchingVolumeDevice in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasMatchingVolumeDevice(Predicate<VolumeDeviceBuilder> predicate)
hasMatchingVolumeDevice in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withVolumeDevices(List<VolumeDevice> volumeDevices)
withVolumeDevices in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withVolumeDevices(VolumeDevice... volumeDevices)
withVolumeDevices in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasVolumeDevices()
hasVolumeDevices in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addNewVolumeDevice(String devicePath, String name)
addNewVolumeDevice in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.VolumeDevicesNested<A> addNewVolumeDevice()
addNewVolumeDevice in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.VolumeDevicesNested<A> addNewVolumeDeviceLike(VolumeDevice item)
addNewVolumeDeviceLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.VolumeDevicesNested<A> setNewVolumeDeviceLike(int index, VolumeDevice item)
setNewVolumeDeviceLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.VolumeDevicesNested<A> editVolumeDevice(int index)
editVolumeDevice in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.VolumeDevicesNested<A> editFirstVolumeDevice()
editFirstVolumeDevice in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.VolumeDevicesNested<A> editLastVolumeDevice()
editLastVolumeDevice in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.VolumeDevicesNested<A> editMatchingVolumeDevice(Predicate<VolumeDeviceBuilder> predicate)
editMatchingVolumeDevice in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addToVolumeMounts(int index, VolumeMount item)
addToVolumeMounts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A setToVolumeMounts(int index, VolumeMount item)
setToVolumeMounts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addToVolumeMounts(VolumeMount... items)
addToVolumeMounts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A addAllToVolumeMounts(Collection<VolumeMount> items)
addAllToVolumeMounts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A removeFromVolumeMounts(VolumeMount... items)
removeFromVolumeMounts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A removeAllFromVolumeMounts(Collection<VolumeMount> items)
removeAllFromVolumeMounts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A removeMatchingFromVolumeMounts(Predicate<VolumeMountBuilder> predicate)
removeMatchingFromVolumeMounts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>@Deprecated public List<VolumeMount> getVolumeMounts()
getVolumeMounts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public List<VolumeMount> buildVolumeMounts()
buildVolumeMounts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public VolumeMount buildVolumeMount(int index)
buildVolumeMount in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public VolumeMount buildFirstVolumeMount()
buildFirstVolumeMount in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public VolumeMount buildLastVolumeMount()
buildLastVolumeMount in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public VolumeMount buildMatchingVolumeMount(Predicate<VolumeMountBuilder> predicate)
buildMatchingVolumeMount in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasMatchingVolumeMount(Predicate<VolumeMountBuilder> predicate)
hasMatchingVolumeMount in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withVolumeMounts(List<VolumeMount> volumeMounts)
withVolumeMounts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withVolumeMounts(VolumeMount... volumeMounts)
withVolumeMounts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasVolumeMounts()
hasVolumeMounts in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.VolumeMountsNested<A> addNewVolumeMount()
addNewVolumeMount in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.VolumeMountsNested<A> addNewVolumeMountLike(VolumeMount item)
addNewVolumeMountLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.VolumeMountsNested<A> setNewVolumeMountLike(int index, VolumeMount item)
setNewVolumeMountLike in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.VolumeMountsNested<A> editVolumeMount(int index)
editVolumeMount in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.VolumeMountsNested<A> editFirstVolumeMount()
editFirstVolumeMount in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.VolumeMountsNested<A> editLastVolumeMount()
editLastVolumeMount in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public EphemeralContainerFluent.VolumeMountsNested<A> editMatchingVolumeMount(Predicate<VolumeMountBuilder> predicate)
editMatchingVolumeMount in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public String getWorkingDir()
getWorkingDir in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withWorkingDir(String workingDir)
withWorkingDir in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public Boolean hasWorkingDir()
hasWorkingDir in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewWorkingDir(StringBuilder arg1)
withNewWorkingDir in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewWorkingDir(int[] arg1, int arg2, int arg3)
withNewWorkingDir in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewWorkingDir(char[] arg1)
withNewWorkingDir in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewWorkingDir(StringBuffer arg1)
withNewWorkingDir in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewWorkingDir(byte[] arg1, int arg2)
withNewWorkingDir in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewWorkingDir(byte[] arg1)
withNewWorkingDir in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewWorkingDir(char[] arg1, int arg2, int arg3)
withNewWorkingDir in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewWorkingDir(byte[] arg1, int arg2, int arg3)
withNewWorkingDir in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewWorkingDir(byte[] arg1, int arg2, int arg3, int arg4)
withNewWorkingDir in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>public A withNewWorkingDir(String arg1)
withNewWorkingDir in interface EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.