Class V1ContainerFluentImpl<A extends V1ContainerFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ContainerFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1ContainerFluent<A>
- Direct Known Subclasses:
V1ContainerBuilder
public class V1ContainerFluentImpl<A extends V1ContainerFluent<A>>
extends BaseFluent<A>
implements V1ContainerFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1ContainerFluent
V1ContainerFluent.EnvFromNested<N>, V1ContainerFluent.EnvNested<N>, V1ContainerFluent.LifecycleNested<N>, V1ContainerFluent.LivenessProbeNested<N>, V1ContainerFluent.PortsNested<N>, V1ContainerFluent.ReadinessProbeNested<N>, V1ContainerFluent.ResourcesNested<N>, V1ContainerFluent.SecurityContextNested<N>, V1ContainerFluent.StartupProbeNested<N>, V1ContainerFluent.VolumeDevicesNested<N>, V1ContainerFluent.VolumeMountsNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1ContainerFluentImpl(io.kubernetes.client.openapi.models.V1Container 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.V1EnvVarList<io.kubernetes.client.openapi.models.V1EnvFromSource>io.kubernetes.client.openapi.models.V1EnvFromSourcebuildEnvFrom(Integer index) io.kubernetes.client.openapi.models.V1EnvVario.kubernetes.client.openapi.models.V1EnvFromSourceio.kubernetes.client.openapi.models.V1ContainerPortio.kubernetes.client.openapi.models.V1VolumeDeviceio.kubernetes.client.openapi.models.V1VolumeMountio.kubernetes.client.openapi.models.V1EnvVario.kubernetes.client.openapi.models.V1EnvFromSourceio.kubernetes.client.openapi.models.V1ContainerPortio.kubernetes.client.openapi.models.V1VolumeDeviceio.kubernetes.client.openapi.models.V1VolumeMountio.kubernetes.client.openapi.models.V1Lifecycleio.kubernetes.client.openapi.models.V1Probeio.kubernetes.client.openapi.models.V1EnvVarbuildMatchingEnv(Predicate<V1EnvVarBuilder> predicate) io.kubernetes.client.openapi.models.V1EnvFromSourcebuildMatchingEnvFrom(Predicate<V1EnvFromSourceBuilder> predicate) io.kubernetes.client.openapi.models.V1ContainerPortbuildMatchingPort(Predicate<V1ContainerPortBuilder> predicate) io.kubernetes.client.openapi.models.V1VolumeDevicebuildMatchingVolumeDevice(Predicate<V1VolumeDeviceBuilder> predicate) io.kubernetes.client.openapi.models.V1VolumeMountbuildMatchingVolumeMount(Predicate<V1VolumeMountBuilder> predicate) io.kubernetes.client.openapi.models.V1ContainerPortList<io.kubernetes.client.openapi.models.V1ContainerPort>io.kubernetes.client.openapi.models.V1Probeio.kubernetes.client.openapi.models.V1ResourceRequirementsio.kubernetes.client.openapi.models.V1SecurityContextio.kubernetes.client.openapi.models.V1Probeio.kubernetes.client.openapi.models.V1VolumeDevicebuildVolumeDevice(Integer index) List<io.kubernetes.client.openapi.models.V1VolumeDevice>io.kubernetes.client.openapi.models.V1VolumeMountbuildVolumeMount(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) booleangetArgs()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.V1LifecycleDeprecated.io.kubernetes.client.openapi.models.V1ProbeDeprecated.getMatchingArg(Predicate<String> predicate) getMatchingCommand(Predicate<String> predicate) getName()List<io.kubernetes.client.openapi.models.V1ContainerPort>getPorts()Deprecated.io.kubernetes.client.openapi.models.V1ProbeDeprecated.io.kubernetes.client.openapi.models.V1ResourceRequirementsDeprecated.io.kubernetes.client.openapi.models.V1SecurityContextDeprecated.io.kubernetes.client.openapi.models.V1ProbeDeprecated.getStdin()getTty()List<io.kubernetes.client.openapi.models.V1VolumeDevice>Deprecated.List<io.kubernetes.client.openapi.models.V1VolumeMount>Deprecated.hasArgs()hasEnv()inthashCode()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) 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
-
V1ContainerFluentImpl
public V1ContainerFluentImpl() -
V1ContainerFluentImpl
public V1ContainerFluentImpl(io.kubernetes.client.openapi.models.V1Container instance)
-
-
Method Details
-
addToArgs
- Specified by:
addToArgsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
setToArgs
- Specified by:
setToArgsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addToArgs
- Specified by:
addToArgsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addAllToArgs
- Specified by:
addAllToArgsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
removeFromArgs
- Specified by:
removeFromArgsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
removeAllFromArgs
- Specified by:
removeAllFromArgsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getArgs
- Specified by:
getArgsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getArg
- Specified by:
getArgin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getFirstArg
- Specified by:
getFirstArgin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getLastArg
- Specified by:
getLastArgin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getMatchingArg
- Specified by:
getMatchingArgin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasMatchingArg
- Specified by:
hasMatchingArgin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withArgs
- Specified by:
withArgsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withArgs
- Specified by:
withArgsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasArgs
- Specified by:
hasArgsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addToCommand
- Specified by:
addToCommandin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
setToCommand
- Specified by:
setToCommandin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addToCommand
- Specified by:
addToCommandin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addAllToCommand
- Specified by:
addAllToCommandin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
removeFromCommand
- Specified by:
removeFromCommandin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
removeAllFromCommand
- Specified by:
removeAllFromCommandin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getCommand
- Specified by:
getCommandin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getCommand
- Specified by:
getCommandin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getFirstCommand
- Specified by:
getFirstCommandin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getLastCommand
- Specified by:
getLastCommandin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getMatchingCommand
- Specified by:
getMatchingCommandin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasMatchingCommand
- Specified by:
hasMatchingCommandin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withCommand
- Specified by:
withCommandin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withCommand
- Specified by:
withCommandin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasCommand
- Specified by:
hasCommandin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addToEnv
- Specified by:
addToEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
setToEnv
- Specified by:
setToEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addToEnv
- Specified by:
addToEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addAllToEnv
- Specified by:
addAllToEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
removeFromEnv
- Specified by:
removeFromEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
removeAllFromEnv
- Specified by:
removeAllFromEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
removeMatchingFromEnv
- Specified by:
removeMatchingFromEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getEnv
Deprecated.This method has been deprecated, please use method buildEnv instead.- Specified by:
getEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>- Returns:
- The buildable object.
-
buildEnv
- Specified by:
buildEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildEnv
- Specified by:
buildEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildFirstEnv
public io.kubernetes.client.openapi.models.V1EnvVar buildFirstEnv()- Specified by:
buildFirstEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildLastEnv
public io.kubernetes.client.openapi.models.V1EnvVar buildLastEnv()- Specified by:
buildLastEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildMatchingEnv
public io.kubernetes.client.openapi.models.V1EnvVar buildMatchingEnv(Predicate<V1EnvVarBuilder> predicate) - Specified by:
buildMatchingEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasMatchingEnv
- Specified by:
hasMatchingEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withEnv
- Specified by:
withEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withEnv
- Specified by:
withEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasEnv
- Specified by:
hasEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addNewEnv
- Specified by:
addNewEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addNewEnvLike
public V1ContainerFluent.EnvNested<A> addNewEnvLike(io.kubernetes.client.openapi.models.V1EnvVar item) - Specified by:
addNewEnvLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
setNewEnvLike
public V1ContainerFluent.EnvNested<A> setNewEnvLike(Integer index, io.kubernetes.client.openapi.models.V1EnvVar item) - Specified by:
setNewEnvLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editEnv
- Specified by:
editEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editFirstEnv
- Specified by:
editFirstEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editLastEnv
- Specified by:
editLastEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editMatchingEnv
- Specified by:
editMatchingEnvin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addToEnvFrom
- Specified by:
addToEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
setToEnvFrom
- Specified by:
setToEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addToEnvFrom
- Specified by:
addToEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addAllToEnvFrom
- Specified by:
addAllToEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
removeFromEnvFrom
- Specified by:
removeFromEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
removeAllFromEnvFrom
public A removeAllFromEnvFrom(Collection<io.kubernetes.client.openapi.models.V1EnvFromSource> items) - Specified by:
removeAllFromEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
removeMatchingFromEnvFrom
- Specified by:
removeMatchingFromEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getEnvFrom
Deprecated.This method has been deprecated, please use method buildEnvFrom instead.- Specified by:
getEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>- Returns:
- The buildable object.
-
buildEnvFrom
- Specified by:
buildEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildEnvFrom
- Specified by:
buildEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildFirstEnvFrom
public io.kubernetes.client.openapi.models.V1EnvFromSource buildFirstEnvFrom()- Specified by:
buildFirstEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildLastEnvFrom
public io.kubernetes.client.openapi.models.V1EnvFromSource buildLastEnvFrom()- Specified by:
buildLastEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildMatchingEnvFrom
public io.kubernetes.client.openapi.models.V1EnvFromSource buildMatchingEnvFrom(Predicate<V1EnvFromSourceBuilder> predicate) - Specified by:
buildMatchingEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasMatchingEnvFrom
- Specified by:
hasMatchingEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withEnvFrom
- Specified by:
withEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withEnvFrom
- Specified by:
withEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasEnvFrom
- Specified by:
hasEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addNewEnvFrom
- Specified by:
addNewEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addNewEnvFromLike
public V1ContainerFluent.EnvFromNested<A> addNewEnvFromLike(io.kubernetes.client.openapi.models.V1EnvFromSource item) - Specified by:
addNewEnvFromLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
setNewEnvFromLike
public V1ContainerFluent.EnvFromNested<A> setNewEnvFromLike(Integer index, io.kubernetes.client.openapi.models.V1EnvFromSource item) - Specified by:
setNewEnvFromLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editEnvFrom
- Specified by:
editEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editFirstEnvFrom
- Specified by:
editFirstEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editLastEnvFrom
- Specified by:
editLastEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editMatchingEnvFrom
public V1ContainerFluent.EnvFromNested<A> editMatchingEnvFrom(Predicate<V1EnvFromSourceBuilder> predicate) - Specified by:
editMatchingEnvFromin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getImage
- Specified by:
getImagein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withImage
- Specified by:
withImagein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasImage
- Specified by:
hasImagein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getImagePullPolicy
- Specified by:
getImagePullPolicyin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withImagePullPolicy
- Specified by:
withImagePullPolicyin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasImagePullPolicy
- Specified by:
hasImagePullPolicyin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getLifecycle
Deprecated.This method has been deprecated, please use method buildLifecycle instead.- Specified by:
getLifecyclein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>- Returns:
- The buildable object.
-
buildLifecycle
public io.kubernetes.client.openapi.models.V1Lifecycle buildLifecycle()- Specified by:
buildLifecyclein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withLifecycle
- Specified by:
withLifecyclein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasLifecycle
- Specified by:
hasLifecyclein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withNewLifecycle
- Specified by:
withNewLifecyclein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withNewLifecycleLike
public V1ContainerFluent.LifecycleNested<A> withNewLifecycleLike(io.kubernetes.client.openapi.models.V1Lifecycle item) - Specified by:
withNewLifecycleLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editLifecycle
- Specified by:
editLifecyclein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editOrNewLifecycle
- Specified by:
editOrNewLifecyclein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editOrNewLifecycleLike
public V1ContainerFluent.LifecycleNested<A> editOrNewLifecycleLike(io.kubernetes.client.openapi.models.V1Lifecycle item) - Specified by:
editOrNewLifecycleLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getLivenessProbe
Deprecated.This method has been deprecated, please use method buildLivenessProbe instead.- Specified by:
getLivenessProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>- Returns:
- The buildable object.
-
buildLivenessProbe
public io.kubernetes.client.openapi.models.V1Probe buildLivenessProbe()- Specified by:
buildLivenessProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withLivenessProbe
- Specified by:
withLivenessProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasLivenessProbe
- Specified by:
hasLivenessProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withNewLivenessProbe
- Specified by:
withNewLivenessProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withNewLivenessProbeLike
public V1ContainerFluent.LivenessProbeNested<A> withNewLivenessProbeLike(io.kubernetes.client.openapi.models.V1Probe item) - Specified by:
withNewLivenessProbeLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editLivenessProbe
- Specified by:
editLivenessProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editOrNewLivenessProbe
- Specified by:
editOrNewLivenessProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editOrNewLivenessProbeLike
public V1ContainerFluent.LivenessProbeNested<A> editOrNewLivenessProbeLike(io.kubernetes.client.openapi.models.V1Probe item) - Specified by:
editOrNewLivenessProbeLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getName
- Specified by:
getNamein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withName
- Specified by:
withNamein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addToPorts
- Specified by:
addToPortsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
setToPorts
- Specified by:
setToPortsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addToPorts
- Specified by:
addToPortsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addAllToPorts
- Specified by:
addAllToPortsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
removeFromPorts
- Specified by:
removeFromPortsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
removeAllFromPorts
- Specified by:
removeAllFromPortsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
removeMatchingFromPorts
- Specified by:
removeMatchingFromPortsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getPorts
Deprecated.This method has been deprecated, please use method buildPorts instead.- Specified by:
getPortsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>- Returns:
- The buildable object.
-
buildPorts
- Specified by:
buildPortsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildPort
- Specified by:
buildPortin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildFirstPort
public io.kubernetes.client.openapi.models.V1ContainerPort buildFirstPort()- Specified by:
buildFirstPortin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildLastPort
public io.kubernetes.client.openapi.models.V1ContainerPort buildLastPort()- Specified by:
buildLastPortin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildMatchingPort
public io.kubernetes.client.openapi.models.V1ContainerPort buildMatchingPort(Predicate<V1ContainerPortBuilder> predicate) - Specified by:
buildMatchingPortin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasMatchingPort
- Specified by:
hasMatchingPortin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withPorts
- Specified by:
withPortsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withPorts
- Specified by:
withPortsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasPorts
- Specified by:
hasPortsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addNewPort
- Specified by:
addNewPortin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addNewPortLike
public V1ContainerFluent.PortsNested<A> addNewPortLike(io.kubernetes.client.openapi.models.V1ContainerPort item) - Specified by:
addNewPortLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
setNewPortLike
public V1ContainerFluent.PortsNested<A> setNewPortLike(Integer index, io.kubernetes.client.openapi.models.V1ContainerPort item) - Specified by:
setNewPortLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editPort
- Specified by:
editPortin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editFirstPort
- Specified by:
editFirstPortin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editLastPort
- Specified by:
editLastPortin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editMatchingPort
public V1ContainerFluent.PortsNested<A> editMatchingPort(Predicate<V1ContainerPortBuilder> predicate) - Specified by:
editMatchingPortin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getReadinessProbe
Deprecated.This method has been deprecated, please use method buildReadinessProbe instead.- Specified by:
getReadinessProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>- Returns:
- The buildable object.
-
buildReadinessProbe
public io.kubernetes.client.openapi.models.V1Probe buildReadinessProbe()- Specified by:
buildReadinessProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withReadinessProbe
- Specified by:
withReadinessProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasReadinessProbe
- Specified by:
hasReadinessProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withNewReadinessProbe
- Specified by:
withNewReadinessProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withNewReadinessProbeLike
public V1ContainerFluent.ReadinessProbeNested<A> withNewReadinessProbeLike(io.kubernetes.client.openapi.models.V1Probe item) - Specified by:
withNewReadinessProbeLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editReadinessProbe
- Specified by:
editReadinessProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editOrNewReadinessProbe
- Specified by:
editOrNewReadinessProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editOrNewReadinessProbeLike
public V1ContainerFluent.ReadinessProbeNested<A> editOrNewReadinessProbeLike(io.kubernetes.client.openapi.models.V1Probe item) - Specified by:
editOrNewReadinessProbeLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getResources
Deprecated.This method has been deprecated, please use method buildResources instead.- Specified by:
getResourcesin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>- Returns:
- The buildable object.
-
buildResources
public io.kubernetes.client.openapi.models.V1ResourceRequirements buildResources()- Specified by:
buildResourcesin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withResources
- Specified by:
withResourcesin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasResources
- Specified by:
hasResourcesin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withNewResources
- Specified by:
withNewResourcesin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withNewResourcesLike
public V1ContainerFluent.ResourcesNested<A> withNewResourcesLike(io.kubernetes.client.openapi.models.V1ResourceRequirements item) - Specified by:
withNewResourcesLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editResources
- Specified by:
editResourcesin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editOrNewResources
- Specified by:
editOrNewResourcesin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editOrNewResourcesLike
public V1ContainerFluent.ResourcesNested<A> editOrNewResourcesLike(io.kubernetes.client.openapi.models.V1ResourceRequirements item) - Specified by:
editOrNewResourcesLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getSecurityContext
Deprecated.This method has been deprecated, please use method buildSecurityContext instead.- Specified by:
getSecurityContextin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>- Returns:
- The buildable object.
-
buildSecurityContext
public io.kubernetes.client.openapi.models.V1SecurityContext buildSecurityContext()- Specified by:
buildSecurityContextin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withSecurityContext
- Specified by:
withSecurityContextin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasSecurityContext
- Specified by:
hasSecurityContextin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withNewSecurityContext
- Specified by:
withNewSecurityContextin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withNewSecurityContextLike
public V1ContainerFluent.SecurityContextNested<A> withNewSecurityContextLike(io.kubernetes.client.openapi.models.V1SecurityContext item) - Specified by:
withNewSecurityContextLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editSecurityContext
- Specified by:
editSecurityContextin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editOrNewSecurityContext
- Specified by:
editOrNewSecurityContextin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editOrNewSecurityContextLike
public V1ContainerFluent.SecurityContextNested<A> editOrNewSecurityContextLike(io.kubernetes.client.openapi.models.V1SecurityContext item) - Specified by:
editOrNewSecurityContextLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getStartupProbe
Deprecated.This method has been deprecated, please use method buildStartupProbe instead.- Specified by:
getStartupProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>- Returns:
- The buildable object.
-
buildStartupProbe
public io.kubernetes.client.openapi.models.V1Probe buildStartupProbe()- Specified by:
buildStartupProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withStartupProbe
- Specified by:
withStartupProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasStartupProbe
- Specified by:
hasStartupProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withNewStartupProbe
- Specified by:
withNewStartupProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withNewStartupProbeLike
public V1ContainerFluent.StartupProbeNested<A> withNewStartupProbeLike(io.kubernetes.client.openapi.models.V1Probe item) - Specified by:
withNewStartupProbeLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editStartupProbe
- Specified by:
editStartupProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editOrNewStartupProbe
- Specified by:
editOrNewStartupProbein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editOrNewStartupProbeLike
public V1ContainerFluent.StartupProbeNested<A> editOrNewStartupProbeLike(io.kubernetes.client.openapi.models.V1Probe item) - Specified by:
editOrNewStartupProbeLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getStdin
- Specified by:
getStdinin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withStdin
- Specified by:
withStdinin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasStdin
- Specified by:
hasStdinin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getStdinOnce
- Specified by:
getStdinOncein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withStdinOnce
- Specified by:
withStdinOncein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasStdinOnce
- Specified by:
hasStdinOncein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getTerminationMessagePath
- Specified by:
getTerminationMessagePathin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withTerminationMessagePath
- Specified by:
withTerminationMessagePathin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasTerminationMessagePath
- Specified by:
hasTerminationMessagePathin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getTerminationMessagePolicy
- Specified by:
getTerminationMessagePolicyin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withTerminationMessagePolicy
- Specified by:
withTerminationMessagePolicyin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasTerminationMessagePolicy
- Specified by:
hasTerminationMessagePolicyin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getTty
- Specified by:
getTtyin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withTty
- Specified by:
withTtyin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasTty
- Specified by:
hasTtyin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addToVolumeDevices
- Specified by:
addToVolumeDevicesin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
setToVolumeDevices
- Specified by:
setToVolumeDevicesin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addToVolumeDevices
- Specified by:
addToVolumeDevicesin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addAllToVolumeDevices
public A addAllToVolumeDevices(Collection<io.kubernetes.client.openapi.models.V1VolumeDevice> items) - Specified by:
addAllToVolumeDevicesin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
removeFromVolumeDevices
- Specified by:
removeFromVolumeDevicesin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
removeAllFromVolumeDevices
public A removeAllFromVolumeDevices(Collection<io.kubernetes.client.openapi.models.V1VolumeDevice> items) - Specified by:
removeAllFromVolumeDevicesin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
removeMatchingFromVolumeDevices
- Specified by:
removeMatchingFromVolumeDevicesin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getVolumeDevices
Deprecated.This method has been deprecated, please use method buildVolumeDevices instead.- Specified by:
getVolumeDevicesin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>- Returns:
- The buildable object.
-
buildVolumeDevices
- Specified by:
buildVolumeDevicesin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildVolumeDevice
- Specified by:
buildVolumeDevicein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildFirstVolumeDevice
public io.kubernetes.client.openapi.models.V1VolumeDevice buildFirstVolumeDevice()- Specified by:
buildFirstVolumeDevicein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildLastVolumeDevice
public io.kubernetes.client.openapi.models.V1VolumeDevice buildLastVolumeDevice()- Specified by:
buildLastVolumeDevicein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildMatchingVolumeDevice
public io.kubernetes.client.openapi.models.V1VolumeDevice buildMatchingVolumeDevice(Predicate<V1VolumeDeviceBuilder> predicate) - Specified by:
buildMatchingVolumeDevicein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasMatchingVolumeDevice
- Specified by:
hasMatchingVolumeDevicein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withVolumeDevices
- Specified by:
withVolumeDevicesin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withVolumeDevices
- Specified by:
withVolumeDevicesin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasVolumeDevices
- Specified by:
hasVolumeDevicesin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addNewVolumeDevice
- Specified by:
addNewVolumeDevicein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addNewVolumeDeviceLike
public V1ContainerFluent.VolumeDevicesNested<A> addNewVolumeDeviceLike(io.kubernetes.client.openapi.models.V1VolumeDevice item) - Specified by:
addNewVolumeDeviceLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
setNewVolumeDeviceLike
public V1ContainerFluent.VolumeDevicesNested<A> setNewVolumeDeviceLike(Integer index, io.kubernetes.client.openapi.models.V1VolumeDevice item) - Specified by:
setNewVolumeDeviceLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editVolumeDevice
- Specified by:
editVolumeDevicein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editFirstVolumeDevice
- Specified by:
editFirstVolumeDevicein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editLastVolumeDevice
- Specified by:
editLastVolumeDevicein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editMatchingVolumeDevice
public V1ContainerFluent.VolumeDevicesNested<A> editMatchingVolumeDevice(Predicate<V1VolumeDeviceBuilder> predicate) - Specified by:
editMatchingVolumeDevicein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addToVolumeMounts
- Specified by:
addToVolumeMountsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
setToVolumeMounts
- Specified by:
setToVolumeMountsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addToVolumeMounts
- Specified by:
addToVolumeMountsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addAllToVolumeMounts
- Specified by:
addAllToVolumeMountsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
removeFromVolumeMounts
- Specified by:
removeFromVolumeMountsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
removeAllFromVolumeMounts
public A removeAllFromVolumeMounts(Collection<io.kubernetes.client.openapi.models.V1VolumeMount> items) - Specified by:
removeAllFromVolumeMountsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
removeMatchingFromVolumeMounts
- Specified by:
removeMatchingFromVolumeMountsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getVolumeMounts
Deprecated.This method has been deprecated, please use method buildVolumeMounts instead.- Specified by:
getVolumeMountsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>- Returns:
- The buildable object.
-
buildVolumeMounts
- Specified by:
buildVolumeMountsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildVolumeMount
- Specified by:
buildVolumeMountin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildFirstVolumeMount
public io.kubernetes.client.openapi.models.V1VolumeMount buildFirstVolumeMount()- Specified by:
buildFirstVolumeMountin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildLastVolumeMount
public io.kubernetes.client.openapi.models.V1VolumeMount buildLastVolumeMount()- Specified by:
buildLastVolumeMountin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
buildMatchingVolumeMount
public io.kubernetes.client.openapi.models.V1VolumeMount buildMatchingVolumeMount(Predicate<V1VolumeMountBuilder> predicate) - Specified by:
buildMatchingVolumeMountin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasMatchingVolumeMount
- Specified by:
hasMatchingVolumeMountin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withVolumeMounts
- Specified by:
withVolumeMountsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withVolumeMounts
- Specified by:
withVolumeMountsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasVolumeMounts
- Specified by:
hasVolumeMountsin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addNewVolumeMount
- Specified by:
addNewVolumeMountin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
addNewVolumeMountLike
public V1ContainerFluent.VolumeMountsNested<A> addNewVolumeMountLike(io.kubernetes.client.openapi.models.V1VolumeMount item) - Specified by:
addNewVolumeMountLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
setNewVolumeMountLike
public V1ContainerFluent.VolumeMountsNested<A> setNewVolumeMountLike(Integer index, io.kubernetes.client.openapi.models.V1VolumeMount item) - Specified by:
setNewVolumeMountLikein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editVolumeMount
- Specified by:
editVolumeMountin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editFirstVolumeMount
- Specified by:
editFirstVolumeMountin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editLastVolumeMount
- Specified by:
editLastVolumeMountin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
editMatchingVolumeMount
public V1ContainerFluent.VolumeMountsNested<A> editMatchingVolumeMount(Predicate<V1VolumeMountBuilder> predicate) - Specified by:
editMatchingVolumeMountin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
getWorkingDir
- Specified by:
getWorkingDirin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withWorkingDir
- Specified by:
withWorkingDirin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
hasWorkingDir
- Specified by:
hasWorkingDirin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1ContainerFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1ContainerFluent<A>>
-
toString
-
withStdin
- Specified by:
withStdinin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withStdinOnce
- Specified by:
withStdinOncein interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-
withTty
- Specified by:
withTtyin interfaceV1ContainerFluent<A extends V1ContainerFluent<A>>
-