Class V1EphemeralContainerFluentImpl<A extends V1EphemeralContainerFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1EphemeralContainerFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1EphemeralContainerFluent<A>
- Direct Known Subclasses:
V1EphemeralContainerBuilder
public class V1EphemeralContainerFluentImpl<A extends V1EphemeralContainerFluent<A>>
extends BaseFluent<A>
implements V1EphemeralContainerFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1EphemeralContainerFluent
V1EphemeralContainerFluent.EnvFromNested<N>, V1EphemeralContainerFluent.EnvNested<N>, V1EphemeralContainerFluent.LifecycleNested<N>, V1EphemeralContainerFluent.LivenessProbeNested<N>, V1EphemeralContainerFluent.PortsNested<N>, V1EphemeralContainerFluent.ReadinessProbeNested<N>, V1EphemeralContainerFluent.ResourcesNested<N>, V1EphemeralContainerFluent.SecurityContextNested<N>, V1EphemeralContainerFluent.StartupProbeNested<N>, V1EphemeralContainerFluent.VolumeDevicesNested<N>, V1EphemeralContainerFluent.VolumeMountsNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1EphemeralContainerFluentImpl
(io.kubernetes.client.openapi.models.V1EphemeralContainer instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToArgs
(Collection<String> items) addAllToCommand
(Collection<String> items) addAllToEnv
(Collection<io.kubernetes.client.openapi.models.V1EnvVar> items) addAllToEnvFrom
(Collection<io.kubernetes.client.openapi.models.V1EnvFromSource> items) addAllToPorts
(Collection<io.kubernetes.client.openapi.models.V1ContainerPort> items) addAllToVolumeDevices
(Collection<io.kubernetes.client.openapi.models.V1VolumeDevice> items) addAllToVolumeMounts
(Collection<io.kubernetes.client.openapi.models.V1VolumeMount> items) addNewEnvFromLike
(io.kubernetes.client.openapi.models.V1EnvFromSource item) addNewEnvLike
(io.kubernetes.client.openapi.models.V1EnvVar item) addNewPortLike
(io.kubernetes.client.openapi.models.V1ContainerPort item) addNewVolumeDeviceLike
(io.kubernetes.client.openapi.models.V1VolumeDevice item) addNewVolumeMountLike
(io.kubernetes.client.openapi.models.V1VolumeMount item) addToCommand
(Integer index, String item) addToCommand
(String... items) addToEnv
(io.kubernetes.client.openapi.models.V1EnvVar... items) addToEnvFrom
(io.kubernetes.client.openapi.models.V1EnvFromSource... items) addToEnvFrom
(Integer index, io.kubernetes.client.openapi.models.V1EnvFromSource item) addToPorts
(io.kubernetes.client.openapi.models.V1ContainerPort... items) addToPorts
(Integer index, io.kubernetes.client.openapi.models.V1ContainerPort item) addToVolumeDevices
(io.kubernetes.client.openapi.models.V1VolumeDevice... items) addToVolumeDevices
(Integer index, io.kubernetes.client.openapi.models.V1VolumeDevice item) addToVolumeMounts
(io.kubernetes.client.openapi.models.V1VolumeMount... items) addToVolumeMounts
(Integer index, io.kubernetes.client.openapi.models.V1VolumeMount item) List<io.kubernetes.client.openapi.models.V1EnvVar>
buildEnv()
io.kubernetes.client.openapi.models.V1EnvVar
List<io.kubernetes.client.openapi.models.V1EnvFromSource>
io.kubernetes.client.openapi.models.V1EnvFromSource
buildEnvFrom
(Integer index) io.kubernetes.client.openapi.models.V1EnvVar
io.kubernetes.client.openapi.models.V1EnvFromSource
io.kubernetes.client.openapi.models.V1ContainerPort
io.kubernetes.client.openapi.models.V1VolumeDevice
io.kubernetes.client.openapi.models.V1VolumeMount
io.kubernetes.client.openapi.models.V1EnvVar
io.kubernetes.client.openapi.models.V1EnvFromSource
io.kubernetes.client.openapi.models.V1ContainerPort
io.kubernetes.client.openapi.models.V1VolumeDevice
io.kubernetes.client.openapi.models.V1VolumeMount
io.kubernetes.client.openapi.models.V1Lifecycle
io.kubernetes.client.openapi.models.V1Probe
io.kubernetes.client.openapi.models.V1EnvVar
buildMatchingEnv
(Predicate<V1EnvVarBuilder> predicate) io.kubernetes.client.openapi.models.V1EnvFromSource
buildMatchingEnvFrom
(Predicate<V1EnvFromSourceBuilder> predicate) io.kubernetes.client.openapi.models.V1ContainerPort
buildMatchingPort
(Predicate<V1ContainerPortBuilder> predicate) io.kubernetes.client.openapi.models.V1VolumeDevice
buildMatchingVolumeDevice
(Predicate<V1VolumeDeviceBuilder> predicate) io.kubernetes.client.openapi.models.V1VolumeMount
buildMatchingVolumeMount
(Predicate<V1VolumeMountBuilder> predicate) io.kubernetes.client.openapi.models.V1ContainerPort
List<io.kubernetes.client.openapi.models.V1ContainerPort>
io.kubernetes.client.openapi.models.V1Probe
io.kubernetes.client.openapi.models.V1ResourceRequirements
io.kubernetes.client.openapi.models.V1SecurityContext
io.kubernetes.client.openapi.models.V1Probe
io.kubernetes.client.openapi.models.V1VolumeDevice
buildVolumeDevice
(Integer index) List<io.kubernetes.client.openapi.models.V1VolumeDevice>
io.kubernetes.client.openapi.models.V1VolumeMount
buildVolumeMount
(Integer index) List<io.kubernetes.client.openapi.models.V1VolumeMount>
editEnvFrom
(Integer index) editMatchingEnv
(Predicate<V1EnvVarBuilder> predicate) editMatchingEnvFrom
(Predicate<V1EnvFromSourceBuilder> predicate) editMatchingPort
(Predicate<V1ContainerPortBuilder> predicate) editMatchingVolumeDevice
(Predicate<V1VolumeDeviceBuilder> predicate) editMatchingVolumeMount
(Predicate<V1VolumeMountBuilder> predicate) editOrNewLifecycleLike
(io.kubernetes.client.openapi.models.V1Lifecycle item) editOrNewLivenessProbeLike
(io.kubernetes.client.openapi.models.V1Probe item) editOrNewReadinessProbeLike
(io.kubernetes.client.openapi.models.V1Probe item) editOrNewResourcesLike
(io.kubernetes.client.openapi.models.V1ResourceRequirements item) editOrNewSecurityContextLike
(io.kubernetes.client.openapi.models.V1SecurityContext item) editOrNewStartupProbeLike
(io.kubernetes.client.openapi.models.V1Probe item) editVolumeDevice
(Integer index) editVolumeMount
(Integer index) boolean
getArgs()
getCommand
(Integer index) List<io.kubernetes.client.openapi.models.V1EnvVar>
getEnv()
Deprecated.List<io.kubernetes.client.openapi.models.V1EnvFromSource>
Deprecated.getImage()
io.kubernetes.client.openapi.models.V1Lifecycle
Deprecated.io.kubernetes.client.openapi.models.V1Probe
Deprecated.getMatchingArg
(Predicate<String> predicate) getMatchingCommand
(Predicate<String> predicate) getName()
List<io.kubernetes.client.openapi.models.V1ContainerPort>
getPorts()
Deprecated.io.kubernetes.client.openapi.models.V1Probe
Deprecated.io.kubernetes.client.openapi.models.V1ResourceRequirements
Deprecated.io.kubernetes.client.openapi.models.V1SecurityContext
Deprecated.io.kubernetes.client.openapi.models.V1Probe
Deprecated.getStdin()
getTty()
List<io.kubernetes.client.openapi.models.V1VolumeDevice>
Deprecated.List<io.kubernetes.client.openapi.models.V1VolumeMount>
Deprecated.hasArgs()
hasEnv()
int
hashCode()
hasImage()
hasMatchingArg
(Predicate<String> predicate) hasMatchingCommand
(Predicate<String> predicate) hasMatchingEnv
(Predicate<V1EnvVarBuilder> predicate) hasMatchingEnvFrom
(Predicate<V1EnvFromSourceBuilder> predicate) hasMatchingPort
(Predicate<V1ContainerPortBuilder> predicate) hasMatchingVolumeDevice
(Predicate<V1VolumeDeviceBuilder> predicate) hasMatchingVolumeMount
(Predicate<V1VolumeMountBuilder> predicate) hasName()
hasPorts()
hasStdin()
hasTty()
removeAllFromArgs
(Collection<String> items) removeAllFromCommand
(Collection<String> items) removeAllFromEnv
(Collection<io.kubernetes.client.openapi.models.V1EnvVar> items) removeAllFromEnvFrom
(Collection<io.kubernetes.client.openapi.models.V1EnvFromSource> items) removeAllFromPorts
(Collection<io.kubernetes.client.openapi.models.V1ContainerPort> items) removeAllFromVolumeDevices
(Collection<io.kubernetes.client.openapi.models.V1VolumeDevice> items) removeAllFromVolumeMounts
(Collection<io.kubernetes.client.openapi.models.V1VolumeMount> items) removeFromArgs
(String... items) removeFromCommand
(String... items) removeFromEnv
(io.kubernetes.client.openapi.models.V1EnvVar... items) removeFromEnvFrom
(io.kubernetes.client.openapi.models.V1EnvFromSource... items) removeFromPorts
(io.kubernetes.client.openapi.models.V1ContainerPort... items) removeFromVolumeDevices
(io.kubernetes.client.openapi.models.V1VolumeDevice... items) removeFromVolumeMounts
(io.kubernetes.client.openapi.models.V1VolumeMount... items) removeMatchingFromEnv
(Predicate<V1EnvVarBuilder> predicate) removeMatchingFromEnvFrom
(Predicate<V1EnvFromSourceBuilder> predicate) removeMatchingFromPorts
(Predicate<V1ContainerPortBuilder> predicate) setNewEnvFromLike
(Integer index, io.kubernetes.client.openapi.models.V1EnvFromSource item) setNewEnvLike
(Integer index, io.kubernetes.client.openapi.models.V1EnvVar item) setNewPortLike
(Integer index, io.kubernetes.client.openapi.models.V1ContainerPort item) setNewVolumeDeviceLike
(Integer index, io.kubernetes.client.openapi.models.V1VolumeDevice item) setNewVolumeMountLike
(Integer index, io.kubernetes.client.openapi.models.V1VolumeMount item) setToCommand
(Integer index, String item) setToEnvFrom
(Integer index, io.kubernetes.client.openapi.models.V1EnvFromSource item) setToPorts
(Integer index, io.kubernetes.client.openapi.models.V1ContainerPort item) setToVolumeDevices
(Integer index, io.kubernetes.client.openapi.models.V1VolumeDevice item) setToVolumeMounts
(Integer index, io.kubernetes.client.openapi.models.V1VolumeMount item) toString()
withCommand
(String... command) withCommand
(List<String> command) withEnv
(io.kubernetes.client.openapi.models.V1EnvVar... env) withEnvFrom
(io.kubernetes.client.openapi.models.V1EnvFromSource... envFrom) withEnvFrom
(List<io.kubernetes.client.openapi.models.V1EnvFromSource> envFrom) withImagePullPolicy
(String imagePullPolicy) withLifecycle
(io.kubernetes.client.openapi.models.V1Lifecycle lifecycle) withLivenessProbe
(io.kubernetes.client.openapi.models.V1Probe livenessProbe) withNewLifecycleLike
(io.kubernetes.client.openapi.models.V1Lifecycle item) withNewLivenessProbeLike
(io.kubernetes.client.openapi.models.V1Probe item) withNewReadinessProbeLike
(io.kubernetes.client.openapi.models.V1Probe item) withNewResourcesLike
(io.kubernetes.client.openapi.models.V1ResourceRequirements item) withNewSecurityContextLike
(io.kubernetes.client.openapi.models.V1SecurityContext item) withNewStartupProbeLike
(io.kubernetes.client.openapi.models.V1Probe item) withPorts
(io.kubernetes.client.openapi.models.V1ContainerPort... ports) withReadinessProbe
(io.kubernetes.client.openapi.models.V1Probe readinessProbe) withResources
(io.kubernetes.client.openapi.models.V1ResourceRequirements resources) withSecurityContext
(io.kubernetes.client.openapi.models.V1SecurityContext securityContext) withStartupProbe
(io.kubernetes.client.openapi.models.V1Probe startupProbe) withStdinOnce
(Boolean stdinOnce) withTargetContainerName
(String targetContainerName) withTerminationMessagePath
(String terminationMessagePath) withTerminationMessagePolicy
(String terminationMessagePolicy) withTty()
withVolumeDevices
(io.kubernetes.client.openapi.models.V1VolumeDevice... volumeDevices) withVolumeDevices
(List<io.kubernetes.client.openapi.models.V1VolumeDevice> volumeDevices) withVolumeMounts
(io.kubernetes.client.openapi.models.V1VolumeMount... volumeMounts) withVolumeMounts
(List<io.kubernetes.client.openapi.models.V1VolumeMount> volumeMounts) withWorkingDir
(String workingDir) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1EphemeralContainerFluentImpl
public V1EphemeralContainerFluentImpl() -
V1EphemeralContainerFluentImpl
public V1EphemeralContainerFluentImpl(io.kubernetes.client.openapi.models.V1EphemeralContainer instance)
-
-
Method Details
-
addToArgs
- Specified by:
addToArgs
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
setToArgs
- Specified by:
setToArgs
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addToArgs
- Specified by:
addToArgs
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addAllToArgs
- Specified by:
addAllToArgs
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
removeFromArgs
- Specified by:
removeFromArgs
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
removeAllFromArgs
- Specified by:
removeAllFromArgs
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getArgs
- Specified by:
getArgs
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getArg
- Specified by:
getArg
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getFirstArg
- Specified by:
getFirstArg
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getLastArg
- Specified by:
getLastArg
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getMatchingArg
- Specified by:
getMatchingArg
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasMatchingArg
- Specified by:
hasMatchingArg
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withArgs
- Specified by:
withArgs
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withArgs
- Specified by:
withArgs
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasArgs
- Specified by:
hasArgs
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addToCommand
- Specified by:
addToCommand
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
setToCommand
- Specified by:
setToCommand
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addToCommand
- Specified by:
addToCommand
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addAllToCommand
- Specified by:
addAllToCommand
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
removeFromCommand
- Specified by:
removeFromCommand
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
removeAllFromCommand
- Specified by:
removeAllFromCommand
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getCommand
- Specified by:
getCommand
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getCommand
- Specified by:
getCommand
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getFirstCommand
- Specified by:
getFirstCommand
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getLastCommand
- Specified by:
getLastCommand
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getMatchingCommand
- Specified by:
getMatchingCommand
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasMatchingCommand
- Specified by:
hasMatchingCommand
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withCommand
- Specified by:
withCommand
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withCommand
- Specified by:
withCommand
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasCommand
- Specified by:
hasCommand
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addToEnv
- Specified by:
addToEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
setToEnv
- Specified by:
setToEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addToEnv
- Specified by:
addToEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addAllToEnv
- Specified by:
addAllToEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
removeFromEnv
- Specified by:
removeFromEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
removeAllFromEnv
- Specified by:
removeAllFromEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
removeMatchingFromEnv
- Specified by:
removeMatchingFromEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getEnv
Deprecated.This method has been deprecated, please use method buildEnv instead.- Specified by:
getEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
- Returns:
- The buildable object.
-
buildEnv
- Specified by:
buildEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildEnv
- Specified by:
buildEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildFirstEnv
public io.kubernetes.client.openapi.models.V1EnvVar buildFirstEnv()- Specified by:
buildFirstEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildLastEnv
public io.kubernetes.client.openapi.models.V1EnvVar buildLastEnv()- Specified by:
buildLastEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildMatchingEnv
public io.kubernetes.client.openapi.models.V1EnvVar buildMatchingEnv(Predicate<V1EnvVarBuilder> predicate) - Specified by:
buildMatchingEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasMatchingEnv
- Specified by:
hasMatchingEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withEnv
- Specified by:
withEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withEnv
- Specified by:
withEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasEnv
- Specified by:
hasEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addNewEnv
- Specified by:
addNewEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addNewEnvLike
public V1EphemeralContainerFluent.EnvNested<A> addNewEnvLike(io.kubernetes.client.openapi.models.V1EnvVar item) - Specified by:
addNewEnvLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
setNewEnvLike
public V1EphemeralContainerFluent.EnvNested<A> setNewEnvLike(Integer index, io.kubernetes.client.openapi.models.V1EnvVar item) - Specified by:
setNewEnvLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editEnv
- Specified by:
editEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editFirstEnv
- Specified by:
editFirstEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editLastEnv
- Specified by:
editLastEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editMatchingEnv
public V1EphemeralContainerFluent.EnvNested<A> editMatchingEnv(Predicate<V1EnvVarBuilder> predicate) - Specified by:
editMatchingEnv
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addToEnvFrom
- Specified by:
addToEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
setToEnvFrom
- Specified by:
setToEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addToEnvFrom
- Specified by:
addToEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addAllToEnvFrom
- Specified by:
addAllToEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
removeFromEnvFrom
- Specified by:
removeFromEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
removeAllFromEnvFrom
public A removeAllFromEnvFrom(Collection<io.kubernetes.client.openapi.models.V1EnvFromSource> items) - Specified by:
removeAllFromEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
removeMatchingFromEnvFrom
- Specified by:
removeMatchingFromEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getEnvFrom
Deprecated.This method has been deprecated, please use method buildEnvFrom instead.- Specified by:
getEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
- Returns:
- The buildable object.
-
buildEnvFrom
- Specified by:
buildEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildEnvFrom
- Specified by:
buildEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildFirstEnvFrom
public io.kubernetes.client.openapi.models.V1EnvFromSource buildFirstEnvFrom()- Specified by:
buildFirstEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildLastEnvFrom
public io.kubernetes.client.openapi.models.V1EnvFromSource buildLastEnvFrom()- Specified by:
buildLastEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildMatchingEnvFrom
public io.kubernetes.client.openapi.models.V1EnvFromSource buildMatchingEnvFrom(Predicate<V1EnvFromSourceBuilder> predicate) - Specified by:
buildMatchingEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasMatchingEnvFrom
- Specified by:
hasMatchingEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withEnvFrom
- Specified by:
withEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withEnvFrom
- Specified by:
withEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasEnvFrom
- Specified by:
hasEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addNewEnvFrom
- Specified by:
addNewEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addNewEnvFromLike
public V1EphemeralContainerFluent.EnvFromNested<A> addNewEnvFromLike(io.kubernetes.client.openapi.models.V1EnvFromSource item) - Specified by:
addNewEnvFromLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
setNewEnvFromLike
public V1EphemeralContainerFluent.EnvFromNested<A> setNewEnvFromLike(Integer index, io.kubernetes.client.openapi.models.V1EnvFromSource item) - Specified by:
setNewEnvFromLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editEnvFrom
- Specified by:
editEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editFirstEnvFrom
- Specified by:
editFirstEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editLastEnvFrom
- Specified by:
editLastEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editMatchingEnvFrom
public V1EphemeralContainerFluent.EnvFromNested<A> editMatchingEnvFrom(Predicate<V1EnvFromSourceBuilder> predicate) - Specified by:
editMatchingEnvFrom
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getImage
- Specified by:
getImage
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withImage
- Specified by:
withImage
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasImage
- Specified by:
hasImage
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getImagePullPolicy
- Specified by:
getImagePullPolicy
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withImagePullPolicy
- Specified by:
withImagePullPolicy
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasImagePullPolicy
- Specified by:
hasImagePullPolicy
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getLifecycle
Deprecated.This method has been deprecated, please use method buildLifecycle instead.- Specified by:
getLifecycle
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
- Returns:
- The buildable object.
-
buildLifecycle
public io.kubernetes.client.openapi.models.V1Lifecycle buildLifecycle()- Specified by:
buildLifecycle
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withLifecycle
- Specified by:
withLifecycle
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasLifecycle
- Specified by:
hasLifecycle
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withNewLifecycle
- Specified by:
withNewLifecycle
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withNewLifecycleLike
public V1EphemeralContainerFluent.LifecycleNested<A> withNewLifecycleLike(io.kubernetes.client.openapi.models.V1Lifecycle item) - Specified by:
withNewLifecycleLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editLifecycle
- Specified by:
editLifecycle
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editOrNewLifecycle
- Specified by:
editOrNewLifecycle
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editOrNewLifecycleLike
public V1EphemeralContainerFluent.LifecycleNested<A> editOrNewLifecycleLike(io.kubernetes.client.openapi.models.V1Lifecycle item) - Specified by:
editOrNewLifecycleLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getLivenessProbe
Deprecated.This method has been deprecated, please use method buildLivenessProbe instead.- Specified by:
getLivenessProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
- Returns:
- The buildable object.
-
buildLivenessProbe
public io.kubernetes.client.openapi.models.V1Probe buildLivenessProbe()- Specified by:
buildLivenessProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withLivenessProbe
- Specified by:
withLivenessProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasLivenessProbe
- Specified by:
hasLivenessProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withNewLivenessProbe
- Specified by:
withNewLivenessProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withNewLivenessProbeLike
public V1EphemeralContainerFluent.LivenessProbeNested<A> withNewLivenessProbeLike(io.kubernetes.client.openapi.models.V1Probe item) - Specified by:
withNewLivenessProbeLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editLivenessProbe
- Specified by:
editLivenessProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editOrNewLivenessProbe
- Specified by:
editOrNewLivenessProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editOrNewLivenessProbeLike
public V1EphemeralContainerFluent.LivenessProbeNested<A> editOrNewLivenessProbeLike(io.kubernetes.client.openapi.models.V1Probe item) - Specified by:
editOrNewLivenessProbeLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getName
- Specified by:
getName
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withName
- Specified by:
withName
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addToPorts
- Specified by:
addToPorts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
setToPorts
- Specified by:
setToPorts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addToPorts
- Specified by:
addToPorts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addAllToPorts
- Specified by:
addAllToPorts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
removeFromPorts
- Specified by:
removeFromPorts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
removeAllFromPorts
- Specified by:
removeAllFromPorts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
removeMatchingFromPorts
- Specified by:
removeMatchingFromPorts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getPorts
Deprecated.This method has been deprecated, please use method buildPorts instead.- Specified by:
getPorts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
- Returns:
- The buildable object.
-
buildPorts
- Specified by:
buildPorts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildPort
- Specified by:
buildPort
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildFirstPort
public io.kubernetes.client.openapi.models.V1ContainerPort buildFirstPort()- Specified by:
buildFirstPort
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildLastPort
public io.kubernetes.client.openapi.models.V1ContainerPort buildLastPort()- Specified by:
buildLastPort
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildMatchingPort
public io.kubernetes.client.openapi.models.V1ContainerPort buildMatchingPort(Predicate<V1ContainerPortBuilder> predicate) - Specified by:
buildMatchingPort
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasMatchingPort
- Specified by:
hasMatchingPort
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withPorts
- Specified by:
withPorts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withPorts
- Specified by:
withPorts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasPorts
- Specified by:
hasPorts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addNewPort
- Specified by:
addNewPort
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addNewPortLike
public V1EphemeralContainerFluent.PortsNested<A> addNewPortLike(io.kubernetes.client.openapi.models.V1ContainerPort item) - Specified by:
addNewPortLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
setNewPortLike
public V1EphemeralContainerFluent.PortsNested<A> setNewPortLike(Integer index, io.kubernetes.client.openapi.models.V1ContainerPort item) - Specified by:
setNewPortLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editPort
- Specified by:
editPort
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editFirstPort
- Specified by:
editFirstPort
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editLastPort
- Specified by:
editLastPort
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editMatchingPort
public V1EphemeralContainerFluent.PortsNested<A> editMatchingPort(Predicate<V1ContainerPortBuilder> predicate) - Specified by:
editMatchingPort
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getReadinessProbe
Deprecated.This method has been deprecated, please use method buildReadinessProbe instead.- Specified by:
getReadinessProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
- Returns:
- The buildable object.
-
buildReadinessProbe
public io.kubernetes.client.openapi.models.V1Probe buildReadinessProbe()- Specified by:
buildReadinessProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withReadinessProbe
- Specified by:
withReadinessProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasReadinessProbe
- Specified by:
hasReadinessProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withNewReadinessProbe
- Specified by:
withNewReadinessProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withNewReadinessProbeLike
public V1EphemeralContainerFluent.ReadinessProbeNested<A> withNewReadinessProbeLike(io.kubernetes.client.openapi.models.V1Probe item) - Specified by:
withNewReadinessProbeLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editReadinessProbe
- Specified by:
editReadinessProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editOrNewReadinessProbe
- Specified by:
editOrNewReadinessProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editOrNewReadinessProbeLike
public V1EphemeralContainerFluent.ReadinessProbeNested<A> editOrNewReadinessProbeLike(io.kubernetes.client.openapi.models.V1Probe item) - Specified by:
editOrNewReadinessProbeLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getResources
Deprecated.This method has been deprecated, please use method buildResources instead.- Specified by:
getResources
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
- Returns:
- The buildable object.
-
buildResources
public io.kubernetes.client.openapi.models.V1ResourceRequirements buildResources()- Specified by:
buildResources
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withResources
- Specified by:
withResources
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasResources
- Specified by:
hasResources
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withNewResources
- Specified by:
withNewResources
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withNewResourcesLike
public V1EphemeralContainerFluent.ResourcesNested<A> withNewResourcesLike(io.kubernetes.client.openapi.models.V1ResourceRequirements item) - Specified by:
withNewResourcesLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editResources
- Specified by:
editResources
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editOrNewResources
- Specified by:
editOrNewResources
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editOrNewResourcesLike
public V1EphemeralContainerFluent.ResourcesNested<A> editOrNewResourcesLike(io.kubernetes.client.openapi.models.V1ResourceRequirements item) - Specified by:
editOrNewResourcesLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getSecurityContext
Deprecated.This method has been deprecated, please use method buildSecurityContext instead.- Specified by:
getSecurityContext
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
- Returns:
- The buildable object.
-
buildSecurityContext
public io.kubernetes.client.openapi.models.V1SecurityContext buildSecurityContext()- Specified by:
buildSecurityContext
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withSecurityContext
- Specified by:
withSecurityContext
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasSecurityContext
- Specified by:
hasSecurityContext
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withNewSecurityContext
- Specified by:
withNewSecurityContext
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withNewSecurityContextLike
public V1EphemeralContainerFluent.SecurityContextNested<A> withNewSecurityContextLike(io.kubernetes.client.openapi.models.V1SecurityContext item) - Specified by:
withNewSecurityContextLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editSecurityContext
- Specified by:
editSecurityContext
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editOrNewSecurityContext
- Specified by:
editOrNewSecurityContext
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editOrNewSecurityContextLike
public V1EphemeralContainerFluent.SecurityContextNested<A> editOrNewSecurityContextLike(io.kubernetes.client.openapi.models.V1SecurityContext item) - Specified by:
editOrNewSecurityContextLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getStartupProbe
Deprecated.This method has been deprecated, please use method buildStartupProbe instead.- Specified by:
getStartupProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
- Returns:
- The buildable object.
-
buildStartupProbe
public io.kubernetes.client.openapi.models.V1Probe buildStartupProbe()- Specified by:
buildStartupProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withStartupProbe
- Specified by:
withStartupProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasStartupProbe
- Specified by:
hasStartupProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withNewStartupProbe
- Specified by:
withNewStartupProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withNewStartupProbeLike
public V1EphemeralContainerFluent.StartupProbeNested<A> withNewStartupProbeLike(io.kubernetes.client.openapi.models.V1Probe item) - Specified by:
withNewStartupProbeLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editStartupProbe
- Specified by:
editStartupProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editOrNewStartupProbe
- Specified by:
editOrNewStartupProbe
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editOrNewStartupProbeLike
public V1EphemeralContainerFluent.StartupProbeNested<A> editOrNewStartupProbeLike(io.kubernetes.client.openapi.models.V1Probe item) - Specified by:
editOrNewStartupProbeLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getStdin
- Specified by:
getStdin
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withStdin
- Specified by:
withStdin
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasStdin
- Specified by:
hasStdin
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getStdinOnce
- Specified by:
getStdinOnce
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withStdinOnce
- Specified by:
withStdinOnce
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasStdinOnce
- Specified by:
hasStdinOnce
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getTargetContainerName
- Specified by:
getTargetContainerName
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withTargetContainerName
- Specified by:
withTargetContainerName
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasTargetContainerName
- Specified by:
hasTargetContainerName
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getTerminationMessagePath
- Specified by:
getTerminationMessagePath
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withTerminationMessagePath
- Specified by:
withTerminationMessagePath
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasTerminationMessagePath
- Specified by:
hasTerminationMessagePath
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getTerminationMessagePolicy
- Specified by:
getTerminationMessagePolicy
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withTerminationMessagePolicy
- Specified by:
withTerminationMessagePolicy
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasTerminationMessagePolicy
- Specified by:
hasTerminationMessagePolicy
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getTty
- Specified by:
getTty
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withTty
- Specified by:
withTty
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasTty
- Specified by:
hasTty
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addToVolumeDevices
- Specified by:
addToVolumeDevices
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
setToVolumeDevices
- Specified by:
setToVolumeDevices
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addToVolumeDevices
- Specified by:
addToVolumeDevices
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addAllToVolumeDevices
public A addAllToVolumeDevices(Collection<io.kubernetes.client.openapi.models.V1VolumeDevice> items) - Specified by:
addAllToVolumeDevices
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
removeFromVolumeDevices
- Specified by:
removeFromVolumeDevices
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
removeAllFromVolumeDevices
public A removeAllFromVolumeDevices(Collection<io.kubernetes.client.openapi.models.V1VolumeDevice> items) - Specified by:
removeAllFromVolumeDevices
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
removeMatchingFromVolumeDevices
- Specified by:
removeMatchingFromVolumeDevices
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getVolumeDevices
Deprecated.This method has been deprecated, please use method buildVolumeDevices instead.- Specified by:
getVolumeDevices
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
- Returns:
- The buildable object.
-
buildVolumeDevices
- Specified by:
buildVolumeDevices
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildVolumeDevice
- Specified by:
buildVolumeDevice
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildFirstVolumeDevice
public io.kubernetes.client.openapi.models.V1VolumeDevice buildFirstVolumeDevice()- Specified by:
buildFirstVolumeDevice
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildLastVolumeDevice
public io.kubernetes.client.openapi.models.V1VolumeDevice buildLastVolumeDevice()- Specified by:
buildLastVolumeDevice
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildMatchingVolumeDevice
public io.kubernetes.client.openapi.models.V1VolumeDevice buildMatchingVolumeDevice(Predicate<V1VolumeDeviceBuilder> predicate) - Specified by:
buildMatchingVolumeDevice
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasMatchingVolumeDevice
- Specified by:
hasMatchingVolumeDevice
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withVolumeDevices
- Specified by:
withVolumeDevices
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withVolumeDevices
- Specified by:
withVolumeDevices
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasVolumeDevices
- Specified by:
hasVolumeDevices
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addNewVolumeDevice
- Specified by:
addNewVolumeDevice
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addNewVolumeDeviceLike
public V1EphemeralContainerFluent.VolumeDevicesNested<A> addNewVolumeDeviceLike(io.kubernetes.client.openapi.models.V1VolumeDevice item) - Specified by:
addNewVolumeDeviceLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
setNewVolumeDeviceLike
public V1EphemeralContainerFluent.VolumeDevicesNested<A> setNewVolumeDeviceLike(Integer index, io.kubernetes.client.openapi.models.V1VolumeDevice item) - Specified by:
setNewVolumeDeviceLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editVolumeDevice
- Specified by:
editVolumeDevice
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editFirstVolumeDevice
- Specified by:
editFirstVolumeDevice
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editLastVolumeDevice
- Specified by:
editLastVolumeDevice
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editMatchingVolumeDevice
public V1EphemeralContainerFluent.VolumeDevicesNested<A> editMatchingVolumeDevice(Predicate<V1VolumeDeviceBuilder> predicate) - Specified by:
editMatchingVolumeDevice
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addToVolumeMounts
- Specified by:
addToVolumeMounts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
setToVolumeMounts
- Specified by:
setToVolumeMounts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addToVolumeMounts
- Specified by:
addToVolumeMounts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addAllToVolumeMounts
- Specified by:
addAllToVolumeMounts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
removeFromVolumeMounts
- Specified by:
removeFromVolumeMounts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
removeAllFromVolumeMounts
public A removeAllFromVolumeMounts(Collection<io.kubernetes.client.openapi.models.V1VolumeMount> items) - Specified by:
removeAllFromVolumeMounts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
removeMatchingFromVolumeMounts
- Specified by:
removeMatchingFromVolumeMounts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getVolumeMounts
Deprecated.This method has been deprecated, please use method buildVolumeMounts instead.- Specified by:
getVolumeMounts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
- Returns:
- The buildable object.
-
buildVolumeMounts
- Specified by:
buildVolumeMounts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildVolumeMount
- Specified by:
buildVolumeMount
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildFirstVolumeMount
public io.kubernetes.client.openapi.models.V1VolumeMount buildFirstVolumeMount()- Specified by:
buildFirstVolumeMount
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildLastVolumeMount
public io.kubernetes.client.openapi.models.V1VolumeMount buildLastVolumeMount()- Specified by:
buildLastVolumeMount
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
buildMatchingVolumeMount
public io.kubernetes.client.openapi.models.V1VolumeMount buildMatchingVolumeMount(Predicate<V1VolumeMountBuilder> predicate) - Specified by:
buildMatchingVolumeMount
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasMatchingVolumeMount
- Specified by:
hasMatchingVolumeMount
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withVolumeMounts
- Specified by:
withVolumeMounts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withVolumeMounts
- Specified by:
withVolumeMounts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasVolumeMounts
- Specified by:
hasVolumeMounts
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addNewVolumeMount
- Specified by:
addNewVolumeMount
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
addNewVolumeMountLike
public V1EphemeralContainerFluent.VolumeMountsNested<A> addNewVolumeMountLike(io.kubernetes.client.openapi.models.V1VolumeMount item) - Specified by:
addNewVolumeMountLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
setNewVolumeMountLike
public V1EphemeralContainerFluent.VolumeMountsNested<A> setNewVolumeMountLike(Integer index, io.kubernetes.client.openapi.models.V1VolumeMount item) - Specified by:
setNewVolumeMountLike
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editVolumeMount
- Specified by:
editVolumeMount
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editFirstVolumeMount
- Specified by:
editFirstVolumeMount
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editLastVolumeMount
- Specified by:
editLastVolumeMount
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
editMatchingVolumeMount
public V1EphemeralContainerFluent.VolumeMountsNested<A> editMatchingVolumeMount(Predicate<V1VolumeMountBuilder> predicate) - Specified by:
editMatchingVolumeMount
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
getWorkingDir
- Specified by:
getWorkingDir
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withWorkingDir
- Specified by:
withWorkingDir
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
hasWorkingDir
- Specified by:
hasWorkingDir
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1EphemeralContainerFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1EphemeralContainerFluent<A>>
-
toString
-
withStdin
- Specified by:
withStdin
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withStdinOnce
- Specified by:
withStdinOnce
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-
withTty
- Specified by:
withTty
in interfaceV1EphemeralContainerFluent<A extends V1EphemeralContainerFluent<A>>
-