public class ExecNewPodHookFluentImpl<A extends ExecNewPodHookFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ExecNewPodHookFluent<A>
| Constructor and Description |
|---|
ExecNewPodHookFluentImpl() |
ExecNewPodHookFluentImpl(ExecNewPodHook instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToCommand(Collection<String> items) |
A |
addAllToEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items) |
A |
addAllToVolumes(Collection<String> items) |
A |
addNewCommand(byte[] arg1) |
A |
addNewCommand(byte[] arg1,
int arg2) |
A |
addNewCommand(byte[] arg1,
int arg2,
int arg3) |
A |
addNewCommand(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
addNewCommand(char[] arg1) |
A |
addNewCommand(char[] arg1,
int arg2,
int arg3) |
A |
addNewCommand(int[] arg1,
int arg2,
int arg3) |
A |
addNewCommand(String arg1) |
A |
addNewCommand(StringBuffer arg1) |
A |
addNewCommand(StringBuilder arg1) |
A |
addNewVolume(byte[] arg1) |
A |
addNewVolume(byte[] arg1,
int arg2) |
A |
addNewVolume(byte[] arg1,
int arg2,
int arg3) |
A |
addNewVolume(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
addNewVolume(char[] arg1) |
A |
addNewVolume(char[] arg1,
int arg2,
int arg3) |
A |
addNewVolume(int[] arg1,
int arg2,
int arg3) |
A |
addNewVolume(String arg1) |
A |
addNewVolume(StringBuffer arg1) |
A |
addNewVolume(StringBuilder arg1) |
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 |
addToVolumes(int index,
String item) |
A |
addToVolumes(String... items) |
boolean |
equals(Object o) |
List<String> |
getCommand() |
String |
getCommand(int index) |
String |
getContainerName() |
List<io.fabric8.kubernetes.api.model.EnvVar> |
getEnv() |
io.fabric8.kubernetes.api.model.EnvVar |
getEnv(int index) |
String |
getFirstCommand() |
io.fabric8.kubernetes.api.model.EnvVar |
getFirstEnv() |
String |
getFirstVolume() |
String |
getLastCommand() |
io.fabric8.kubernetes.api.model.EnvVar |
getLastEnv() |
String |
getLastVolume() |
String |
getMatchingCommand(Predicate<String> predicate) |
io.fabric8.kubernetes.api.model.EnvVar |
getMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVar> predicate) |
String |
getMatchingVolume(Predicate<String> predicate) |
String |
getVolume(int index) |
List<String> |
getVolumes() |
Boolean |
hasCommand() |
Boolean |
hasContainerName() |
Boolean |
hasEnv() |
int |
hashCode() |
Boolean |
hasMatchingCommand(Predicate<String> predicate) |
Boolean |
hasMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVar> predicate) |
Boolean |
hasMatchingVolume(Predicate<String> predicate) |
Boolean |
hasVolumes() |
A |
removeAllFromCommand(Collection<String> items) |
A |
removeAllFromEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items) |
A |
removeAllFromVolumes(Collection<String> items) |
A |
removeFromCommand(String... items) |
A |
removeFromEnv(io.fabric8.kubernetes.api.model.EnvVar... items) |
A |
removeFromVolumes(String... items) |
A |
setToCommand(int index,
String item) |
A |
setToEnv(int index,
io.fabric8.kubernetes.api.model.EnvVar item) |
A |
setToVolumes(int index,
String item) |
A |
withCommand(List<String> command) |
A |
withCommand(String... command) |
A |
withContainerName(String containerName) |
A |
withEnv(io.fabric8.kubernetes.api.model.EnvVar... env) |
A |
withEnv(List<io.fabric8.kubernetes.api.model.EnvVar> env) |
A |
withNewContainerName(byte[] arg1) |
A |
withNewContainerName(byte[] arg1,
int arg2) |
A |
withNewContainerName(byte[] arg1,
int arg2,
int arg3) |
A |
withNewContainerName(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewContainerName(char[] arg1) |
A |
withNewContainerName(char[] arg1,
int arg2,
int arg3) |
A |
withNewContainerName(int[] arg1,
int arg2,
int arg3) |
A |
withNewContainerName(String arg1) |
A |
withNewContainerName(StringBuffer arg1) |
A |
withNewContainerName(StringBuilder arg1) |
A |
withVolumes(List<String> volumes) |
A |
withVolumes(String... volumes) |
public ExecNewPodHookFluentImpl()
public ExecNewPodHookFluentImpl(ExecNewPodHook instance)
public A addToCommand(int index, String item)
addToCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A setToCommand(int index, String item)
setToCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addToCommand(String... items)
addToCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addAllToCommand(Collection<String> items)
addAllToCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeFromCommand(String... items)
removeFromCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeAllFromCommand(Collection<String> items)
removeAllFromCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public List<String> getCommand()
getCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public String getCommand(int index)
getCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public String getFirstCommand()
getFirstCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public String getLastCommand()
getLastCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public String getMatchingCommand(Predicate<String> predicate)
getMatchingCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public Boolean hasMatchingCommand(Predicate<String> predicate)
hasMatchingCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withCommand(List<String> command)
withCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withCommand(String... command)
withCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public Boolean hasCommand()
hasCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewCommand(StringBuilder arg1)
addNewCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewCommand(int[] arg1, int arg2, int arg3)
addNewCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewCommand(char[] arg1)
addNewCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewCommand(StringBuffer arg1)
addNewCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewCommand(byte[] arg1, int arg2)
addNewCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewCommand(byte[] arg1)
addNewCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewCommand(char[] arg1, int arg2, int arg3)
addNewCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewCommand(byte[] arg1, int arg2, int arg3)
addNewCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewCommand(byte[] arg1, int arg2, int arg3, int arg4)
addNewCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewCommand(String arg1)
addNewCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public String getContainerName()
getContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withContainerName(String containerName)
withContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public Boolean hasContainerName()
hasContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withNewContainerName(StringBuilder arg1)
withNewContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withNewContainerName(int[] arg1, int arg2, int arg3)
withNewContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withNewContainerName(char[] arg1)
withNewContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withNewContainerName(StringBuffer arg1)
withNewContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withNewContainerName(byte[] arg1, int arg2)
withNewContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withNewContainerName(byte[] arg1)
withNewContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withNewContainerName(char[] arg1, int arg2, int arg3)
withNewContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withNewContainerName(byte[] arg1, int arg2, int arg3)
withNewContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withNewContainerName(byte[] arg1, int arg2, int arg3, int arg4)
withNewContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withNewContainerName(String arg1)
withNewContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addToEnv(int index, io.fabric8.kubernetes.api.model.EnvVar item)
addToEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A setToEnv(int index, io.fabric8.kubernetes.api.model.EnvVar item)
setToEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addToEnv(io.fabric8.kubernetes.api.model.EnvVar... items)
addToEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addAllToEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items)
addAllToEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeFromEnv(io.fabric8.kubernetes.api.model.EnvVar... items)
removeFromEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeAllFromEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items)
removeAllFromEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public List<io.fabric8.kubernetes.api.model.EnvVar> getEnv()
getEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar getEnv(int index)
getEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar getFirstEnv()
getFirstEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar getLastEnv()
getLastEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar getMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVar> predicate)
getMatchingEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public Boolean hasMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVar> predicate)
hasMatchingEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withEnv(List<io.fabric8.kubernetes.api.model.EnvVar> env)
withEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withEnv(io.fabric8.kubernetes.api.model.EnvVar... env)
withEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public Boolean hasEnv()
hasEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addToVolumes(int index, String item)
addToVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A setToVolumes(int index, String item)
setToVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addToVolumes(String... items)
addToVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addAllToVolumes(Collection<String> items)
addAllToVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeFromVolumes(String... items)
removeFromVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeAllFromVolumes(Collection<String> items)
removeAllFromVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public List<String> getVolumes()
getVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public String getVolume(int index)
getVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public String getFirstVolume()
getFirstVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public String getLastVolume()
getLastVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public String getMatchingVolume(Predicate<String> predicate)
getMatchingVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public Boolean hasMatchingVolume(Predicate<String> predicate)
hasMatchingVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withVolumes(List<String> volumes)
withVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withVolumes(String... volumes)
withVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public Boolean hasVolumes()
hasVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewVolume(StringBuilder arg1)
addNewVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewVolume(int[] arg1, int arg2, int arg3)
addNewVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewVolume(char[] arg1)
addNewVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewVolume(StringBuffer arg1)
addNewVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewVolume(byte[] arg1, int arg2)
addNewVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewVolume(byte[] arg1)
addNewVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewVolume(char[] arg1, int arg2, int arg3)
addNewVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewVolume(byte[] arg1, int arg2, int arg3)
addNewVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewVolume(byte[] arg1, int arg2, int arg3, int arg4)
addNewVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewVolume(String arg1)
addNewVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.