Package io.fabric8.openshift.api.model
Interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
LifecycleHookFluent.ExecNewPodNested<N>
- All Known Implementing Classes:
DoneableExecNewPodHook,ExecNewPodHookBuilder,ExecNewPodHookFluentImpl,LifecycleHookFluentImpl.ExecNewPodNestedImpl
public interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description AaddAllToCommand(Collection<String> items)AaddAllToEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items)AaddAllToVolumes(Collection<String> items)AaddNewCommand(String arg1)AaddNewCommand(StringBuffer arg1)AaddNewCommand(StringBuilder arg1)AaddNewVolume(String arg1)AaddNewVolume(StringBuffer arg1)AaddNewVolume(StringBuilder arg1)AaddToCommand(int index, String item)AaddToCommand(String... items)AaddToEnv(int index, io.fabric8.kubernetes.api.model.EnvVar item)AaddToEnv(io.fabric8.kubernetes.api.model.EnvVar... items)AaddToVolumes(int index, String item)AaddToVolumes(String... items)List<String>getCommand()StringgetCommand(int index)StringgetContainerName()List<io.fabric8.kubernetes.api.model.EnvVar>getEnv()io.fabric8.kubernetes.api.model.EnvVargetEnv(int index)StringgetFirstCommand()io.fabric8.kubernetes.api.model.EnvVargetFirstEnv()StringgetFirstVolume()StringgetLastCommand()io.fabric8.kubernetes.api.model.EnvVargetLastEnv()StringgetLastVolume()StringgetMatchingCommand(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)io.fabric8.kubernetes.api.model.EnvVargetMatchingEnv(io.fabric8.kubernetes.api.builder.Predicate<io.fabric8.kubernetes.api.model.EnvVar> predicate)StringgetMatchingVolume(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)StringgetVolume(int index)List<String>getVolumes()BooleanhasCommand()BooleanhasContainerName()BooleanhasEnv()BooleanhasMatchingCommand(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)BooleanhasMatchingEnv(io.fabric8.kubernetes.api.builder.Predicate<io.fabric8.kubernetes.api.model.EnvVar> predicate)BooleanhasMatchingVolume(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)BooleanhasVolumes()AremoveAllFromCommand(Collection<String> items)AremoveAllFromEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items)AremoveAllFromVolumes(Collection<String> items)AremoveFromCommand(String... items)AremoveFromEnv(io.fabric8.kubernetes.api.model.EnvVar... items)AremoveFromVolumes(String... items)AsetToCommand(int index, String item)AsetToEnv(int index, io.fabric8.kubernetes.api.model.EnvVar item)AsetToVolumes(int index, String item)AwithCommand(String... command)AwithCommand(List<String> command)AwithContainerName(String containerName)AwithEnv(io.fabric8.kubernetes.api.model.EnvVar... env)AwithEnv(List<io.fabric8.kubernetes.api.model.EnvVar> env)AwithNewContainerName(String arg1)AwithNewContainerName(StringBuffer arg1)AwithNewContainerName(StringBuilder arg1)AwithVolumes(String... volumes)AwithVolumes(List<String> volumes)
-
Method Details
-
addToCommand
-
setToCommand
-
addToCommand
-
addAllToCommand
-
removeFromCommand
-
removeAllFromCommand
-
getCommand
-
getCommand
-
getFirstCommand
String getFirstCommand() -
getLastCommand
String getLastCommand() -
getMatchingCommand
-
hasMatchingCommand
-
withCommand
-
withCommand
-
hasCommand
Boolean hasCommand() -
addNewCommand
-
addNewCommand
-
addNewCommand
-
getContainerName
String getContainerName() -
withContainerName
-
hasContainerName
Boolean hasContainerName() -
withNewContainerName
-
withNewContainerName
-
withNewContainerName
-
addToEnv
-
setToEnv
-
addToEnv
-
addAllToEnv
-
removeFromEnv
-
removeAllFromEnv
-
getEnv
List<io.fabric8.kubernetes.api.model.EnvVar> getEnv() -
getEnv
io.fabric8.kubernetes.api.model.EnvVar getEnv(int index) -
getFirstEnv
io.fabric8.kubernetes.api.model.EnvVar getFirstEnv() -
getLastEnv
io.fabric8.kubernetes.api.model.EnvVar getLastEnv() -
getMatchingEnv
io.fabric8.kubernetes.api.model.EnvVar getMatchingEnv(io.fabric8.kubernetes.api.builder.Predicate<io.fabric8.kubernetes.api.model.EnvVar> predicate) -
hasMatchingEnv
Boolean hasMatchingEnv(io.fabric8.kubernetes.api.builder.Predicate<io.fabric8.kubernetes.api.model.EnvVar> predicate) -
withEnv
-
withEnv
-
hasEnv
Boolean hasEnv() -
addToVolumes
-
setToVolumes
-
addToVolumes
-
addAllToVolumes
-
removeFromVolumes
-
removeAllFromVolumes
-
getVolumes
-
getVolume
-
getFirstVolume
String getFirstVolume() -
getLastVolume
String getLastVolume() -
getMatchingVolume
-
hasMatchingVolume
-
withVolumes
-
withVolumes
-
hasVolumes
Boolean hasVolumes() -
addNewVolume
-
addNewVolume
-
addNewVolume
-