All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method |
Description |
A |
addAllToArgs(Collection<String> items) |
|
A |
addAllToCommand(Collection<String> items) |
|
A |
addAllToEphemeralcontainersEnv(Collection<Env> items) |
|
A |
addAllToEphemeralcontainersEnvFrom(Collection<EnvFrom> items) |
|
A |
addAllToEphemeralcontainersPorts(Collection<Ports> items) |
|
A |
addAllToEphemeralcontainersVolumeDevices(Collection<VolumeDevices> items) |
|
A |
addAllToEphemeralcontainersVolumeMounts(Collection<VolumeMounts> items) |
|
EphemeralContainersFluent.EphemeralcontainersEnvFromNested<A> |
addNewEnvFromLike(EnvFrom item) |
|
EphemeralContainersFluent.EphemeralcontainersEnvNested<A> |
addNewEnvLike(Env item) |
|
EphemeralContainersFluent.EphemeralcontainersEnvNested<A> |
addNewEphemeralcontainersEnv() |
|
EphemeralContainersFluent.EphemeralcontainersEnvFromNested<A> |
addNewEphemeralcontainersEnvFrom() |
|
EphemeralContainersFluent.EphemeralcontainersPortsNested<A> |
addNewEphemeralcontainersPort() |
|
EphemeralContainersFluent.EphemeralcontainersVolumeDevicesNested<A> |
addNewEphemeralcontainersVolumeDevice() |
|
EphemeralContainersFluent.EphemeralcontainersVolumeMountsNested<A> |
addNewEphemeralcontainersVolumeMount() |
|
EphemeralContainersFluent.EphemeralcontainersPortsNested<A> |
addNewPortLike(Ports item) |
|
EphemeralContainersFluent.EphemeralcontainersVolumeDevicesNested<A> |
addNewVolumeDeviceLike(VolumeDevices item) |
|
EphemeralContainersFluent.EphemeralcontainersVolumeMountsNested<A> |
addNewVolumeMountLike(VolumeMounts item) |
|
A |
addToArgs(int index,
String item) |
|
A |
addToArgs(String... items) |
|
A |
addToCommand(int index,
String item) |
|
A |
addToCommand(String... items) |
|
A |
addToEnv(int index,
Env item) |
|
A |
addToEnv(Env... items) |
|
A |
addToEnvFrom(int index,
EnvFrom item) |
|
A |
addToEnvFrom(EnvFrom... items) |
|
A |
addToPorts(int index,
Ports item) |
|
A |
addToPorts(Ports... items) |
|
A |
addToVolumeDevices(int index,
VolumeDevices item) |
|
A |
addToVolumeDevices(VolumeDevices... items) |
|
A |
addToVolumeMounts(int index,
VolumeMounts item) |
|
A |
addToVolumeMounts(VolumeMounts... items) |
|
List<Env> |
buildEnv() |
|
Env |
buildEnv(int index) |
|
List<EnvFrom> |
buildEnvFrom() |
|
EnvFrom |
buildEnvFrom(int index) |
|
Env |
buildFirstEnv() |
|
EnvFrom |
buildFirstEnvFrom() |
|
Ports |
buildFirstPort() |
|
VolumeDevices |
buildFirstVolumeDevice() |
|
VolumeMounts |
buildFirstVolumeMount() |
|
Env |
buildLastEnv() |
|
EnvFrom |
buildLastEnvFrom() |
|
Ports |
buildLastPort() |
|
VolumeDevices |
buildLastVolumeDevice() |
|
VolumeMounts |
buildLastVolumeMount() |
|
Lifecycle |
buildLifecycle() |
|
LivenessProbe |
buildLivenessProbe() |
|
Env |
buildMatchingEnv(Predicate<EnvBuilder> predicate) |
|
EnvFrom |
buildMatchingEnvFrom(Predicate<EnvFromBuilder> predicate) |
|
Ports |
buildMatchingPort(Predicate<PortsBuilder> predicate) |
|
VolumeDevices |
buildMatchingVolumeDevice(Predicate<VolumeDevicesBuilder> predicate) |
|
VolumeMounts |
buildMatchingVolumeMount(Predicate<VolumeMountsBuilder> predicate) |
|
Ports |
buildPort(int index) |
|
List<Ports> |
buildPorts() |
|
ReadinessProbe |
buildReadinessProbe() |
|
Resources |
buildResources() |
|
SecurityContext |
buildSecurityContext() |
|
StartupProbe |
buildStartupProbe() |
|
VolumeDevices |
buildVolumeDevice(int index) |
|
List<VolumeDevices> |
buildVolumeDevices() |
|
VolumeMounts |
buildVolumeMount(int index) |
|
List<VolumeMounts> |
buildVolumeMounts() |
|
EphemeralContainersFluent.EphemeralcontainersEnvNested<A> |
editEnv(int index) |
|
EphemeralContainersFluent.EphemeralcontainersEnvFromNested<A> |
editEnvFrom(int index) |
|
EphemeralContainersFluent.EphemeralcontainersLifecycleNested<A> |
editEphemeralcontainersLifecycle() |
|
EphemeralContainersFluent.EphemeralcontainersLivenessProbeNested<A> |
editEphemeralcontainersLivenessProbe() |
|
EphemeralContainersFluent.EphemeralcontainersReadinessProbeNested<A> |
editEphemeralcontainersReadinessProbe() |
|
EphemeralContainersFluent.EphemeralcontainersResourcesNested<A> |
editEphemeralcontainersResources() |
|
EphemeralContainersFluent.EphemeralcontainersSecurityContextNested<A> |
editEphemeralcontainersSecurityContext() |
|
EphemeralContainersFluent.EphemeralcontainersStartupProbeNested<A> |
editEphemeralcontainersStartupProbe() |
|
EphemeralContainersFluent.EphemeralcontainersEnvNested<A> |
editFirstEnv() |
|
EphemeralContainersFluent.EphemeralcontainersEnvFromNested<A> |
editFirstEnvFrom() |
|
EphemeralContainersFluent.EphemeralcontainersPortsNested<A> |
editFirstPort() |
|
EphemeralContainersFluent.EphemeralcontainersVolumeDevicesNested<A> |
editFirstVolumeDevice() |
|
EphemeralContainersFluent.EphemeralcontainersVolumeMountsNested<A> |
editFirstVolumeMount() |
|
EphemeralContainersFluent.EphemeralcontainersEnvNested<A> |
editLastEnv() |
|
EphemeralContainersFluent.EphemeralcontainersEnvFromNested<A> |
editLastEnvFrom() |
|
EphemeralContainersFluent.EphemeralcontainersPortsNested<A> |
editLastPort() |
|
EphemeralContainersFluent.EphemeralcontainersVolumeDevicesNested<A> |
editLastVolumeDevice() |
|
EphemeralContainersFluent.EphemeralcontainersVolumeMountsNested<A> |
editLastVolumeMount() |
|
EphemeralContainersFluent.EphemeralcontainersEnvNested<A> |
editMatchingEnv(Predicate<EnvBuilder> predicate) |
|
EphemeralContainersFluent.EphemeralcontainersEnvFromNested<A> |
editMatchingEnvFrom(Predicate<EnvFromBuilder> predicate) |
|
EphemeralContainersFluent.EphemeralcontainersPortsNested<A> |
editMatchingPort(Predicate<PortsBuilder> predicate) |
|
EphemeralContainersFluent.EphemeralcontainersVolumeDevicesNested<A> |
editMatchingVolumeDevice(Predicate<VolumeDevicesBuilder> predicate) |
|
EphemeralContainersFluent.EphemeralcontainersVolumeMountsNested<A> |
editMatchingVolumeMount(Predicate<VolumeMountsBuilder> predicate) |
|
EphemeralContainersFluent.EphemeralcontainersLifecycleNested<A> |
editOrNewLifecycle() |
|
EphemeralContainersFluent.EphemeralcontainersLifecycleNested<A> |
editOrNewLifecycleLike(Lifecycle item) |
|
EphemeralContainersFluent.EphemeralcontainersLivenessProbeNested<A> |
editOrNewLivenessProbe() |
|
EphemeralContainersFluent.EphemeralcontainersLivenessProbeNested<A> |
editOrNewLivenessProbeLike(LivenessProbe item) |
|
EphemeralContainersFluent.EphemeralcontainersReadinessProbeNested<A> |
editOrNewReadinessProbe() |
|
EphemeralContainersFluent.EphemeralcontainersReadinessProbeNested<A> |
editOrNewReadinessProbeLike(ReadinessProbe item) |
|
EphemeralContainersFluent.EphemeralcontainersResourcesNested<A> |
editOrNewResources() |
|
EphemeralContainersFluent.EphemeralcontainersResourcesNested<A> |
editOrNewResourcesLike(Resources item) |
|
EphemeralContainersFluent.EphemeralcontainersSecurityContextNested<A> |
editOrNewSecurityContext() |
|
EphemeralContainersFluent.EphemeralcontainersSecurityContextNested<A> |
editOrNewSecurityContextLike(SecurityContext item) |
|
EphemeralContainersFluent.EphemeralcontainersStartupProbeNested<A> |
editOrNewStartupProbe() |
|
EphemeralContainersFluent.EphemeralcontainersStartupProbeNested<A> |
editOrNewStartupProbeLike(StartupProbe item) |
|
EphemeralContainersFluent.EphemeralcontainersPortsNested<A> |
editPort(int index) |
|
EphemeralContainersFluent.EphemeralcontainersVolumeDevicesNested<A> |
editVolumeDevice(int index) |
|
EphemeralContainersFluent.EphemeralcontainersVolumeMountsNested<A> |
editVolumeMount(int index) |
|
boolean |
equals(Object o) |
|
String |
getArg(int index) |
|
List<String> |
getArgs() |
|
List<String> |
getCommand() |
|
String |
getCommand(int index) |
|
String |
getFirstArg() |
|
String |
getFirstCommand() |
|
String |
getImage() |
|
String |
getImagePullPolicy() |
|
String |
getLastArg() |
|
String |
getLastCommand() |
|
String |
getMatchingArg(Predicate<String> predicate) |
|
String |
getMatchingCommand(Predicate<String> predicate) |
|
String |
getName() |
|
Boolean |
getStdin() |
|
Boolean |
getStdinOnce() |
|
String |
getTargetContainerName() |
|
String |
getTerminationMessagePath() |
|
String |
getTerminationMessagePolicy() |
|
Boolean |
getTty() |
|
String |
getWorkingDir() |
|
boolean |
hasArgs() |
|
boolean |
hasCommand() |
|
boolean |
hasEnv() |
|
boolean |
hasEnvFrom() |
|
int |
hashCode() |
|
boolean |
hasImage() |
|
boolean |
hasImagePullPolicy() |
|
boolean |
hasLifecycle() |
|
boolean |
hasLivenessProbe() |
|
boolean |
hasMatchingArg(Predicate<String> predicate) |
|
boolean |
hasMatchingCommand(Predicate<String> predicate) |
|
boolean |
hasMatchingEnv(Predicate<EnvBuilder> predicate) |
|
boolean |
hasMatchingEnvFrom(Predicate<EnvFromBuilder> predicate) |
|
boolean |
hasMatchingPort(Predicate<PortsBuilder> predicate) |
|
boolean |
hasMatchingVolumeDevice(Predicate<VolumeDevicesBuilder> predicate) |
|
boolean |
hasMatchingVolumeMount(Predicate<VolumeMountsBuilder> predicate) |
|
boolean |
hasName() |
|
boolean |
hasPorts() |
|
boolean |
hasReadinessProbe() |
|
boolean |
hasResources() |
|
boolean |
hasSecurityContext() |
|
boolean |
hasStartupProbe() |
|
boolean |
hasStdin() |
|
boolean |
hasStdinOnce() |
|
boolean |
hasTargetContainerName() |
|
boolean |
hasTerminationMessagePath() |
|
boolean |
hasTerminationMessagePolicy() |
|
boolean |
hasTty() |
|
boolean |
hasVolumeDevices() |
|
boolean |
hasVolumeMounts() |
|
boolean |
hasWorkingDir() |
|
A |
removeAllFromArgs(Collection<String> items) |
|
A |
removeAllFromCommand(Collection<String> items) |
|
A |
removeAllFromEphemeralcontainersEnv(Collection<Env> items) |
|
A |
removeAllFromEphemeralcontainersEnvFrom(Collection<EnvFrom> items) |
|
A |
removeAllFromEphemeralcontainersPorts(Collection<Ports> items) |
|
A |
removeAllFromEphemeralcontainersVolumeDevices(Collection<VolumeDevices> items) |
|
A |
removeAllFromEphemeralcontainersVolumeMounts(Collection<VolumeMounts> items) |
|
A |
removeFromArgs(String... items) |
|
A |
removeFromCommand(String... items) |
|
A |
removeFromEnv(Env... items) |
|
A |
removeFromEnvFrom(EnvFrom... items) |
|
A |
removeFromPorts(Ports... items) |
|
A |
removeFromVolumeDevices(VolumeDevices... items) |
|
A |
removeFromVolumeMounts(VolumeMounts... items) |
|
A |
removeMatchingFromEphemeralcontainersEnv(Predicate<EnvBuilder> predicate) |
|
A |
removeMatchingFromEphemeralcontainersEnvFrom(Predicate<EnvFromBuilder> predicate) |
|
A |
removeMatchingFromEphemeralcontainersPorts(Predicate<PortsBuilder> predicate) |
|
A |
removeMatchingFromEphemeralcontainersVolumeDevices(Predicate<VolumeDevicesBuilder> predicate) |
|
A |
removeMatchingFromEphemeralcontainersVolumeMounts(Predicate<VolumeMountsBuilder> predicate) |
|
EphemeralContainersFluent.EphemeralcontainersEnvFromNested<A> |
setNewEnvFromLike(int index,
EnvFrom item) |
|
EphemeralContainersFluent.EphemeralcontainersEnvNested<A> |
setNewEnvLike(int index,
Env item) |
|
EphemeralContainersFluent.EphemeralcontainersPortsNested<A> |
setNewPortLike(int index,
Ports item) |
|
EphemeralContainersFluent.EphemeralcontainersVolumeDevicesNested<A> |
setNewVolumeDeviceLike(int index,
VolumeDevices item) |
|
EphemeralContainersFluent.EphemeralcontainersVolumeMountsNested<A> |
setNewVolumeMountLike(int index,
VolumeMounts item) |
|
A |
setToArgs(int index,
String item) |
|
A |
setToCommand(int index,
String item) |
|
A |
setToEnv(int index,
Env item) |
|
A |
setToEnvFrom(int index,
EnvFrom item) |
|
A |
setToPorts(int index,
Ports item) |
|
A |
setToVolumeDevices(int index,
VolumeDevices item) |
|
A |
setToVolumeMounts(int index,
VolumeMounts item) |
|
String |
toString() |
|
A |
withArgs(String... args) |
|
A |
withArgs(List<String> args) |
|
A |
withCommand(String... command) |
|
A |
withCommand(List<String> command) |
|
A |
withEnv(Env... env) |
|
A |
withEnv(List<Env> env) |
|
A |
withEnvFrom(EnvFrom... envFrom) |
|
A |
withEnvFrom(List<EnvFrom> envFrom) |
|
A |
withImage(String image) |
|
A |
withImagePullPolicy(String imagePullPolicy) |
|
A |
withLifecycle(Lifecycle lifecycle) |
|
A |
withLivenessProbe(LivenessProbe livenessProbe) |
|
A |
withName(String name) |
|
EphemeralContainersFluent.EphemeralcontainersLifecycleNested<A> |
withNewEphemeralcontainersLifecycle() |
|
EphemeralContainersFluent.EphemeralcontainersLivenessProbeNested<A> |
withNewEphemeralcontainersLivenessProbe() |
|
EphemeralContainersFluent.EphemeralcontainersReadinessProbeNested<A> |
withNewEphemeralcontainersReadinessProbe() |
|
EphemeralContainersFluent.EphemeralcontainersResourcesNested<A> |
withNewEphemeralcontainersResources() |
|
EphemeralContainersFluent.EphemeralcontainersSecurityContextNested<A> |
withNewEphemeralcontainersSecurityContext() |
|
EphemeralContainersFluent.EphemeralcontainersStartupProbeNested<A> |
withNewEphemeralcontainersStartupProbe() |
|
EphemeralContainersFluent.EphemeralcontainersLifecycleNested<A> |
withNewLifecycleLike(Lifecycle item) |
|
EphemeralContainersFluent.EphemeralcontainersLivenessProbeNested<A> |
withNewLivenessProbeLike(LivenessProbe item) |
|
EphemeralContainersFluent.EphemeralcontainersReadinessProbeNested<A> |
withNewReadinessProbeLike(ReadinessProbe item) |
|
EphemeralContainersFluent.EphemeralcontainersResourcesNested<A> |
withNewResourcesLike(Resources item) |
|
EphemeralContainersFluent.EphemeralcontainersSecurityContextNested<A> |
withNewSecurityContextLike(SecurityContext item) |
|
EphemeralContainersFluent.EphemeralcontainersStartupProbeNested<A> |
withNewStartupProbeLike(StartupProbe item) |
|
A |
withPorts(Ports... ports) |
|
A |
withPorts(List<Ports> ports) |
|
A |
withReadinessProbe(ReadinessProbe readinessProbe) |
|
A |
withResources(Resources resources) |
|
A |
withSecurityContext(SecurityContext securityContext) |
|
A |
withStartupProbe(StartupProbe startupProbe) |
|
A |
withStdin() |
|
A |
withStdin(Boolean stdin) |
|
A |
withStdinOnce() |
|
A |
withStdinOnce(Boolean stdinOnce) |
|
A |
withTargetContainerName(String targetContainerName) |
|
A |
withTerminationMessagePath(String terminationMessagePath) |
|
A |
withTerminationMessagePolicy(String terminationMessagePolicy) |
|
A |
withTty() |
|
A |
withTty(Boolean tty) |
|
A |
withVolumeDevices(VolumeDevices... volumeDevices) |
|
A |
withVolumeDevices(List<VolumeDevices> volumeDevices) |
|
A |
withVolumeMounts(VolumeMounts... volumeMounts) |
|
A |
withVolumeMounts(List<VolumeMounts> volumeMounts) |
|
A |
withWorkingDir(String workingDir) |
|