public class StepFluentImpl<A extends StepFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements StepFluent<A>
StepFluent.ComputeResourcesNested<N>, StepFluent.EnvNested<N>, StepFluent.StderrConfigNested<N>, StepFluent.StdoutConfigNested<N>, StepFluent.VolumeMountsNested<N>, StepFluent.WorkspacesNested<N>| Constructor and Description |
|---|
StepFluentImpl() |
StepFluentImpl(Step 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 |
addAllToEnvFrom(Collection<io.fabric8.kubernetes.api.model.EnvFromSource> items) |
A |
addAllToVolumeDevices(Collection<io.fabric8.kubernetes.api.model.VolumeDevice> items) |
A |
addAllToVolumeMounts(Collection<io.fabric8.kubernetes.api.model.VolumeMount> items) |
A |
addAllToWorkspaces(Collection<WorkspaceUsage> items) |
StepFluent.EnvNested<A> |
addNewEnv() |
StepFluent.EnvNested<A> |
addNewEnvLike(io.fabric8.kubernetes.api.model.EnvVar item) |
A |
addNewVolumeDevice(String devicePath,
String name) |
StepFluent.VolumeMountsNested<A> |
addNewVolumeMount() |
StepFluent.VolumeMountsNested<A> |
addNewVolumeMountLike(io.fabric8.kubernetes.api.model.VolumeMount item) |
StepFluent.WorkspacesNested<A> |
addNewWorkspace() |
A |
addNewWorkspace(String mountPath,
String name) |
StepFluent.WorkspacesNested<A> |
addNewWorkspaceLike(WorkspaceUsage item) |
A |
addToArgs(int index,
String item) |
A |
addToArgs(String... items) |
A |
addToCommand(int index,
String item) |
A |
addToCommand(String... items) |
A |
addToEnv(io.fabric8.kubernetes.api.model.EnvVar... items) |
A |
addToEnv(int index,
io.fabric8.kubernetes.api.model.EnvVar item) |
A |
addToEnvFrom(io.fabric8.kubernetes.api.model.EnvFromSource... items) |
A |
addToEnvFrom(int index,
io.fabric8.kubernetes.api.model.EnvFromSource item) |
A |
addToVolumeDevices(int index,
io.fabric8.kubernetes.api.model.VolumeDevice item) |
A |
addToVolumeDevices(io.fabric8.kubernetes.api.model.VolumeDevice... items) |
A |
addToVolumeMounts(int index,
io.fabric8.kubernetes.api.model.VolumeMount item) |
A |
addToVolumeMounts(io.fabric8.kubernetes.api.model.VolumeMount... items) |
A |
addToWorkspaces(int index,
WorkspaceUsage item) |
A |
addToWorkspaces(WorkspaceUsage... items) |
io.fabric8.kubernetes.api.model.ResourceRequirements |
buildComputeResources() |
List<io.fabric8.kubernetes.api.model.EnvVar> |
buildEnv() |
io.fabric8.kubernetes.api.model.EnvVar |
buildEnv(int index) |
io.fabric8.kubernetes.api.model.EnvVar |
buildFirstEnv() |
io.fabric8.kubernetes.api.model.VolumeMount |
buildFirstVolumeMount() |
WorkspaceUsage |
buildFirstWorkspace() |
io.fabric8.kubernetes.api.model.EnvVar |
buildLastEnv() |
io.fabric8.kubernetes.api.model.VolumeMount |
buildLastVolumeMount() |
WorkspaceUsage |
buildLastWorkspace() |
io.fabric8.kubernetes.api.model.EnvVar |
buildMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate) |
io.fabric8.kubernetes.api.model.VolumeMount |
buildMatchingVolumeMount(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate) |
WorkspaceUsage |
buildMatchingWorkspace(Predicate<WorkspaceUsageBuilder> predicate) |
StepOutputConfig |
buildStderrConfig() |
StepOutputConfig |
buildStdoutConfig() |
io.fabric8.kubernetes.api.model.VolumeMount |
buildVolumeMount(int index) |
List<io.fabric8.kubernetes.api.model.VolumeMount> |
buildVolumeMounts() |
WorkspaceUsage |
buildWorkspace(int index) |
List<WorkspaceUsage> |
buildWorkspaces() |
StepFluent.ComputeResourcesNested<A> |
editComputeResources() |
StepFluent.EnvNested<A> |
editEnv(int index) |
StepFluent.EnvNested<A> |
editFirstEnv() |
StepFluent.VolumeMountsNested<A> |
editFirstVolumeMount() |
StepFluent.WorkspacesNested<A> |
editFirstWorkspace() |
StepFluent.EnvNested<A> |
editLastEnv() |
StepFluent.VolumeMountsNested<A> |
editLastVolumeMount() |
StepFluent.WorkspacesNested<A> |
editLastWorkspace() |
StepFluent.EnvNested<A> |
editMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate) |
StepFluent.VolumeMountsNested<A> |
editMatchingVolumeMount(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate) |
StepFluent.WorkspacesNested<A> |
editMatchingWorkspace(Predicate<WorkspaceUsageBuilder> predicate) |
StepFluent.ComputeResourcesNested<A> |
editOrNewComputeResources() |
StepFluent.ComputeResourcesNested<A> |
editOrNewComputeResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item) |
StepFluent.StderrConfigNested<A> |
editOrNewStderrConfig() |
StepFluent.StderrConfigNested<A> |
editOrNewStderrConfigLike(StepOutputConfig item) |
StepFluent.StdoutConfigNested<A> |
editOrNewStdoutConfig() |
StepFluent.StdoutConfigNested<A> |
editOrNewStdoutConfigLike(StepOutputConfig item) |
StepFluent.StderrConfigNested<A> |
editStderrConfig() |
StepFluent.StdoutConfigNested<A> |
editStdoutConfig() |
StepFluent.VolumeMountsNested<A> |
editVolumeMount(int index) |
StepFluent.WorkspacesNested<A> |
editWorkspace(int index) |
boolean |
equals(Object o) |
String |
getArg(int index) |
List<String> |
getArgs() |
List<String> |
getCommand() |
String |
getCommand(int index) |
io.fabric8.kubernetes.api.model.ResourceRequirements |
getComputeResources()
Deprecated.
|
List<io.fabric8.kubernetes.api.model.EnvVar> |
getEnv()
Deprecated.
|
List<io.fabric8.kubernetes.api.model.EnvFromSource> |
getEnvFrom() |
io.fabric8.kubernetes.api.model.EnvFromSource |
getEnvFrom(int index) |
String |
getFirstArg() |
String |
getFirstCommand() |
io.fabric8.kubernetes.api.model.EnvFromSource |
getFirstEnvFrom() |
io.fabric8.kubernetes.api.model.VolumeDevice |
getFirstVolumeDevice() |
String |
getImage() |
String |
getImagePullPolicy() |
String |
getLastArg() |
String |
getLastCommand() |
io.fabric8.kubernetes.api.model.EnvFromSource |
getLastEnvFrom() |
io.fabric8.kubernetes.api.model.VolumeDevice |
getLastVolumeDevice() |
String |
getMatchingArg(Predicate<String> predicate) |
String |
getMatchingCommand(Predicate<String> predicate) |
io.fabric8.kubernetes.api.model.EnvFromSource |
getMatchingEnvFrom(Predicate<io.fabric8.kubernetes.api.model.EnvFromSource> predicate) |
io.fabric8.kubernetes.api.model.VolumeDevice |
getMatchingVolumeDevice(Predicate<io.fabric8.kubernetes.api.model.VolumeDevice> predicate) |
String |
getName() |
String |
getOnError() |
String |
getScript() |
io.fabric8.kubernetes.api.model.SecurityContext |
getSecurityContext() |
StepOutputConfig |
getStderrConfig()
Deprecated.
|
StepOutputConfig |
getStdoutConfig()
Deprecated.
|
io.fabric8.kubernetes.api.model.Duration |
getTimeout() |
io.fabric8.kubernetes.api.model.VolumeDevice |
getVolumeDevice(int index) |
List<io.fabric8.kubernetes.api.model.VolumeDevice> |
getVolumeDevices() |
List<io.fabric8.kubernetes.api.model.VolumeMount> |
getVolumeMounts()
Deprecated.
|
String |
getWorkingDir() |
List<WorkspaceUsage> |
getWorkspaces()
Deprecated.
|
Boolean |
hasArgs() |
Boolean |
hasCommand() |
Boolean |
hasComputeResources() |
Boolean |
hasEnv() |
Boolean |
hasEnvFrom() |
int |
hashCode() |
Boolean |
hasImage() |
Boolean |
hasImagePullPolicy() |
Boolean |
hasMatchingArg(Predicate<String> predicate) |
Boolean |
hasMatchingCommand(Predicate<String> predicate) |
Boolean |
hasMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate) |
Boolean |
hasMatchingEnvFrom(Predicate<io.fabric8.kubernetes.api.model.EnvFromSource> predicate) |
Boolean |
hasMatchingVolumeDevice(Predicate<io.fabric8.kubernetes.api.model.VolumeDevice> predicate) |
Boolean |
hasMatchingVolumeMount(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate) |
Boolean |
hasMatchingWorkspace(Predicate<WorkspaceUsageBuilder> predicate) |
Boolean |
hasName() |
Boolean |
hasOnError() |
Boolean |
hasScript() |
Boolean |
hasSecurityContext() |
Boolean |
hasStderrConfig() |
Boolean |
hasStdoutConfig() |
Boolean |
hasTimeout() |
Boolean |
hasVolumeDevices() |
Boolean |
hasVolumeMounts() |
Boolean |
hasWorkingDir() |
Boolean |
hasWorkspaces() |
A |
removeAllFromArgs(Collection<String> items) |
A |
removeAllFromCommand(Collection<String> items) |
A |
removeAllFromEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items) |
A |
removeAllFromEnvFrom(Collection<io.fabric8.kubernetes.api.model.EnvFromSource> items) |
A |
removeAllFromVolumeDevices(Collection<io.fabric8.kubernetes.api.model.VolumeDevice> items) |
A |
removeAllFromVolumeMounts(Collection<io.fabric8.kubernetes.api.model.VolumeMount> items) |
A |
removeAllFromWorkspaces(Collection<WorkspaceUsage> items) |
A |
removeFromArgs(String... items) |
A |
removeFromCommand(String... items) |
A |
removeFromEnv(io.fabric8.kubernetes.api.model.EnvVar... items) |
A |
removeFromEnvFrom(io.fabric8.kubernetes.api.model.EnvFromSource... items) |
A |
removeFromVolumeDevices(io.fabric8.kubernetes.api.model.VolumeDevice... items) |
A |
removeFromVolumeMounts(io.fabric8.kubernetes.api.model.VolumeMount... items) |
A |
removeFromWorkspaces(WorkspaceUsage... items) |
A |
removeMatchingFromEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate) |
A |
removeMatchingFromVolumeMounts(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate) |
A |
removeMatchingFromWorkspaces(Predicate<WorkspaceUsageBuilder> predicate) |
StepFluent.EnvNested<A> |
setNewEnvLike(int index,
io.fabric8.kubernetes.api.model.EnvVar item) |
StepFluent.VolumeMountsNested<A> |
setNewVolumeMountLike(int index,
io.fabric8.kubernetes.api.model.VolumeMount item) |
StepFluent.WorkspacesNested<A> |
setNewWorkspaceLike(int index,
WorkspaceUsage item) |
A |
setToArgs(int index,
String item) |
A |
setToCommand(int index,
String item) |
A |
setToEnv(int index,
io.fabric8.kubernetes.api.model.EnvVar item) |
A |
setToEnvFrom(int index,
io.fabric8.kubernetes.api.model.EnvFromSource item) |
A |
setToVolumeDevices(int index,
io.fabric8.kubernetes.api.model.VolumeDevice item) |
A |
setToVolumeMounts(int index,
io.fabric8.kubernetes.api.model.VolumeMount item) |
A |
setToWorkspaces(int index,
WorkspaceUsage item) |
String |
toString() |
A |
withArgs(List<String> args) |
A |
withArgs(String... args) |
A |
withCommand(List<String> command) |
A |
withCommand(String... command) |
A |
withComputeResources(io.fabric8.kubernetes.api.model.ResourceRequirements computeResources) |
A |
withEnv(io.fabric8.kubernetes.api.model.EnvVar... env) |
A |
withEnv(List<io.fabric8.kubernetes.api.model.EnvVar> env) |
A |
withEnvFrom(io.fabric8.kubernetes.api.model.EnvFromSource... envFrom) |
A |
withEnvFrom(List<io.fabric8.kubernetes.api.model.EnvFromSource> envFrom) |
A |
withImage(String image) |
A |
withImagePullPolicy(String imagePullPolicy) |
A |
withName(String name) |
StepFluent.ComputeResourcesNested<A> |
withNewComputeResources() |
StepFluent.ComputeResourcesNested<A> |
withNewComputeResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item) |
StepFluent.StderrConfigNested<A> |
withNewStderrConfig() |
A |
withNewStderrConfig(String path) |
StepFluent.StderrConfigNested<A> |
withNewStderrConfigLike(StepOutputConfig item) |
StepFluent.StdoutConfigNested<A> |
withNewStdoutConfig() |
A |
withNewStdoutConfig(String path) |
StepFluent.StdoutConfigNested<A> |
withNewStdoutConfigLike(StepOutputConfig item) |
A |
withOnError(String onError) |
A |
withScript(String script) |
A |
withSecurityContext(io.fabric8.kubernetes.api.model.SecurityContext securityContext) |
A |
withStderrConfig(StepOutputConfig stderrConfig) |
A |
withStdoutConfig(StepOutputConfig stdoutConfig) |
A |
withTimeout(io.fabric8.kubernetes.api.model.Duration timeout) |
A |
withVolumeDevices(List<io.fabric8.kubernetes.api.model.VolumeDevice> volumeDevices) |
A |
withVolumeDevices(io.fabric8.kubernetes.api.model.VolumeDevice... volumeDevices) |
A |
withVolumeMounts(List<io.fabric8.kubernetes.api.model.VolumeMount> volumeMounts) |
A |
withVolumeMounts(io.fabric8.kubernetes.api.model.VolumeMount... volumeMounts) |
A |
withWorkingDir(String workingDir) |
A |
withWorkspaces(List<WorkspaceUsage> workspaces) |
A |
withWorkspaces(WorkspaceUsage... workspaces) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic StepFluentImpl()
public StepFluentImpl(Step instance)
public A addToArgs(int index, String item)
addToArgs in interface StepFluent<A extends StepFluent<A>>public A setToArgs(int index, String item)
setToArgs in interface StepFluent<A extends StepFluent<A>>public A addToArgs(String... items)
addToArgs in interface StepFluent<A extends StepFluent<A>>public A addAllToArgs(Collection<String> items)
addAllToArgs in interface StepFluent<A extends StepFluent<A>>public A removeFromArgs(String... items)
removeFromArgs in interface StepFluent<A extends StepFluent<A>>public A removeAllFromArgs(Collection<String> items)
removeAllFromArgs in interface StepFluent<A extends StepFluent<A>>public List<String> getArgs()
getArgs in interface StepFluent<A extends StepFluent<A>>public String getArg(int index)
getArg in interface StepFluent<A extends StepFluent<A>>public String getFirstArg()
getFirstArg in interface StepFluent<A extends StepFluent<A>>public String getLastArg()
getLastArg in interface StepFluent<A extends StepFluent<A>>public String getMatchingArg(Predicate<String> predicate)
getMatchingArg in interface StepFluent<A extends StepFluent<A>>public Boolean hasMatchingArg(Predicate<String> predicate)
hasMatchingArg in interface StepFluent<A extends StepFluent<A>>public A withArgs(List<String> args)
withArgs in interface StepFluent<A extends StepFluent<A>>public A withArgs(String... args)
withArgs in interface StepFluent<A extends StepFluent<A>>public Boolean hasArgs()
hasArgs in interface StepFluent<A extends StepFluent<A>>public A addToCommand(int index, String item)
addToCommand in interface StepFluent<A extends StepFluent<A>>public A setToCommand(int index, String item)
setToCommand in interface StepFluent<A extends StepFluent<A>>public A addToCommand(String... items)
addToCommand in interface StepFluent<A extends StepFluent<A>>public A addAllToCommand(Collection<String> items)
addAllToCommand in interface StepFluent<A extends StepFluent<A>>public A removeFromCommand(String... items)
removeFromCommand in interface StepFluent<A extends StepFluent<A>>public A removeAllFromCommand(Collection<String> items)
removeAllFromCommand in interface StepFluent<A extends StepFluent<A>>public List<String> getCommand()
getCommand in interface StepFluent<A extends StepFluent<A>>public String getCommand(int index)
getCommand in interface StepFluent<A extends StepFluent<A>>public String getFirstCommand()
getFirstCommand in interface StepFluent<A extends StepFluent<A>>public String getLastCommand()
getLastCommand in interface StepFluent<A extends StepFluent<A>>public String getMatchingCommand(Predicate<String> predicate)
getMatchingCommand in interface StepFluent<A extends StepFluent<A>>public Boolean hasMatchingCommand(Predicate<String> predicate)
hasMatchingCommand in interface StepFluent<A extends StepFluent<A>>public A withCommand(List<String> command)
withCommand in interface StepFluent<A extends StepFluent<A>>public A withCommand(String... command)
withCommand in interface StepFluent<A extends StepFluent<A>>public Boolean hasCommand()
hasCommand in interface StepFluent<A extends StepFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.ResourceRequirements getComputeResources()
getComputeResources in interface StepFluent<A extends StepFluent<A>>public io.fabric8.kubernetes.api.model.ResourceRequirements buildComputeResources()
buildComputeResources in interface StepFluent<A extends StepFluent<A>>public A withComputeResources(io.fabric8.kubernetes.api.model.ResourceRequirements computeResources)
withComputeResources in interface StepFluent<A extends StepFluent<A>>public Boolean hasComputeResources()
hasComputeResources in interface StepFluent<A extends StepFluent<A>>public StepFluent.ComputeResourcesNested<A> withNewComputeResources()
withNewComputeResources in interface StepFluent<A extends StepFluent<A>>public StepFluent.ComputeResourcesNested<A> withNewComputeResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item)
withNewComputeResourcesLike in interface StepFluent<A extends StepFluent<A>>public StepFluent.ComputeResourcesNested<A> editComputeResources()
editComputeResources in interface StepFluent<A extends StepFluent<A>>public StepFluent.ComputeResourcesNested<A> editOrNewComputeResources()
editOrNewComputeResources in interface StepFluent<A extends StepFluent<A>>public StepFluent.ComputeResourcesNested<A> editOrNewComputeResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item)
editOrNewComputeResourcesLike in interface StepFluent<A extends StepFluent<A>>public A addToEnv(int index, io.fabric8.kubernetes.api.model.EnvVar item)
addToEnv in interface StepFluent<A extends StepFluent<A>>public A setToEnv(int index, io.fabric8.kubernetes.api.model.EnvVar item)
setToEnv in interface StepFluent<A extends StepFluent<A>>public A addToEnv(io.fabric8.kubernetes.api.model.EnvVar... items)
addToEnv in interface StepFluent<A extends StepFluent<A>>public A addAllToEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items)
addAllToEnv in interface StepFluent<A extends StepFluent<A>>public A removeFromEnv(io.fabric8.kubernetes.api.model.EnvVar... items)
removeFromEnv in interface StepFluent<A extends StepFluent<A>>public A removeAllFromEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items)
removeAllFromEnv in interface StepFluent<A extends StepFluent<A>>public A removeMatchingFromEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate)
removeMatchingFromEnv in interface StepFluent<A extends StepFluent<A>>@Deprecated public List<io.fabric8.kubernetes.api.model.EnvVar> getEnv()
getEnv in interface StepFluent<A extends StepFluent<A>>public List<io.fabric8.kubernetes.api.model.EnvVar> buildEnv()
buildEnv in interface StepFluent<A extends StepFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar buildEnv(int index)
buildEnv in interface StepFluent<A extends StepFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar buildFirstEnv()
buildFirstEnv in interface StepFluent<A extends StepFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar buildLastEnv()
buildLastEnv in interface StepFluent<A extends StepFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar buildMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate)
buildMatchingEnv in interface StepFluent<A extends StepFluent<A>>public Boolean hasMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate)
hasMatchingEnv in interface StepFluent<A extends StepFluent<A>>public A withEnv(List<io.fabric8.kubernetes.api.model.EnvVar> env)
withEnv in interface StepFluent<A extends StepFluent<A>>public A withEnv(io.fabric8.kubernetes.api.model.EnvVar... env)
withEnv in interface StepFluent<A extends StepFluent<A>>public Boolean hasEnv()
hasEnv in interface StepFluent<A extends StepFluent<A>>public StepFluent.EnvNested<A> addNewEnv()
addNewEnv in interface StepFluent<A extends StepFluent<A>>public StepFluent.EnvNested<A> addNewEnvLike(io.fabric8.kubernetes.api.model.EnvVar item)
addNewEnvLike in interface StepFluent<A extends StepFluent<A>>public StepFluent.EnvNested<A> setNewEnvLike(int index, io.fabric8.kubernetes.api.model.EnvVar item)
setNewEnvLike in interface StepFluent<A extends StepFluent<A>>public StepFluent.EnvNested<A> editEnv(int index)
editEnv in interface StepFluent<A extends StepFluent<A>>public StepFluent.EnvNested<A> editFirstEnv()
editFirstEnv in interface StepFluent<A extends StepFluent<A>>public StepFluent.EnvNested<A> editLastEnv()
editLastEnv in interface StepFluent<A extends StepFluent<A>>public StepFluent.EnvNested<A> editMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate)
editMatchingEnv in interface StepFluent<A extends StepFluent<A>>public A addToEnvFrom(int index, io.fabric8.kubernetes.api.model.EnvFromSource item)
addToEnvFrom in interface StepFluent<A extends StepFluent<A>>public A setToEnvFrom(int index, io.fabric8.kubernetes.api.model.EnvFromSource item)
setToEnvFrom in interface StepFluent<A extends StepFluent<A>>public A addToEnvFrom(io.fabric8.kubernetes.api.model.EnvFromSource... items)
addToEnvFrom in interface StepFluent<A extends StepFluent<A>>public A addAllToEnvFrom(Collection<io.fabric8.kubernetes.api.model.EnvFromSource> items)
addAllToEnvFrom in interface StepFluent<A extends StepFluent<A>>public A removeFromEnvFrom(io.fabric8.kubernetes.api.model.EnvFromSource... items)
removeFromEnvFrom in interface StepFluent<A extends StepFluent<A>>public A removeAllFromEnvFrom(Collection<io.fabric8.kubernetes.api.model.EnvFromSource> items)
removeAllFromEnvFrom in interface StepFluent<A extends StepFluent<A>>public List<io.fabric8.kubernetes.api.model.EnvFromSource> getEnvFrom()
getEnvFrom in interface StepFluent<A extends StepFluent<A>>public io.fabric8.kubernetes.api.model.EnvFromSource getEnvFrom(int index)
getEnvFrom in interface StepFluent<A extends StepFluent<A>>public io.fabric8.kubernetes.api.model.EnvFromSource getFirstEnvFrom()
getFirstEnvFrom in interface StepFluent<A extends StepFluent<A>>public io.fabric8.kubernetes.api.model.EnvFromSource getLastEnvFrom()
getLastEnvFrom in interface StepFluent<A extends StepFluent<A>>public io.fabric8.kubernetes.api.model.EnvFromSource getMatchingEnvFrom(Predicate<io.fabric8.kubernetes.api.model.EnvFromSource> predicate)
getMatchingEnvFrom in interface StepFluent<A extends StepFluent<A>>public Boolean hasMatchingEnvFrom(Predicate<io.fabric8.kubernetes.api.model.EnvFromSource> predicate)
hasMatchingEnvFrom in interface StepFluent<A extends StepFluent<A>>public A withEnvFrom(List<io.fabric8.kubernetes.api.model.EnvFromSource> envFrom)
withEnvFrom in interface StepFluent<A extends StepFluent<A>>public A withEnvFrom(io.fabric8.kubernetes.api.model.EnvFromSource... envFrom)
withEnvFrom in interface StepFluent<A extends StepFluent<A>>public Boolean hasEnvFrom()
hasEnvFrom in interface StepFluent<A extends StepFluent<A>>public String getImage()
getImage in interface StepFluent<A extends StepFluent<A>>public A withImage(String image)
withImage in interface StepFluent<A extends StepFluent<A>>public Boolean hasImage()
hasImage in interface StepFluent<A extends StepFluent<A>>public String getImagePullPolicy()
getImagePullPolicy in interface StepFluent<A extends StepFluent<A>>public A withImagePullPolicy(String imagePullPolicy)
withImagePullPolicy in interface StepFluent<A extends StepFluent<A>>public Boolean hasImagePullPolicy()
hasImagePullPolicy in interface StepFluent<A extends StepFluent<A>>public String getName()
getName in interface StepFluent<A extends StepFluent<A>>public A withName(String name)
withName in interface StepFluent<A extends StepFluent<A>>public Boolean hasName()
hasName in interface StepFluent<A extends StepFluent<A>>public String getOnError()
getOnError in interface StepFluent<A extends StepFluent<A>>public A withOnError(String onError)
withOnError in interface StepFluent<A extends StepFluent<A>>public Boolean hasOnError()
hasOnError in interface StepFluent<A extends StepFluent<A>>public String getScript()
getScript in interface StepFluent<A extends StepFluent<A>>public A withScript(String script)
withScript in interface StepFluent<A extends StepFluent<A>>public Boolean hasScript()
hasScript in interface StepFluent<A extends StepFluent<A>>public io.fabric8.kubernetes.api.model.SecurityContext getSecurityContext()
getSecurityContext in interface StepFluent<A extends StepFluent<A>>public A withSecurityContext(io.fabric8.kubernetes.api.model.SecurityContext securityContext)
withSecurityContext in interface StepFluent<A extends StepFluent<A>>public Boolean hasSecurityContext()
hasSecurityContext in interface StepFluent<A extends StepFluent<A>>@Deprecated public StepOutputConfig getStderrConfig()
getStderrConfig in interface StepFluent<A extends StepFluent<A>>public StepOutputConfig buildStderrConfig()
buildStderrConfig in interface StepFluent<A extends StepFluent<A>>public A withStderrConfig(StepOutputConfig stderrConfig)
withStderrConfig in interface StepFluent<A extends StepFluent<A>>public Boolean hasStderrConfig()
hasStderrConfig in interface StepFluent<A extends StepFluent<A>>public A withNewStderrConfig(String path)
withNewStderrConfig in interface StepFluent<A extends StepFluent<A>>public StepFluent.StderrConfigNested<A> withNewStderrConfig()
withNewStderrConfig in interface StepFluent<A extends StepFluent<A>>public StepFluent.StderrConfigNested<A> withNewStderrConfigLike(StepOutputConfig item)
withNewStderrConfigLike in interface StepFluent<A extends StepFluent<A>>public StepFluent.StderrConfigNested<A> editStderrConfig()
editStderrConfig in interface StepFluent<A extends StepFluent<A>>public StepFluent.StderrConfigNested<A> editOrNewStderrConfig()
editOrNewStderrConfig in interface StepFluent<A extends StepFluent<A>>public StepFluent.StderrConfigNested<A> editOrNewStderrConfigLike(StepOutputConfig item)
editOrNewStderrConfigLike in interface StepFluent<A extends StepFluent<A>>@Deprecated public StepOutputConfig getStdoutConfig()
getStdoutConfig in interface StepFluent<A extends StepFluent<A>>public StepOutputConfig buildStdoutConfig()
buildStdoutConfig in interface StepFluent<A extends StepFluent<A>>public A withStdoutConfig(StepOutputConfig stdoutConfig)
withStdoutConfig in interface StepFluent<A extends StepFluent<A>>public Boolean hasStdoutConfig()
hasStdoutConfig in interface StepFluent<A extends StepFluent<A>>public A withNewStdoutConfig(String path)
withNewStdoutConfig in interface StepFluent<A extends StepFluent<A>>public StepFluent.StdoutConfigNested<A> withNewStdoutConfig()
withNewStdoutConfig in interface StepFluent<A extends StepFluent<A>>public StepFluent.StdoutConfigNested<A> withNewStdoutConfigLike(StepOutputConfig item)
withNewStdoutConfigLike in interface StepFluent<A extends StepFluent<A>>public StepFluent.StdoutConfigNested<A> editStdoutConfig()
editStdoutConfig in interface StepFluent<A extends StepFluent<A>>public StepFluent.StdoutConfigNested<A> editOrNewStdoutConfig()
editOrNewStdoutConfig in interface StepFluent<A extends StepFluent<A>>public StepFluent.StdoutConfigNested<A> editOrNewStdoutConfigLike(StepOutputConfig item)
editOrNewStdoutConfigLike in interface StepFluent<A extends StepFluent<A>>public io.fabric8.kubernetes.api.model.Duration getTimeout()
getTimeout in interface StepFluent<A extends StepFluent<A>>public A withTimeout(io.fabric8.kubernetes.api.model.Duration timeout)
withTimeout in interface StepFluent<A extends StepFluent<A>>public Boolean hasTimeout()
hasTimeout in interface StepFluent<A extends StepFluent<A>>public A addToVolumeDevices(int index, io.fabric8.kubernetes.api.model.VolumeDevice item)
addToVolumeDevices in interface StepFluent<A extends StepFluent<A>>public A setToVolumeDevices(int index, io.fabric8.kubernetes.api.model.VolumeDevice item)
setToVolumeDevices in interface StepFluent<A extends StepFluent<A>>public A addToVolumeDevices(io.fabric8.kubernetes.api.model.VolumeDevice... items)
addToVolumeDevices in interface StepFluent<A extends StepFluent<A>>public A addAllToVolumeDevices(Collection<io.fabric8.kubernetes.api.model.VolumeDevice> items)
addAllToVolumeDevices in interface StepFluent<A extends StepFluent<A>>public A removeFromVolumeDevices(io.fabric8.kubernetes.api.model.VolumeDevice... items)
removeFromVolumeDevices in interface StepFluent<A extends StepFluent<A>>public A removeAllFromVolumeDevices(Collection<io.fabric8.kubernetes.api.model.VolumeDevice> items)
removeAllFromVolumeDevices in interface StepFluent<A extends StepFluent<A>>public List<io.fabric8.kubernetes.api.model.VolumeDevice> getVolumeDevices()
getVolumeDevices in interface StepFluent<A extends StepFluent<A>>public io.fabric8.kubernetes.api.model.VolumeDevice getVolumeDevice(int index)
getVolumeDevice in interface StepFluent<A extends StepFluent<A>>public io.fabric8.kubernetes.api.model.VolumeDevice getFirstVolumeDevice()
getFirstVolumeDevice in interface StepFluent<A extends StepFluent<A>>public io.fabric8.kubernetes.api.model.VolumeDevice getLastVolumeDevice()
getLastVolumeDevice in interface StepFluent<A extends StepFluent<A>>public io.fabric8.kubernetes.api.model.VolumeDevice getMatchingVolumeDevice(Predicate<io.fabric8.kubernetes.api.model.VolumeDevice> predicate)
getMatchingVolumeDevice in interface StepFluent<A extends StepFluent<A>>public Boolean hasMatchingVolumeDevice(Predicate<io.fabric8.kubernetes.api.model.VolumeDevice> predicate)
hasMatchingVolumeDevice in interface StepFluent<A extends StepFluent<A>>public A withVolumeDevices(List<io.fabric8.kubernetes.api.model.VolumeDevice> volumeDevices)
withVolumeDevices in interface StepFluent<A extends StepFluent<A>>public A withVolumeDevices(io.fabric8.kubernetes.api.model.VolumeDevice... volumeDevices)
withVolumeDevices in interface StepFluent<A extends StepFluent<A>>public Boolean hasVolumeDevices()
hasVolumeDevices in interface StepFluent<A extends StepFluent<A>>public A addNewVolumeDevice(String devicePath, String name)
addNewVolumeDevice in interface StepFluent<A extends StepFluent<A>>public A addToVolumeMounts(int index, io.fabric8.kubernetes.api.model.VolumeMount item)
addToVolumeMounts in interface StepFluent<A extends StepFluent<A>>public A setToVolumeMounts(int index, io.fabric8.kubernetes.api.model.VolumeMount item)
setToVolumeMounts in interface StepFluent<A extends StepFluent<A>>public A addToVolumeMounts(io.fabric8.kubernetes.api.model.VolumeMount... items)
addToVolumeMounts in interface StepFluent<A extends StepFluent<A>>public A addAllToVolumeMounts(Collection<io.fabric8.kubernetes.api.model.VolumeMount> items)
addAllToVolumeMounts in interface StepFluent<A extends StepFluent<A>>public A removeFromVolumeMounts(io.fabric8.kubernetes.api.model.VolumeMount... items)
removeFromVolumeMounts in interface StepFluent<A extends StepFluent<A>>public A removeAllFromVolumeMounts(Collection<io.fabric8.kubernetes.api.model.VolumeMount> items)
removeAllFromVolumeMounts in interface StepFluent<A extends StepFluent<A>>public A removeMatchingFromVolumeMounts(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate)
removeMatchingFromVolumeMounts in interface StepFluent<A extends StepFluent<A>>@Deprecated public List<io.fabric8.kubernetes.api.model.VolumeMount> getVolumeMounts()
getVolumeMounts in interface StepFluent<A extends StepFluent<A>>public List<io.fabric8.kubernetes.api.model.VolumeMount> buildVolumeMounts()
buildVolumeMounts in interface StepFluent<A extends StepFluent<A>>public io.fabric8.kubernetes.api.model.VolumeMount buildVolumeMount(int index)
buildVolumeMount in interface StepFluent<A extends StepFluent<A>>public io.fabric8.kubernetes.api.model.VolumeMount buildFirstVolumeMount()
buildFirstVolumeMount in interface StepFluent<A extends StepFluent<A>>public io.fabric8.kubernetes.api.model.VolumeMount buildLastVolumeMount()
buildLastVolumeMount in interface StepFluent<A extends StepFluent<A>>public io.fabric8.kubernetes.api.model.VolumeMount buildMatchingVolumeMount(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate)
buildMatchingVolumeMount in interface StepFluent<A extends StepFluent<A>>public Boolean hasMatchingVolumeMount(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate)
hasMatchingVolumeMount in interface StepFluent<A extends StepFluent<A>>public A withVolumeMounts(List<io.fabric8.kubernetes.api.model.VolumeMount> volumeMounts)
withVolumeMounts in interface StepFluent<A extends StepFluent<A>>public A withVolumeMounts(io.fabric8.kubernetes.api.model.VolumeMount... volumeMounts)
withVolumeMounts in interface StepFluent<A extends StepFluent<A>>public Boolean hasVolumeMounts()
hasVolumeMounts in interface StepFluent<A extends StepFluent<A>>public StepFluent.VolumeMountsNested<A> addNewVolumeMount()
addNewVolumeMount in interface StepFluent<A extends StepFluent<A>>public StepFluent.VolumeMountsNested<A> addNewVolumeMountLike(io.fabric8.kubernetes.api.model.VolumeMount item)
addNewVolumeMountLike in interface StepFluent<A extends StepFluent<A>>public StepFluent.VolumeMountsNested<A> setNewVolumeMountLike(int index, io.fabric8.kubernetes.api.model.VolumeMount item)
setNewVolumeMountLike in interface StepFluent<A extends StepFluent<A>>public StepFluent.VolumeMountsNested<A> editVolumeMount(int index)
editVolumeMount in interface StepFluent<A extends StepFluent<A>>public StepFluent.VolumeMountsNested<A> editFirstVolumeMount()
editFirstVolumeMount in interface StepFluent<A extends StepFluent<A>>public StepFluent.VolumeMountsNested<A> editLastVolumeMount()
editLastVolumeMount in interface StepFluent<A extends StepFluent<A>>public StepFluent.VolumeMountsNested<A> editMatchingVolumeMount(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate)
editMatchingVolumeMount in interface StepFluent<A extends StepFluent<A>>public String getWorkingDir()
getWorkingDir in interface StepFluent<A extends StepFluent<A>>public A withWorkingDir(String workingDir)
withWorkingDir in interface StepFluent<A extends StepFluent<A>>public Boolean hasWorkingDir()
hasWorkingDir in interface StepFluent<A extends StepFluent<A>>public A addToWorkspaces(int index, WorkspaceUsage item)
addToWorkspaces in interface StepFluent<A extends StepFluent<A>>public A setToWorkspaces(int index, WorkspaceUsage item)
setToWorkspaces in interface StepFluent<A extends StepFluent<A>>public A addToWorkspaces(WorkspaceUsage... items)
addToWorkspaces in interface StepFluent<A extends StepFluent<A>>public A addAllToWorkspaces(Collection<WorkspaceUsage> items)
addAllToWorkspaces in interface StepFluent<A extends StepFluent<A>>public A removeFromWorkspaces(WorkspaceUsage... items)
removeFromWorkspaces in interface StepFluent<A extends StepFluent<A>>public A removeAllFromWorkspaces(Collection<WorkspaceUsage> items)
removeAllFromWorkspaces in interface StepFluent<A extends StepFluent<A>>public A removeMatchingFromWorkspaces(Predicate<WorkspaceUsageBuilder> predicate)
removeMatchingFromWorkspaces in interface StepFluent<A extends StepFluent<A>>@Deprecated public List<WorkspaceUsage> getWorkspaces()
getWorkspaces in interface StepFluent<A extends StepFluent<A>>public List<WorkspaceUsage> buildWorkspaces()
buildWorkspaces in interface StepFluent<A extends StepFluent<A>>public WorkspaceUsage buildWorkspace(int index)
buildWorkspace in interface StepFluent<A extends StepFluent<A>>public WorkspaceUsage buildFirstWorkspace()
buildFirstWorkspace in interface StepFluent<A extends StepFluent<A>>public WorkspaceUsage buildLastWorkspace()
buildLastWorkspace in interface StepFluent<A extends StepFluent<A>>public WorkspaceUsage buildMatchingWorkspace(Predicate<WorkspaceUsageBuilder> predicate)
buildMatchingWorkspace in interface StepFluent<A extends StepFluent<A>>public Boolean hasMatchingWorkspace(Predicate<WorkspaceUsageBuilder> predicate)
hasMatchingWorkspace in interface StepFluent<A extends StepFluent<A>>public A withWorkspaces(List<WorkspaceUsage> workspaces)
withWorkspaces in interface StepFluent<A extends StepFluent<A>>public A withWorkspaces(WorkspaceUsage... workspaces)
withWorkspaces in interface StepFluent<A extends StepFluent<A>>public Boolean hasWorkspaces()
hasWorkspaces in interface StepFluent<A extends StepFluent<A>>public A addNewWorkspace(String mountPath, String name)
addNewWorkspace in interface StepFluent<A extends StepFluent<A>>public StepFluent.WorkspacesNested<A> addNewWorkspace()
addNewWorkspace in interface StepFluent<A extends StepFluent<A>>public StepFluent.WorkspacesNested<A> addNewWorkspaceLike(WorkspaceUsage item)
addNewWorkspaceLike in interface StepFluent<A extends StepFluent<A>>public StepFluent.WorkspacesNested<A> setNewWorkspaceLike(int index, WorkspaceUsage item)
setNewWorkspaceLike in interface StepFluent<A extends StepFluent<A>>public StepFluent.WorkspacesNested<A> editWorkspace(int index)
editWorkspace in interface StepFluent<A extends StepFluent<A>>public StepFluent.WorkspacesNested<A> editFirstWorkspace()
editFirstWorkspace in interface StepFluent<A extends StepFluent<A>>public StepFluent.WorkspacesNested<A> editLastWorkspace()
editLastWorkspace in interface StepFluent<A extends StepFluent<A>>public StepFluent.WorkspacesNested<A> editMatchingWorkspace(Predicate<WorkspaceUsageBuilder> predicate)
editMatchingWorkspace in interface StepFluent<A extends StepFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StepFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StepFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.