Package io.fabric8.kubernetes.api.model
Class EphemeralContainerFluentImpl<A extends EphemeralContainerFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.EphemeralContainerFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,EphemeralContainerFluent<A>
- Direct Known Subclasses:
EphemeralContainerBuilder,PodSpecFluentImpl.EphemeralContainersNestedImpl,WatchEventFluentImpl.EphemeralContainerObjectNestedImpl
public class EphemeralContainerFluentImpl<A extends EphemeralContainerFluent<A>> extends BaseFluent<A> implements EphemeralContainerFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classEphemeralContainerFluentImpl.EnvFromNestedImpl<N>classEphemeralContainerFluentImpl.EnvNestedImpl<N>classEphemeralContainerFluentImpl.LifecycleNestedImpl<N>classEphemeralContainerFluentImpl.LivenessProbeNestedImpl<N>classEphemeralContainerFluentImpl.PortsNestedImpl<N>classEphemeralContainerFluentImpl.ReadinessProbeNestedImpl<N>classEphemeralContainerFluentImpl.ResourcesNestedImpl<N>classEphemeralContainerFluentImpl.SecurityContextNestedImpl<N>classEphemeralContainerFluentImpl.StartupProbeNestedImpl<N>classEphemeralContainerFluentImpl.VolumeDevicesNestedImpl<N>classEphemeralContainerFluentImpl.VolumeMountsNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.EphemeralContainerFluent
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>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description EphemeralContainerFluentImpl()EphemeralContainerFluentImpl(EphemeralContainer instance)
-
Method Summary
-
-
-
Constructor Detail
-
EphemeralContainerFluentImpl
public EphemeralContainerFluentImpl()
-
EphemeralContainerFluentImpl
public EphemeralContainerFluentImpl(EphemeralContainer instance)
-
-
Method Detail
-
addToArgs
public A addToArgs(int index, String item)
- Specified by:
addToArgsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
setToArgs
public A setToArgs(int index, String item)
- Specified by:
setToArgsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addToArgs
public A addToArgs(String... items)
- Specified by:
addToArgsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addAllToArgs
public A addAllToArgs(Collection<String> items)
- Specified by:
addAllToArgsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
removeFromArgs
public A removeFromArgs(String... items)
- Specified by:
removeFromArgsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
removeAllFromArgs
public A removeAllFromArgs(Collection<String> items)
- Specified by:
removeAllFromArgsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getArgs
public List<String> getArgs()
- Specified by:
getArgsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getArg
public String getArg(int index)
- Specified by:
getArgin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getFirstArg
public String getFirstArg()
- Specified by:
getFirstArgin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getLastArg
public String getLastArg()
- Specified by:
getLastArgin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getMatchingArg
public String getMatchingArg(Predicate<String> predicate)
- Specified by:
getMatchingArgin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasMatchingArg
public Boolean hasMatchingArg(Predicate<String> predicate)
- Specified by:
hasMatchingArgin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withArgs
public A withArgs(List<String> args)
- Specified by:
withArgsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withArgs
public A withArgs(String... args)
- Specified by:
withArgsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasArgs
public Boolean hasArgs()
- Specified by:
hasArgsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addNewArg
public A addNewArg(String arg1)
- Specified by:
addNewArgin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addNewArg
public A addNewArg(StringBuilder arg1)
- Specified by:
addNewArgin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addNewArg
public A addNewArg(StringBuffer arg1)
- Specified by:
addNewArgin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addToCommand
public A addToCommand(int index, String item)
- Specified by:
addToCommandin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
setToCommand
public A setToCommand(int index, String item)
- Specified by:
setToCommandin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addToCommand
public A addToCommand(String... items)
- Specified by:
addToCommandin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addAllToCommand
public A addAllToCommand(Collection<String> items)
- Specified by:
addAllToCommandin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
removeFromCommand
public A removeFromCommand(String... items)
- Specified by:
removeFromCommandin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
removeAllFromCommand
public A removeAllFromCommand(Collection<String> items)
- Specified by:
removeAllFromCommandin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getCommand
public List<String> getCommand()
- Specified by:
getCommandin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getCommand
public String getCommand(int index)
- Specified by:
getCommandin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getFirstCommand
public String getFirstCommand()
- Specified by:
getFirstCommandin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getLastCommand
public String getLastCommand()
- Specified by:
getLastCommandin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getMatchingCommand
public String getMatchingCommand(Predicate<String> predicate)
- Specified by:
getMatchingCommandin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasMatchingCommand
public Boolean hasMatchingCommand(Predicate<String> predicate)
- Specified by:
hasMatchingCommandin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withCommand
public A withCommand(List<String> command)
- Specified by:
withCommandin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withCommand
public A withCommand(String... command)
- Specified by:
withCommandin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasCommand
public Boolean hasCommand()
- Specified by:
hasCommandin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addNewCommand
public A addNewCommand(String arg1)
- Specified by:
addNewCommandin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addNewCommand
public A addNewCommand(StringBuilder arg1)
- Specified by:
addNewCommandin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addNewCommand
public A addNewCommand(StringBuffer arg1)
- Specified by:
addNewCommandin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addToEnv
public A addToEnv(int index, EnvVar item)
- Specified by:
addToEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
setToEnv
public A setToEnv(int index, EnvVar item)
- Specified by:
setToEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addToEnv
public A addToEnv(EnvVar... items)
- Specified by:
addToEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addAllToEnv
public A addAllToEnv(Collection<EnvVar> items)
- Specified by:
addAllToEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
removeFromEnv
public A removeFromEnv(EnvVar... items)
- Specified by:
removeFromEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
removeAllFromEnv
public A removeAllFromEnv(Collection<EnvVar> items)
- Specified by:
removeAllFromEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
removeMatchingFromEnv
public A removeMatchingFromEnv(Predicate<EnvVarBuilder> predicate)
- Specified by:
removeMatchingFromEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getEnv
@Deprecated public List<EnvVar> getEnv()
Deprecated.This method has been deprecated, please use method buildEnv instead.- Specified by:
getEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>- Returns:
- The buildable object.
-
buildEnv
public List<EnvVar> buildEnv()
- Specified by:
buildEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildEnv
public EnvVar buildEnv(int index)
- Specified by:
buildEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildFirstEnv
public EnvVar buildFirstEnv()
- Specified by:
buildFirstEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildLastEnv
public EnvVar buildLastEnv()
- Specified by:
buildLastEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildMatchingEnv
public EnvVar buildMatchingEnv(Predicate<EnvVarBuilder> predicate)
- Specified by:
buildMatchingEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasMatchingEnv
public Boolean hasMatchingEnv(Predicate<EnvVarBuilder> predicate)
- Specified by:
hasMatchingEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withEnv
public A withEnv(List<EnvVar> env)
- Specified by:
withEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withEnv
public A withEnv(EnvVar... env)
- Specified by:
withEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasEnv
public Boolean hasEnv()
- Specified by:
hasEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addNewEnv
public EphemeralContainerFluent.EnvNested<A> addNewEnv()
- Specified by:
addNewEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addNewEnvLike
public EphemeralContainerFluent.EnvNested<A> addNewEnvLike(EnvVar item)
- Specified by:
addNewEnvLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
setNewEnvLike
public EphemeralContainerFluent.EnvNested<A> setNewEnvLike(int index, EnvVar item)
- Specified by:
setNewEnvLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editEnv
public EphemeralContainerFluent.EnvNested<A> editEnv(int index)
- Specified by:
editEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editFirstEnv
public EphemeralContainerFluent.EnvNested<A> editFirstEnv()
- Specified by:
editFirstEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editLastEnv
public EphemeralContainerFluent.EnvNested<A> editLastEnv()
- Specified by:
editLastEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editMatchingEnv
public EphemeralContainerFluent.EnvNested<A> editMatchingEnv(Predicate<EnvVarBuilder> predicate)
- Specified by:
editMatchingEnvin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addToEnvFrom
public A addToEnvFrom(int index, EnvFromSource item)
- Specified by:
addToEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
setToEnvFrom
public A setToEnvFrom(int index, EnvFromSource item)
- Specified by:
setToEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addToEnvFrom
public A addToEnvFrom(EnvFromSource... items)
- Specified by:
addToEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addAllToEnvFrom
public A addAllToEnvFrom(Collection<EnvFromSource> items)
- Specified by:
addAllToEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
removeFromEnvFrom
public A removeFromEnvFrom(EnvFromSource... items)
- Specified by:
removeFromEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
removeAllFromEnvFrom
public A removeAllFromEnvFrom(Collection<EnvFromSource> items)
- Specified by:
removeAllFromEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
removeMatchingFromEnvFrom
public A removeMatchingFromEnvFrom(Predicate<EnvFromSourceBuilder> predicate)
- Specified by:
removeMatchingFromEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getEnvFrom
@Deprecated public List<EnvFromSource> getEnvFrom()
Deprecated.This method has been deprecated, please use method buildEnvFrom instead.- Specified by:
getEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>- Returns:
- The buildable object.
-
buildEnvFrom
public List<EnvFromSource> buildEnvFrom()
- Specified by:
buildEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildEnvFrom
public EnvFromSource buildEnvFrom(int index)
- Specified by:
buildEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildFirstEnvFrom
public EnvFromSource buildFirstEnvFrom()
- Specified by:
buildFirstEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildLastEnvFrom
public EnvFromSource buildLastEnvFrom()
- Specified by:
buildLastEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildMatchingEnvFrom
public EnvFromSource buildMatchingEnvFrom(Predicate<EnvFromSourceBuilder> predicate)
- Specified by:
buildMatchingEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasMatchingEnvFrom
public Boolean hasMatchingEnvFrom(Predicate<EnvFromSourceBuilder> predicate)
- Specified by:
hasMatchingEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withEnvFrom
public A withEnvFrom(List<EnvFromSource> envFrom)
- Specified by:
withEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withEnvFrom
public A withEnvFrom(EnvFromSource... envFrom)
- Specified by:
withEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasEnvFrom
public Boolean hasEnvFrom()
- Specified by:
hasEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addNewEnvFrom
public EphemeralContainerFluent.EnvFromNested<A> addNewEnvFrom()
- Specified by:
addNewEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addNewEnvFromLike
public EphemeralContainerFluent.EnvFromNested<A> addNewEnvFromLike(EnvFromSource item)
- Specified by:
addNewEnvFromLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
setNewEnvFromLike
public EphemeralContainerFluent.EnvFromNested<A> setNewEnvFromLike(int index, EnvFromSource item)
- Specified by:
setNewEnvFromLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editEnvFrom
public EphemeralContainerFluent.EnvFromNested<A> editEnvFrom(int index)
- Specified by:
editEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editFirstEnvFrom
public EphemeralContainerFluent.EnvFromNested<A> editFirstEnvFrom()
- Specified by:
editFirstEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editLastEnvFrom
public EphemeralContainerFluent.EnvFromNested<A> editLastEnvFrom()
- Specified by:
editLastEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editMatchingEnvFrom
public EphemeralContainerFluent.EnvFromNested<A> editMatchingEnvFrom(Predicate<EnvFromSourceBuilder> predicate)
- Specified by:
editMatchingEnvFromin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getImage
public String getImage()
- Specified by:
getImagein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withImage
public A withImage(String image)
- Specified by:
withImagein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasImage
public Boolean hasImage()
- Specified by:
hasImagein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewImage
public A withNewImage(String arg1)
- Specified by:
withNewImagein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewImage
public A withNewImage(StringBuilder arg1)
- Specified by:
withNewImagein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewImage
public A withNewImage(StringBuffer arg1)
- Specified by:
withNewImagein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getImagePullPolicy
public String getImagePullPolicy()
- Specified by:
getImagePullPolicyin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withImagePullPolicy
public A withImagePullPolicy(String imagePullPolicy)
- Specified by:
withImagePullPolicyin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasImagePullPolicy
public Boolean hasImagePullPolicy()
- Specified by:
hasImagePullPolicyin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewImagePullPolicy
public A withNewImagePullPolicy(String arg1)
- Specified by:
withNewImagePullPolicyin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewImagePullPolicy
public A withNewImagePullPolicy(StringBuilder arg1)
- Specified by:
withNewImagePullPolicyin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewImagePullPolicy
public A withNewImagePullPolicy(StringBuffer arg1)
- Specified by:
withNewImagePullPolicyin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getLifecycle
@Deprecated public Lifecycle getLifecycle()
Deprecated.This method has been deprecated, please use method buildLifecycle instead.- Specified by:
getLifecyclein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>- Returns:
- The buildable object.
-
buildLifecycle
public Lifecycle buildLifecycle()
- Specified by:
buildLifecyclein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withLifecycle
public A withLifecycle(Lifecycle lifecycle)
- Specified by:
withLifecyclein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasLifecycle
public Boolean hasLifecycle()
- Specified by:
hasLifecyclein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewLifecycle
public EphemeralContainerFluent.LifecycleNested<A> withNewLifecycle()
- Specified by:
withNewLifecyclein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewLifecycleLike
public EphemeralContainerFluent.LifecycleNested<A> withNewLifecycleLike(Lifecycle item)
- Specified by:
withNewLifecycleLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editLifecycle
public EphemeralContainerFluent.LifecycleNested<A> editLifecycle()
- Specified by:
editLifecyclein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editOrNewLifecycle
public EphemeralContainerFluent.LifecycleNested<A> editOrNewLifecycle()
- Specified by:
editOrNewLifecyclein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editOrNewLifecycleLike
public EphemeralContainerFluent.LifecycleNested<A> editOrNewLifecycleLike(Lifecycle item)
- Specified by:
editOrNewLifecycleLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getLivenessProbe
@Deprecated public Probe getLivenessProbe()
Deprecated.This method has been deprecated, please use method buildLivenessProbe instead.- Specified by:
getLivenessProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>- Returns:
- The buildable object.
-
buildLivenessProbe
public Probe buildLivenessProbe()
- Specified by:
buildLivenessProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withLivenessProbe
public A withLivenessProbe(Probe livenessProbe)
- Specified by:
withLivenessProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasLivenessProbe
public Boolean hasLivenessProbe()
- Specified by:
hasLivenessProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewLivenessProbe
public EphemeralContainerFluent.LivenessProbeNested<A> withNewLivenessProbe()
- Specified by:
withNewLivenessProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewLivenessProbeLike
public EphemeralContainerFluent.LivenessProbeNested<A> withNewLivenessProbeLike(Probe item)
- Specified by:
withNewLivenessProbeLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editLivenessProbe
public EphemeralContainerFluent.LivenessProbeNested<A> editLivenessProbe()
- Specified by:
editLivenessProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editOrNewLivenessProbe
public EphemeralContainerFluent.LivenessProbeNested<A> editOrNewLivenessProbe()
- Specified by:
editOrNewLivenessProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editOrNewLivenessProbeLike
public EphemeralContainerFluent.LivenessProbeNested<A> editOrNewLivenessProbeLike(Probe item)
- Specified by:
editOrNewLivenessProbeLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getName
public String getName()
- Specified by:
getNamein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withNamein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasNamein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewName
public A withNewName(String arg1)
- Specified by:
withNewNamein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewName
public A withNewName(StringBuilder arg1)
- Specified by:
withNewNamein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewNamein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addToPorts
public A addToPorts(int index, ContainerPort item)
- Specified by:
addToPortsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
setToPorts
public A setToPorts(int index, ContainerPort item)
- Specified by:
setToPortsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addToPorts
public A addToPorts(ContainerPort... items)
- Specified by:
addToPortsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addAllToPorts
public A addAllToPorts(Collection<ContainerPort> items)
- Specified by:
addAllToPortsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
removeFromPorts
public A removeFromPorts(ContainerPort... items)
- Specified by:
removeFromPortsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
removeAllFromPorts
public A removeAllFromPorts(Collection<ContainerPort> items)
- Specified by:
removeAllFromPortsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
removeMatchingFromPorts
public A removeMatchingFromPorts(Predicate<ContainerPortBuilder> predicate)
- Specified by:
removeMatchingFromPortsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getPorts
@Deprecated public List<ContainerPort> getPorts()
Deprecated.This method has been deprecated, please use method buildPorts instead.- Specified by:
getPortsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>- Returns:
- The buildable object.
-
buildPorts
public List<ContainerPort> buildPorts()
- Specified by:
buildPortsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildPort
public ContainerPort buildPort(int index)
- Specified by:
buildPortin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildFirstPort
public ContainerPort buildFirstPort()
- Specified by:
buildFirstPortin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildLastPort
public ContainerPort buildLastPort()
- Specified by:
buildLastPortin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildMatchingPort
public ContainerPort buildMatchingPort(Predicate<ContainerPortBuilder> predicate)
- Specified by:
buildMatchingPortin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasMatchingPort
public Boolean hasMatchingPort(Predicate<ContainerPortBuilder> predicate)
- Specified by:
hasMatchingPortin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withPorts
public A withPorts(List<ContainerPort> ports)
- Specified by:
withPortsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withPorts
public A withPorts(ContainerPort... ports)
- Specified by:
withPortsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasPorts
public Boolean hasPorts()
- Specified by:
hasPortsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addNewPort
public A addNewPort(Integer containerPort, String hostIP, Integer hostPort, String name, String protocol)
- Specified by:
addNewPortin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addNewPort
public EphemeralContainerFluent.PortsNested<A> addNewPort()
- Specified by:
addNewPortin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addNewPortLike
public EphemeralContainerFluent.PortsNested<A> addNewPortLike(ContainerPort item)
- Specified by:
addNewPortLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
setNewPortLike
public EphemeralContainerFluent.PortsNested<A> setNewPortLike(int index, ContainerPort item)
- Specified by:
setNewPortLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editPort
public EphemeralContainerFluent.PortsNested<A> editPort(int index)
- Specified by:
editPortin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editFirstPort
public EphemeralContainerFluent.PortsNested<A> editFirstPort()
- Specified by:
editFirstPortin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editLastPort
public EphemeralContainerFluent.PortsNested<A> editLastPort()
- Specified by:
editLastPortin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editMatchingPort
public EphemeralContainerFluent.PortsNested<A> editMatchingPort(Predicate<ContainerPortBuilder> predicate)
- Specified by:
editMatchingPortin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getReadinessProbe
@Deprecated public Probe getReadinessProbe()
Deprecated.This method has been deprecated, please use method buildReadinessProbe instead.- Specified by:
getReadinessProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>- Returns:
- The buildable object.
-
buildReadinessProbe
public Probe buildReadinessProbe()
- Specified by:
buildReadinessProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withReadinessProbe
public A withReadinessProbe(Probe readinessProbe)
- Specified by:
withReadinessProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasReadinessProbe
public Boolean hasReadinessProbe()
- Specified by:
hasReadinessProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewReadinessProbe
public EphemeralContainerFluent.ReadinessProbeNested<A> withNewReadinessProbe()
- Specified by:
withNewReadinessProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewReadinessProbeLike
public EphemeralContainerFluent.ReadinessProbeNested<A> withNewReadinessProbeLike(Probe item)
- Specified by:
withNewReadinessProbeLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editReadinessProbe
public EphemeralContainerFluent.ReadinessProbeNested<A> editReadinessProbe()
- Specified by:
editReadinessProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editOrNewReadinessProbe
public EphemeralContainerFluent.ReadinessProbeNested<A> editOrNewReadinessProbe()
- Specified by:
editOrNewReadinessProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editOrNewReadinessProbeLike
public EphemeralContainerFluent.ReadinessProbeNested<A> editOrNewReadinessProbeLike(Probe item)
- Specified by:
editOrNewReadinessProbeLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getResources
@Deprecated public ResourceRequirements getResources()
Deprecated.This method has been deprecated, please use method buildResources instead.- Specified by:
getResourcesin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>- Returns:
- The buildable object.
-
buildResources
public ResourceRequirements buildResources()
- Specified by:
buildResourcesin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withResources
public A withResources(ResourceRequirements resources)
- Specified by:
withResourcesin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasResources
public Boolean hasResources()
- Specified by:
hasResourcesin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewResources
public EphemeralContainerFluent.ResourcesNested<A> withNewResources()
- Specified by:
withNewResourcesin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewResourcesLike
public EphemeralContainerFluent.ResourcesNested<A> withNewResourcesLike(ResourceRequirements item)
- Specified by:
withNewResourcesLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editResources
public EphemeralContainerFluent.ResourcesNested<A> editResources()
- Specified by:
editResourcesin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editOrNewResources
public EphemeralContainerFluent.ResourcesNested<A> editOrNewResources()
- Specified by:
editOrNewResourcesin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editOrNewResourcesLike
public EphemeralContainerFluent.ResourcesNested<A> editOrNewResourcesLike(ResourceRequirements item)
- Specified by:
editOrNewResourcesLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getSecurityContext
@Deprecated public SecurityContext getSecurityContext()
Deprecated.This method has been deprecated, please use method buildSecurityContext instead.- Specified by:
getSecurityContextin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>- Returns:
- The buildable object.
-
buildSecurityContext
public SecurityContext buildSecurityContext()
- Specified by:
buildSecurityContextin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withSecurityContext
public A withSecurityContext(SecurityContext securityContext)
- Specified by:
withSecurityContextin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasSecurityContext
public Boolean hasSecurityContext()
- Specified by:
hasSecurityContextin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewSecurityContext
public EphemeralContainerFluent.SecurityContextNested<A> withNewSecurityContext()
- Specified by:
withNewSecurityContextin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewSecurityContextLike
public EphemeralContainerFluent.SecurityContextNested<A> withNewSecurityContextLike(SecurityContext item)
- Specified by:
withNewSecurityContextLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editSecurityContext
public EphemeralContainerFluent.SecurityContextNested<A> editSecurityContext()
- Specified by:
editSecurityContextin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editOrNewSecurityContext
public EphemeralContainerFluent.SecurityContextNested<A> editOrNewSecurityContext()
- Specified by:
editOrNewSecurityContextin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editOrNewSecurityContextLike
public EphemeralContainerFluent.SecurityContextNested<A> editOrNewSecurityContextLike(SecurityContext item)
- Specified by:
editOrNewSecurityContextLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getStartupProbe
@Deprecated public Probe getStartupProbe()
Deprecated.This method has been deprecated, please use method buildStartupProbe instead.- Specified by:
getStartupProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>- Returns:
- The buildable object.
-
buildStartupProbe
public Probe buildStartupProbe()
- Specified by:
buildStartupProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withStartupProbe
public A withStartupProbe(Probe startupProbe)
- Specified by:
withStartupProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasStartupProbe
public Boolean hasStartupProbe()
- Specified by:
hasStartupProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewStartupProbe
public EphemeralContainerFluent.StartupProbeNested<A> withNewStartupProbe()
- Specified by:
withNewStartupProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewStartupProbeLike
public EphemeralContainerFluent.StartupProbeNested<A> withNewStartupProbeLike(Probe item)
- Specified by:
withNewStartupProbeLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editStartupProbe
public EphemeralContainerFluent.StartupProbeNested<A> editStartupProbe()
- Specified by:
editStartupProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editOrNewStartupProbe
public EphemeralContainerFluent.StartupProbeNested<A> editOrNewStartupProbe()
- Specified by:
editOrNewStartupProbein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editOrNewStartupProbeLike
public EphemeralContainerFluent.StartupProbeNested<A> editOrNewStartupProbeLike(Probe item)
- Specified by:
editOrNewStartupProbeLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
isStdin
public Boolean isStdin()
- Specified by:
isStdinin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withStdin
public A withStdin(Boolean stdin)
- Specified by:
withStdinin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasStdin
public Boolean hasStdin()
- Specified by:
hasStdinin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewStdin
public A withNewStdin(String arg1)
- Specified by:
withNewStdinin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewStdin
public A withNewStdin(boolean arg1)
- Specified by:
withNewStdinin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
isStdinOnce
public Boolean isStdinOnce()
- Specified by:
isStdinOncein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withStdinOnce
public A withStdinOnce(Boolean stdinOnce)
- Specified by:
withStdinOncein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasStdinOnce
public Boolean hasStdinOnce()
- Specified by:
hasStdinOncein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewStdinOnce
public A withNewStdinOnce(String arg1)
- Specified by:
withNewStdinOncein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewStdinOnce
public A withNewStdinOnce(boolean arg1)
- Specified by:
withNewStdinOncein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getTargetContainerName
public String getTargetContainerName()
- Specified by:
getTargetContainerNamein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withTargetContainerName
public A withTargetContainerName(String targetContainerName)
- Specified by:
withTargetContainerNamein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasTargetContainerName
public Boolean hasTargetContainerName()
- Specified by:
hasTargetContainerNamein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewTargetContainerName
public A withNewTargetContainerName(String arg1)
- Specified by:
withNewTargetContainerNamein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewTargetContainerName
public A withNewTargetContainerName(StringBuilder arg1)
- Specified by:
withNewTargetContainerNamein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewTargetContainerName
public A withNewTargetContainerName(StringBuffer arg1)
- Specified by:
withNewTargetContainerNamein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getTerminationMessagePath
public String getTerminationMessagePath()
- Specified by:
getTerminationMessagePathin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withTerminationMessagePath
public A withTerminationMessagePath(String terminationMessagePath)
- Specified by:
withTerminationMessagePathin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasTerminationMessagePath
public Boolean hasTerminationMessagePath()
- Specified by:
hasTerminationMessagePathin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewTerminationMessagePath
public A withNewTerminationMessagePath(String arg1)
- Specified by:
withNewTerminationMessagePathin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewTerminationMessagePath
public A withNewTerminationMessagePath(StringBuilder arg1)
- Specified by:
withNewTerminationMessagePathin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewTerminationMessagePath
public A withNewTerminationMessagePath(StringBuffer arg1)
- Specified by:
withNewTerminationMessagePathin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getTerminationMessagePolicy
public String getTerminationMessagePolicy()
- Specified by:
getTerminationMessagePolicyin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withTerminationMessagePolicy
public A withTerminationMessagePolicy(String terminationMessagePolicy)
- Specified by:
withTerminationMessagePolicyin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasTerminationMessagePolicy
public Boolean hasTerminationMessagePolicy()
- Specified by:
hasTerminationMessagePolicyin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewTerminationMessagePolicy
public A withNewTerminationMessagePolicy(String arg1)
- Specified by:
withNewTerminationMessagePolicyin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewTerminationMessagePolicy
public A withNewTerminationMessagePolicy(StringBuilder arg1)
- Specified by:
withNewTerminationMessagePolicyin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewTerminationMessagePolicy
public A withNewTerminationMessagePolicy(StringBuffer arg1)
- Specified by:
withNewTerminationMessagePolicyin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
isTty
public Boolean isTty()
- Specified by:
isTtyin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withTty
public A withTty(Boolean tty)
- Specified by:
withTtyin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasTty
public Boolean hasTty()
- Specified by:
hasTtyin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewTty
public A withNewTty(String arg1)
- Specified by:
withNewTtyin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewTty
public A withNewTty(boolean arg1)
- Specified by:
withNewTtyin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addToVolumeDevices
public A addToVolumeDevices(int index, VolumeDevice item)
- Specified by:
addToVolumeDevicesin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
setToVolumeDevices
public A setToVolumeDevices(int index, VolumeDevice item)
- Specified by:
setToVolumeDevicesin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addToVolumeDevices
public A addToVolumeDevices(VolumeDevice... items)
- Specified by:
addToVolumeDevicesin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addAllToVolumeDevices
public A addAllToVolumeDevices(Collection<VolumeDevice> items)
- Specified by:
addAllToVolumeDevicesin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
removeFromVolumeDevices
public A removeFromVolumeDevices(VolumeDevice... items)
- Specified by:
removeFromVolumeDevicesin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
removeAllFromVolumeDevices
public A removeAllFromVolumeDevices(Collection<VolumeDevice> items)
- Specified by:
removeAllFromVolumeDevicesin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
removeMatchingFromVolumeDevices
public A removeMatchingFromVolumeDevices(Predicate<VolumeDeviceBuilder> predicate)
- Specified by:
removeMatchingFromVolumeDevicesin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getVolumeDevices
@Deprecated public List<VolumeDevice> getVolumeDevices()
Deprecated.This method has been deprecated, please use method buildVolumeDevices instead.- Specified by:
getVolumeDevicesin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>- Returns:
- The buildable object.
-
buildVolumeDevices
public List<VolumeDevice> buildVolumeDevices()
- Specified by:
buildVolumeDevicesin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildVolumeDevice
public VolumeDevice buildVolumeDevice(int index)
- Specified by:
buildVolumeDevicein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildFirstVolumeDevice
public VolumeDevice buildFirstVolumeDevice()
- Specified by:
buildFirstVolumeDevicein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildLastVolumeDevice
public VolumeDevice buildLastVolumeDevice()
- Specified by:
buildLastVolumeDevicein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildMatchingVolumeDevice
public VolumeDevice buildMatchingVolumeDevice(Predicate<VolumeDeviceBuilder> predicate)
- Specified by:
buildMatchingVolumeDevicein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasMatchingVolumeDevice
public Boolean hasMatchingVolumeDevice(Predicate<VolumeDeviceBuilder> predicate)
- Specified by:
hasMatchingVolumeDevicein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withVolumeDevices
public A withVolumeDevices(List<VolumeDevice> volumeDevices)
- Specified by:
withVolumeDevicesin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withVolumeDevices
public A withVolumeDevices(VolumeDevice... volumeDevices)
- Specified by:
withVolumeDevicesin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasVolumeDevices
public Boolean hasVolumeDevices()
- Specified by:
hasVolumeDevicesin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addNewVolumeDevice
public A addNewVolumeDevice(String devicePath, String name)
- Specified by:
addNewVolumeDevicein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addNewVolumeDevice
public EphemeralContainerFluent.VolumeDevicesNested<A> addNewVolumeDevice()
- Specified by:
addNewVolumeDevicein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addNewVolumeDeviceLike
public EphemeralContainerFluent.VolumeDevicesNested<A> addNewVolumeDeviceLike(VolumeDevice item)
- Specified by:
addNewVolumeDeviceLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
setNewVolumeDeviceLike
public EphemeralContainerFluent.VolumeDevicesNested<A> setNewVolumeDeviceLike(int index, VolumeDevice item)
- Specified by:
setNewVolumeDeviceLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editVolumeDevice
public EphemeralContainerFluent.VolumeDevicesNested<A> editVolumeDevice(int index)
- Specified by:
editVolumeDevicein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editFirstVolumeDevice
public EphemeralContainerFluent.VolumeDevicesNested<A> editFirstVolumeDevice()
- Specified by:
editFirstVolumeDevicein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editLastVolumeDevice
public EphemeralContainerFluent.VolumeDevicesNested<A> editLastVolumeDevice()
- Specified by:
editLastVolumeDevicein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editMatchingVolumeDevice
public EphemeralContainerFluent.VolumeDevicesNested<A> editMatchingVolumeDevice(Predicate<VolumeDeviceBuilder> predicate)
- Specified by:
editMatchingVolumeDevicein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addToVolumeMounts
public A addToVolumeMounts(int index, VolumeMount item)
- Specified by:
addToVolumeMountsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
setToVolumeMounts
public A setToVolumeMounts(int index, VolumeMount item)
- Specified by:
setToVolumeMountsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addToVolumeMounts
public A addToVolumeMounts(VolumeMount... items)
- Specified by:
addToVolumeMountsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addAllToVolumeMounts
public A addAllToVolumeMounts(Collection<VolumeMount> items)
- Specified by:
addAllToVolumeMountsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
removeFromVolumeMounts
public A removeFromVolumeMounts(VolumeMount... items)
- Specified by:
removeFromVolumeMountsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
removeAllFromVolumeMounts
public A removeAllFromVolumeMounts(Collection<VolumeMount> items)
- Specified by:
removeAllFromVolumeMountsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
removeMatchingFromVolumeMounts
public A removeMatchingFromVolumeMounts(Predicate<VolumeMountBuilder> predicate)
- Specified by:
removeMatchingFromVolumeMountsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getVolumeMounts
@Deprecated public List<VolumeMount> getVolumeMounts()
Deprecated.This method has been deprecated, please use method buildVolumeMounts instead.- Specified by:
getVolumeMountsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>- Returns:
- The buildable object.
-
buildVolumeMounts
public List<VolumeMount> buildVolumeMounts()
- Specified by:
buildVolumeMountsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildVolumeMount
public VolumeMount buildVolumeMount(int index)
- Specified by:
buildVolumeMountin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildFirstVolumeMount
public VolumeMount buildFirstVolumeMount()
- Specified by:
buildFirstVolumeMountin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildLastVolumeMount
public VolumeMount buildLastVolumeMount()
- Specified by:
buildLastVolumeMountin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
buildMatchingVolumeMount
public VolumeMount buildMatchingVolumeMount(Predicate<VolumeMountBuilder> predicate)
- Specified by:
buildMatchingVolumeMountin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasMatchingVolumeMount
public Boolean hasMatchingVolumeMount(Predicate<VolumeMountBuilder> predicate)
- Specified by:
hasMatchingVolumeMountin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withVolumeMounts
public A withVolumeMounts(List<VolumeMount> volumeMounts)
- Specified by:
withVolumeMountsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withVolumeMounts
public A withVolumeMounts(VolumeMount... volumeMounts)
- Specified by:
withVolumeMountsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasVolumeMounts
public Boolean hasVolumeMounts()
- Specified by:
hasVolumeMountsin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addNewVolumeMount
public EphemeralContainerFluent.VolumeMountsNested<A> addNewVolumeMount()
- Specified by:
addNewVolumeMountin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
addNewVolumeMountLike
public EphemeralContainerFluent.VolumeMountsNested<A> addNewVolumeMountLike(VolumeMount item)
- Specified by:
addNewVolumeMountLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
setNewVolumeMountLike
public EphemeralContainerFluent.VolumeMountsNested<A> setNewVolumeMountLike(int index, VolumeMount item)
- Specified by:
setNewVolumeMountLikein interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editVolumeMount
public EphemeralContainerFluent.VolumeMountsNested<A> editVolumeMount(int index)
- Specified by:
editVolumeMountin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editFirstVolumeMount
public EphemeralContainerFluent.VolumeMountsNested<A> editFirstVolumeMount()
- Specified by:
editFirstVolumeMountin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editLastVolumeMount
public EphemeralContainerFluent.VolumeMountsNested<A> editLastVolumeMount()
- Specified by:
editLastVolumeMountin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
editMatchingVolumeMount
public EphemeralContainerFluent.VolumeMountsNested<A> editMatchingVolumeMount(Predicate<VolumeMountBuilder> predicate)
- Specified by:
editMatchingVolumeMountin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
getWorkingDir
public String getWorkingDir()
- Specified by:
getWorkingDirin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withWorkingDir
public A withWorkingDir(String workingDir)
- Specified by:
withWorkingDirin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
hasWorkingDir
public Boolean hasWorkingDir()
- Specified by:
hasWorkingDirin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewWorkingDir
public A withNewWorkingDir(String arg1)
- Specified by:
withNewWorkingDirin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewWorkingDir
public A withNewWorkingDir(StringBuilder arg1)
- Specified by:
withNewWorkingDirin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
withNewWorkingDir
public A withNewWorkingDir(StringBuffer arg1)
- Specified by:
withNewWorkingDirin interfaceEphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
-
-