public class ImageTaskFluentImpl<A extends ImageTaskFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ImageTaskFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ImageTaskFluentImpl.EnvNestedImpl<N> |
class |
ImageTaskFluentImpl.VolumeMountsNestedImpl<N> |
class |
ImageTaskFluentImpl.VolumesNestedImpl<N> |
ImageTaskFluent.EnvNested<N>, ImageTaskFluent.VolumeMountsNested<N>, ImageTaskFluent.VolumesNested<N>| Constructor and Description |
|---|
ImageTaskFluentImpl() |
ImageTaskFluentImpl(ImageTask instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToArgs(Collection<String> items) |
A |
addAllToCommand(Collection<String> items) |
A |
addAllToEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items) |
A |
addAllToVolumeMounts(Collection<io.fabric8.kubernetes.api.model.VolumeMount> items) |
A |
addAllToVolumes(Collection<io.fabric8.kubernetes.api.model.Volume> items) |
A |
addNewArg(String arg0) |
A |
addNewCommand(String arg0) |
ImageTaskFluent.EnvNested<A> |
addNewEnv() |
ImageTaskFluent.EnvNested<A> |
addNewEnvLike(io.fabric8.kubernetes.api.model.EnvVar item) |
ImageTaskFluent.VolumesNested<A> |
addNewVolume() |
ImageTaskFluent.VolumesNested<A> |
addNewVolumeLike(io.fabric8.kubernetes.api.model.Volume item) |
ImageTaskFluent.VolumeMountsNested<A> |
addNewVolumeMount() |
ImageTaskFluent.VolumeMountsNested<A> |
addNewVolumeMountLike(io.fabric8.kubernetes.api.model.VolumeMount item) |
A |
addToArgs(Integer index,
String item) |
A |
addToArgs(String... items) |
A |
addToCommand(Integer index,
String item) |
A |
addToCommand(String... items) |
A |
addToEnv(io.fabric8.kubernetes.api.model.EnvVar... items) |
A |
addToEnv(Integer index,
io.fabric8.kubernetes.api.model.EnvVar item) |
A |
addToVolumeMounts(Integer index,
io.fabric8.kubernetes.api.model.VolumeMount item) |
A |
addToVolumeMounts(io.fabric8.kubernetes.api.model.VolumeMount... items) |
A |
addToVolumes(Integer index,
io.fabric8.kubernetes.api.model.Volume item) |
A |
addToVolumes(io.fabric8.kubernetes.api.model.Volume... items) |
List<io.fabric8.kubernetes.api.model.EnvVar> |
buildEnv() |
io.fabric8.kubernetes.api.model.EnvVar |
buildEnv(Integer index) |
io.fabric8.kubernetes.api.model.EnvVar |
buildFirstEnv() |
io.fabric8.kubernetes.api.model.Volume |
buildFirstVolume() |
io.fabric8.kubernetes.api.model.VolumeMount |
buildFirstVolumeMount() |
io.fabric8.kubernetes.api.model.EnvVar |
buildLastEnv() |
io.fabric8.kubernetes.api.model.Volume |
buildLastVolume() |
io.fabric8.kubernetes.api.model.VolumeMount |
buildLastVolumeMount() |
io.fabric8.kubernetes.api.model.EnvVar |
buildMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate) |
io.fabric8.kubernetes.api.model.Volume |
buildMatchingVolume(Predicate<io.fabric8.kubernetes.api.model.VolumeBuilder> predicate) |
io.fabric8.kubernetes.api.model.VolumeMount |
buildMatchingVolumeMount(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate) |
io.fabric8.kubernetes.api.model.Volume |
buildVolume(Integer index) |
io.fabric8.kubernetes.api.model.VolumeMount |
buildVolumeMount(Integer index) |
List<io.fabric8.kubernetes.api.model.VolumeMount> |
buildVolumeMounts() |
List<io.fabric8.kubernetes.api.model.Volume> |
buildVolumes() |
ImageTaskFluent.EnvNested<A> |
editEnv(Integer index) |
ImageTaskFluent.EnvNested<A> |
editFirstEnv() |
ImageTaskFluent.VolumesNested<A> |
editFirstVolume() |
ImageTaskFluent.VolumeMountsNested<A> |
editFirstVolumeMount() |
ImageTaskFluent.EnvNested<A> |
editLastEnv() |
ImageTaskFluent.VolumesNested<A> |
editLastVolume() |
ImageTaskFluent.VolumeMountsNested<A> |
editLastVolumeMount() |
ImageTaskFluent.EnvNested<A> |
editMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate) |
ImageTaskFluent.VolumesNested<A> |
editMatchingVolume(Predicate<io.fabric8.kubernetes.api.model.VolumeBuilder> predicate) |
ImageTaskFluent.VolumeMountsNested<A> |
editMatchingVolumeMount(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate) |
ImageTaskFluent.VolumesNested<A> |
editVolume(Integer index) |
ImageTaskFluent.VolumeMountsNested<A> |
editVolumeMount(Integer index) |
boolean |
equals(Object o) |
io.fabric8.kubernetes.api.model.Affinity |
getAffinity() |
String |
getArg(Integer index) |
List<String> |
getArgs() |
String |
getBuiltImage() |
List<String> |
getCommand() |
String |
getCommand(Integer index) |
List<io.fabric8.kubernetes.api.model.EnvVar> |
getEnv()
Deprecated.
|
String |
getFirstArg() |
String |
getFirstCommand() |
String |
getImage() |
String |
getLastArg() |
String |
getLastCommand() |
String |
getMatchingArg(Predicate<String> predicate) |
String |
getMatchingCommand(Predicate<String> predicate) |
String |
getName() |
io.fabric8.kubernetes.api.model.SecurityContext |
getSecurityContext() |
List<io.fabric8.kubernetes.api.model.VolumeMount> |
getVolumeMounts()
Deprecated.
|
List<io.fabric8.kubernetes.api.model.Volume> |
getVolumes()
Deprecated.
|
String |
getWorkingDir() |
Boolean |
hasAffinity() |
Boolean |
hasArgs() |
Boolean |
hasBuiltImage() |
Boolean |
hasCommand() |
Boolean |
hasEnv() |
int |
hashCode() |
Boolean |
hasImage() |
Boolean |
hasMatchingArg(Predicate<String> predicate) |
Boolean |
hasMatchingCommand(Predicate<String> predicate) |
Boolean |
hasMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate) |
Boolean |
hasMatchingVolume(Predicate<io.fabric8.kubernetes.api.model.VolumeBuilder> predicate) |
Boolean |
hasMatchingVolumeMount(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate) |
Boolean |
hasName() |
Boolean |
hasSecurityContext() |
Boolean |
hasVolumeMounts() |
Boolean |
hasVolumes() |
Boolean |
hasWorkingDir() |
A |
removeAllFromArgs(Collection<String> items) |
A |
removeAllFromCommand(Collection<String> items) |
A |
removeAllFromEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items) |
A |
removeAllFromVolumeMounts(Collection<io.fabric8.kubernetes.api.model.VolumeMount> items) |
A |
removeAllFromVolumes(Collection<io.fabric8.kubernetes.api.model.Volume> items) |
A |
removeFromArgs(String... items) |
A |
removeFromCommand(String... items) |
A |
removeFromEnv(io.fabric8.kubernetes.api.model.EnvVar... items) |
A |
removeFromVolumeMounts(io.fabric8.kubernetes.api.model.VolumeMount... items) |
A |
removeFromVolumes(io.fabric8.kubernetes.api.model.Volume... items) |
A |
removeMatchingFromEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate) |
A |
removeMatchingFromVolumeMounts(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate) |
A |
removeMatchingFromVolumes(Predicate<io.fabric8.kubernetes.api.model.VolumeBuilder> predicate) |
ImageTaskFluent.EnvNested<A> |
setNewEnvLike(Integer index,
io.fabric8.kubernetes.api.model.EnvVar item) |
ImageTaskFluent.VolumesNested<A> |
setNewVolumeLike(Integer index,
io.fabric8.kubernetes.api.model.Volume item) |
ImageTaskFluent.VolumeMountsNested<A> |
setNewVolumeMountLike(Integer index,
io.fabric8.kubernetes.api.model.VolumeMount item) |
A |
setToArgs(Integer index,
String item) |
A |
setToCommand(Integer index,
String item) |
A |
setToEnv(Integer index,
io.fabric8.kubernetes.api.model.EnvVar item) |
A |
setToVolumeMounts(Integer index,
io.fabric8.kubernetes.api.model.VolumeMount item) |
A |
setToVolumes(Integer index,
io.fabric8.kubernetes.api.model.Volume item) |
A |
withAffinity(io.fabric8.kubernetes.api.model.Affinity affinity) |
A |
withArgs(List<String> args) |
A |
withArgs(String... args) |
A |
withBuiltImage(String builtImage) |
A |
withCommand(List<String> command) |
A |
withCommand(String... command) |
A |
withEnv(io.fabric8.kubernetes.api.model.EnvVar... env) |
A |
withEnv(List<io.fabric8.kubernetes.api.model.EnvVar> env) |
A |
withImage(String image) |
A |
withName(String name) |
A |
withNewBuiltImage(String arg0)
Deprecated.
|
A |
withNewImage(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewWorkingDir(String arg0)
Deprecated.
|
A |
withSecurityContext(io.fabric8.kubernetes.api.model.SecurityContext securityContext) |
A |
withVolumeMounts(List<io.fabric8.kubernetes.api.model.VolumeMount> volumeMounts) |
A |
withVolumeMounts(io.fabric8.kubernetes.api.model.VolumeMount... volumeMounts) |
A |
withVolumes(List<io.fabric8.kubernetes.api.model.Volume> volumes) |
A |
withVolumes(io.fabric8.kubernetes.api.model.Volume... volumes) |
A |
withWorkingDir(String workingDir) |
public ImageTaskFluentImpl()
public ImageTaskFluentImpl(ImageTask instance)
public io.fabric8.kubernetes.api.model.Affinity getAffinity()
getAffinity in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A withAffinity(io.fabric8.kubernetes.api.model.Affinity affinity)
withAffinity in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public Boolean hasAffinity()
hasAffinity in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A addToArgs(Integer index, String item)
addToArgs in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A setToArgs(Integer index, String item)
setToArgs in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A addToArgs(String... items)
addToArgs in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A addAllToArgs(Collection<String> items)
addAllToArgs in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A removeFromArgs(String... items)
removeFromArgs in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A removeAllFromArgs(Collection<String> items)
removeAllFromArgs in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public List<String> getArgs()
getArgs in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public String getArg(Integer index)
getArg in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public String getFirstArg()
getFirstArg in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public String getLastArg()
getLastArg in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public String getMatchingArg(Predicate<String> predicate)
getMatchingArg in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public Boolean hasMatchingArg(Predicate<String> predicate)
hasMatchingArg in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A withArgs(List<String> args)
withArgs in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A withArgs(String... args)
withArgs in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public Boolean hasArgs()
hasArgs in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A addNewArg(String arg0)
addNewArg in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public String getBuiltImage()
getBuiltImage in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A withBuiltImage(String builtImage)
withBuiltImage in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public Boolean hasBuiltImage()
hasBuiltImage in interface ImageTaskFluent<A extends ImageTaskFluent<A>>@Deprecated public A withNewBuiltImage(String arg0)
withNewBuiltImage in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A addToCommand(Integer index, String item)
addToCommand in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A setToCommand(Integer index, String item)
setToCommand in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A addToCommand(String... items)
addToCommand in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A addAllToCommand(Collection<String> items)
addAllToCommand in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A removeFromCommand(String... items)
removeFromCommand in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A removeAllFromCommand(Collection<String> items)
removeAllFromCommand in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public List<String> getCommand()
getCommand in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public String getCommand(Integer index)
getCommand in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public String getFirstCommand()
getFirstCommand in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public String getLastCommand()
getLastCommand in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public String getMatchingCommand(Predicate<String> predicate)
getMatchingCommand in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public Boolean hasMatchingCommand(Predicate<String> predicate)
hasMatchingCommand in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A withCommand(List<String> command)
withCommand in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A withCommand(String... command)
withCommand in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public Boolean hasCommand()
hasCommand in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A addNewCommand(String arg0)
addNewCommand in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A addToEnv(Integer index, io.fabric8.kubernetes.api.model.EnvVar item)
addToEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A setToEnv(Integer index, io.fabric8.kubernetes.api.model.EnvVar item)
setToEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A addToEnv(io.fabric8.kubernetes.api.model.EnvVar... items)
addToEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A addAllToEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items)
addAllToEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A removeFromEnv(io.fabric8.kubernetes.api.model.EnvVar... items)
removeFromEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A removeAllFromEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items)
removeAllFromEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A removeMatchingFromEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate)
removeMatchingFromEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>@Deprecated public List<io.fabric8.kubernetes.api.model.EnvVar> getEnv()
getEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public List<io.fabric8.kubernetes.api.model.EnvVar> buildEnv()
buildEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar buildEnv(Integer index)
buildEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar buildFirstEnv()
buildFirstEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar buildLastEnv()
buildLastEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar buildMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate)
buildMatchingEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public Boolean hasMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate)
hasMatchingEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A withEnv(List<io.fabric8.kubernetes.api.model.EnvVar> env)
withEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A withEnv(io.fabric8.kubernetes.api.model.EnvVar... env)
withEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public Boolean hasEnv()
hasEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.EnvNested<A> addNewEnv()
addNewEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.EnvNested<A> addNewEnvLike(io.fabric8.kubernetes.api.model.EnvVar item)
addNewEnvLike in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.EnvNested<A> setNewEnvLike(Integer index, io.fabric8.kubernetes.api.model.EnvVar item)
setNewEnvLike in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.EnvNested<A> editEnv(Integer index)
editEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.EnvNested<A> editFirstEnv()
editFirstEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.EnvNested<A> editLastEnv()
editLastEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.EnvNested<A> editMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate)
editMatchingEnv in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public String getImage()
getImage in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A withImage(String image)
withImage in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public Boolean hasImage()
hasImage in interface ImageTaskFluent<A extends ImageTaskFluent<A>>@Deprecated public A withNewImage(String arg0)
withNewImage in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public String getName()
getName in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A withName(String name)
withName in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public Boolean hasName()
hasName in interface ImageTaskFluent<A extends ImageTaskFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public io.fabric8.kubernetes.api.model.SecurityContext getSecurityContext()
getSecurityContext in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A withSecurityContext(io.fabric8.kubernetes.api.model.SecurityContext securityContext)
withSecurityContext in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public Boolean hasSecurityContext()
hasSecurityContext in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A addToVolumeMounts(Integer index, io.fabric8.kubernetes.api.model.VolumeMount item)
addToVolumeMounts in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A setToVolumeMounts(Integer index, io.fabric8.kubernetes.api.model.VolumeMount item)
setToVolumeMounts in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A addToVolumeMounts(io.fabric8.kubernetes.api.model.VolumeMount... items)
addToVolumeMounts in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A addAllToVolumeMounts(Collection<io.fabric8.kubernetes.api.model.VolumeMount> items)
addAllToVolumeMounts in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A removeFromVolumeMounts(io.fabric8.kubernetes.api.model.VolumeMount... items)
removeFromVolumeMounts in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A removeAllFromVolumeMounts(Collection<io.fabric8.kubernetes.api.model.VolumeMount> items)
removeAllFromVolumeMounts in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A removeMatchingFromVolumeMounts(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate)
removeMatchingFromVolumeMounts in interface ImageTaskFluent<A extends ImageTaskFluent<A>>@Deprecated public List<io.fabric8.kubernetes.api.model.VolumeMount> getVolumeMounts()
getVolumeMounts in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public List<io.fabric8.kubernetes.api.model.VolumeMount> buildVolumeMounts()
buildVolumeMounts in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public io.fabric8.kubernetes.api.model.VolumeMount buildVolumeMount(Integer index)
buildVolumeMount in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public io.fabric8.kubernetes.api.model.VolumeMount buildFirstVolumeMount()
buildFirstVolumeMount in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public io.fabric8.kubernetes.api.model.VolumeMount buildLastVolumeMount()
buildLastVolumeMount in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public io.fabric8.kubernetes.api.model.VolumeMount buildMatchingVolumeMount(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate)
buildMatchingVolumeMount in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public Boolean hasMatchingVolumeMount(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate)
hasMatchingVolumeMount in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A withVolumeMounts(List<io.fabric8.kubernetes.api.model.VolumeMount> volumeMounts)
withVolumeMounts in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A withVolumeMounts(io.fabric8.kubernetes.api.model.VolumeMount... volumeMounts)
withVolumeMounts in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public Boolean hasVolumeMounts()
hasVolumeMounts in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.VolumeMountsNested<A> addNewVolumeMount()
addNewVolumeMount in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.VolumeMountsNested<A> addNewVolumeMountLike(io.fabric8.kubernetes.api.model.VolumeMount item)
addNewVolumeMountLike in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.VolumeMountsNested<A> setNewVolumeMountLike(Integer index, io.fabric8.kubernetes.api.model.VolumeMount item)
setNewVolumeMountLike in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.VolumeMountsNested<A> editVolumeMount(Integer index)
editVolumeMount in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.VolumeMountsNested<A> editFirstVolumeMount()
editFirstVolumeMount in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.VolumeMountsNested<A> editLastVolumeMount()
editLastVolumeMount in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.VolumeMountsNested<A> editMatchingVolumeMount(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate)
editMatchingVolumeMount in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A addToVolumes(Integer index, io.fabric8.kubernetes.api.model.Volume item)
addToVolumes in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A setToVolumes(Integer index, io.fabric8.kubernetes.api.model.Volume item)
setToVolumes in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A addToVolumes(io.fabric8.kubernetes.api.model.Volume... items)
addToVolumes in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A addAllToVolumes(Collection<io.fabric8.kubernetes.api.model.Volume> items)
addAllToVolumes in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A removeFromVolumes(io.fabric8.kubernetes.api.model.Volume... items)
removeFromVolumes in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A removeAllFromVolumes(Collection<io.fabric8.kubernetes.api.model.Volume> items)
removeAllFromVolumes in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A removeMatchingFromVolumes(Predicate<io.fabric8.kubernetes.api.model.VolumeBuilder> predicate)
removeMatchingFromVolumes in interface ImageTaskFluent<A extends ImageTaskFluent<A>>@Deprecated public List<io.fabric8.kubernetes.api.model.Volume> getVolumes()
getVolumes in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public List<io.fabric8.kubernetes.api.model.Volume> buildVolumes()
buildVolumes in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public io.fabric8.kubernetes.api.model.Volume buildVolume(Integer index)
buildVolume in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public io.fabric8.kubernetes.api.model.Volume buildFirstVolume()
buildFirstVolume in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public io.fabric8.kubernetes.api.model.Volume buildLastVolume()
buildLastVolume in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public io.fabric8.kubernetes.api.model.Volume buildMatchingVolume(Predicate<io.fabric8.kubernetes.api.model.VolumeBuilder> predicate)
buildMatchingVolume in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public Boolean hasMatchingVolume(Predicate<io.fabric8.kubernetes.api.model.VolumeBuilder> predicate)
hasMatchingVolume in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A withVolumes(List<io.fabric8.kubernetes.api.model.Volume> volumes)
withVolumes in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A withVolumes(io.fabric8.kubernetes.api.model.Volume... volumes)
withVolumes in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public Boolean hasVolumes()
hasVolumes in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.VolumesNested<A> addNewVolume()
addNewVolume in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.VolumesNested<A> addNewVolumeLike(io.fabric8.kubernetes.api.model.Volume item)
addNewVolumeLike in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.VolumesNested<A> setNewVolumeLike(Integer index, io.fabric8.kubernetes.api.model.Volume item)
setNewVolumeLike in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.VolumesNested<A> editVolume(Integer index)
editVolume in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.VolumesNested<A> editFirstVolume()
editFirstVolume in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.VolumesNested<A> editLastVolume()
editLastVolume in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public ImageTaskFluent.VolumesNested<A> editMatchingVolume(Predicate<io.fabric8.kubernetes.api.model.VolumeBuilder> predicate)
editMatchingVolume in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public String getWorkingDir()
getWorkingDir in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public A withWorkingDir(String workingDir)
withWorkingDir in interface ImageTaskFluent<A extends ImageTaskFluent<A>>public Boolean hasWorkingDir()
hasWorkingDir in interface ImageTaskFluent<A extends ImageTaskFluent<A>>@Deprecated public A withNewWorkingDir(String arg0)
withNewWorkingDir in interface ImageTaskFluent<A extends ImageTaskFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.