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