public class SidecarFluentImpl<A extends SidecarFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SidecarFluent<A>
SidecarFluent.ComputeResourcesNested<N>, SidecarFluent.EnvNested<N>, SidecarFluent.PortsNested<N>, SidecarFluent.VolumeMountsNested<N>, SidecarFluent.WorkspacesNested<N>| Constructor and Description |
|---|
SidecarFluentImpl() |
SidecarFluentImpl(Sidecar instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToArgs(Collection<String> items) |
A |
addAllToCommand(Collection<String> items) |
A |
addAllToEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items) |
A |
addAllToEnvFrom(Collection<io.fabric8.kubernetes.api.model.EnvFromSource> items) |
A |
addAllToPorts(Collection<io.fabric8.kubernetes.api.model.ContainerPort> items) |
A |
addAllToVolumeDevices(Collection<io.fabric8.kubernetes.api.model.VolumeDevice> items) |
A |
addAllToVolumeMounts(Collection<io.fabric8.kubernetes.api.model.VolumeMount> items) |
A |
addAllToWorkspaces(Collection<WorkspaceUsage> items) |
SidecarFluent.EnvNested<A> |
addNewEnv() |
SidecarFluent.EnvNested<A> |
addNewEnvLike(io.fabric8.kubernetes.api.model.EnvVar item) |
SidecarFluent.PortsNested<A> |
addNewPort() |
A |
addNewPort(Integer containerPort,
String hostIP,
Integer hostPort,
String name,
String protocol) |
SidecarFluent.PortsNested<A> |
addNewPortLike(io.fabric8.kubernetes.api.model.ContainerPort item) |
A |
addNewVolumeDevice(String devicePath,
String name) |
SidecarFluent.VolumeMountsNested<A> |
addNewVolumeMount() |
SidecarFluent.VolumeMountsNested<A> |
addNewVolumeMountLike(io.fabric8.kubernetes.api.model.VolumeMount item) |
SidecarFluent.WorkspacesNested<A> |
addNewWorkspace() |
A |
addNewWorkspace(String mountPath,
String name) |
SidecarFluent.WorkspacesNested<A> |
addNewWorkspaceLike(WorkspaceUsage item) |
A |
addToArgs(int index,
String item) |
A |
addToArgs(String... items) |
A |
addToCommand(int index,
String item) |
A |
addToCommand(String... items) |
A |
addToEnv(io.fabric8.kubernetes.api.model.EnvVar... items) |
A |
addToEnv(int index,
io.fabric8.kubernetes.api.model.EnvVar item) |
A |
addToEnvFrom(io.fabric8.kubernetes.api.model.EnvFromSource... items) |
A |
addToEnvFrom(int index,
io.fabric8.kubernetes.api.model.EnvFromSource item) |
A |
addToPorts(io.fabric8.kubernetes.api.model.ContainerPort... items) |
A |
addToPorts(int index,
io.fabric8.kubernetes.api.model.ContainerPort item) |
A |
addToVolumeDevices(int index,
io.fabric8.kubernetes.api.model.VolumeDevice item) |
A |
addToVolumeDevices(io.fabric8.kubernetes.api.model.VolumeDevice... items) |
A |
addToVolumeMounts(int index,
io.fabric8.kubernetes.api.model.VolumeMount item) |
A |
addToVolumeMounts(io.fabric8.kubernetes.api.model.VolumeMount... items) |
A |
addToWorkspaces(int index,
WorkspaceUsage item) |
A |
addToWorkspaces(WorkspaceUsage... items) |
io.fabric8.kubernetes.api.model.ResourceRequirements |
buildComputeResources() |
List<io.fabric8.kubernetes.api.model.EnvVar> |
buildEnv() |
io.fabric8.kubernetes.api.model.EnvVar |
buildEnv(int index) |
io.fabric8.kubernetes.api.model.EnvVar |
buildFirstEnv() |
io.fabric8.kubernetes.api.model.ContainerPort |
buildFirstPort() |
io.fabric8.kubernetes.api.model.VolumeMount |
buildFirstVolumeMount() |
WorkspaceUsage |
buildFirstWorkspace() |
io.fabric8.kubernetes.api.model.EnvVar |
buildLastEnv() |
io.fabric8.kubernetes.api.model.ContainerPort |
buildLastPort() |
io.fabric8.kubernetes.api.model.VolumeMount |
buildLastVolumeMount() |
WorkspaceUsage |
buildLastWorkspace() |
io.fabric8.kubernetes.api.model.EnvVar |
buildMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate) |
io.fabric8.kubernetes.api.model.ContainerPort |
buildMatchingPort(Predicate<io.fabric8.kubernetes.api.model.ContainerPortBuilder> predicate) |
io.fabric8.kubernetes.api.model.VolumeMount |
buildMatchingVolumeMount(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate) |
WorkspaceUsage |
buildMatchingWorkspace(Predicate<WorkspaceUsageBuilder> predicate) |
io.fabric8.kubernetes.api.model.ContainerPort |
buildPort(int index) |
List<io.fabric8.kubernetes.api.model.ContainerPort> |
buildPorts() |
io.fabric8.kubernetes.api.model.VolumeMount |
buildVolumeMount(int index) |
List<io.fabric8.kubernetes.api.model.VolumeMount> |
buildVolumeMounts() |
WorkspaceUsage |
buildWorkspace(int index) |
List<WorkspaceUsage> |
buildWorkspaces() |
SidecarFluent.ComputeResourcesNested<A> |
editComputeResources() |
SidecarFluent.EnvNested<A> |
editEnv(int index) |
SidecarFluent.EnvNested<A> |
editFirstEnv() |
SidecarFluent.PortsNested<A> |
editFirstPort() |
SidecarFluent.VolumeMountsNested<A> |
editFirstVolumeMount() |
SidecarFluent.WorkspacesNested<A> |
editFirstWorkspace() |
SidecarFluent.EnvNested<A> |
editLastEnv() |
SidecarFluent.PortsNested<A> |
editLastPort() |
SidecarFluent.VolumeMountsNested<A> |
editLastVolumeMount() |
SidecarFluent.WorkspacesNested<A> |
editLastWorkspace() |
SidecarFluent.EnvNested<A> |
editMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate) |
SidecarFluent.PortsNested<A> |
editMatchingPort(Predicate<io.fabric8.kubernetes.api.model.ContainerPortBuilder> predicate) |
SidecarFluent.VolumeMountsNested<A> |
editMatchingVolumeMount(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate) |
SidecarFluent.WorkspacesNested<A> |
editMatchingWorkspace(Predicate<WorkspaceUsageBuilder> predicate) |
SidecarFluent.ComputeResourcesNested<A> |
editOrNewComputeResources() |
SidecarFluent.ComputeResourcesNested<A> |
editOrNewComputeResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item) |
SidecarFluent.PortsNested<A> |
editPort(int index) |
SidecarFluent.VolumeMountsNested<A> |
editVolumeMount(int index) |
SidecarFluent.WorkspacesNested<A> |
editWorkspace(int index) |
boolean |
equals(Object o) |
String |
getArg(int index) |
List<String> |
getArgs() |
List<String> |
getCommand() |
String |
getCommand(int index) |
io.fabric8.kubernetes.api.model.ResourceRequirements |
getComputeResources()
Deprecated.
|
List<io.fabric8.kubernetes.api.model.EnvVar> |
getEnv()
Deprecated.
|
List<io.fabric8.kubernetes.api.model.EnvFromSource> |
getEnvFrom() |
io.fabric8.kubernetes.api.model.EnvFromSource |
getEnvFrom(int index) |
String |
getFirstArg() |
String |
getFirstCommand() |
io.fabric8.kubernetes.api.model.EnvFromSource |
getFirstEnvFrom() |
io.fabric8.kubernetes.api.model.VolumeDevice |
getFirstVolumeDevice() |
String |
getImage() |
String |
getImagePullPolicy() |
String |
getLastArg() |
String |
getLastCommand() |
io.fabric8.kubernetes.api.model.EnvFromSource |
getLastEnvFrom() |
io.fabric8.kubernetes.api.model.VolumeDevice |
getLastVolumeDevice() |
io.fabric8.kubernetes.api.model.Lifecycle |
getLifecycle() |
io.fabric8.kubernetes.api.model.Probe |
getLivenessProbe() |
String |
getMatchingArg(Predicate<String> predicate) |
String |
getMatchingCommand(Predicate<String> predicate) |
io.fabric8.kubernetes.api.model.EnvFromSource |
getMatchingEnvFrom(Predicate<io.fabric8.kubernetes.api.model.EnvFromSource> predicate) |
io.fabric8.kubernetes.api.model.VolumeDevice |
getMatchingVolumeDevice(Predicate<io.fabric8.kubernetes.api.model.VolumeDevice> predicate) |
String |
getName() |
List<io.fabric8.kubernetes.api.model.ContainerPort> |
getPorts()
Deprecated.
|
io.fabric8.kubernetes.api.model.Probe |
getReadinessProbe() |
String |
getScript() |
io.fabric8.kubernetes.api.model.SecurityContext |
getSecurityContext() |
io.fabric8.kubernetes.api.model.Probe |
getStartupProbe() |
Boolean |
getStdin() |
Boolean |
getStdinOnce() |
String |
getTerminationMessagePath() |
String |
getTerminationMessagePolicy() |
Boolean |
getTty() |
io.fabric8.kubernetes.api.model.VolumeDevice |
getVolumeDevice(int index) |
List<io.fabric8.kubernetes.api.model.VolumeDevice> |
getVolumeDevices() |
List<io.fabric8.kubernetes.api.model.VolumeMount> |
getVolumeMounts()
Deprecated.
|
String |
getWorkingDir() |
List<WorkspaceUsage> |
getWorkspaces()
Deprecated.
|
Boolean |
hasArgs() |
Boolean |
hasCommand() |
Boolean |
hasComputeResources() |
Boolean |
hasEnv() |
Boolean |
hasEnvFrom() |
int |
hashCode() |
Boolean |
hasImage() |
Boolean |
hasImagePullPolicy() |
Boolean |
hasLifecycle() |
Boolean |
hasLivenessProbe() |
Boolean |
hasMatchingArg(Predicate<String> predicate) |
Boolean |
hasMatchingCommand(Predicate<String> predicate) |
Boolean |
hasMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate) |
Boolean |
hasMatchingEnvFrom(Predicate<io.fabric8.kubernetes.api.model.EnvFromSource> predicate) |
Boolean |
hasMatchingPort(Predicate<io.fabric8.kubernetes.api.model.ContainerPortBuilder> predicate) |
Boolean |
hasMatchingVolumeDevice(Predicate<io.fabric8.kubernetes.api.model.VolumeDevice> predicate) |
Boolean |
hasMatchingVolumeMount(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate) |
Boolean |
hasMatchingWorkspace(Predicate<WorkspaceUsageBuilder> predicate) |
Boolean |
hasName() |
Boolean |
hasPorts() |
Boolean |
hasReadinessProbe() |
Boolean |
hasScript() |
Boolean |
hasSecurityContext() |
Boolean |
hasStartupProbe() |
Boolean |
hasStdin() |
Boolean |
hasStdinOnce() |
Boolean |
hasTerminationMessagePath() |
Boolean |
hasTerminationMessagePolicy() |
Boolean |
hasTty() |
Boolean |
hasVolumeDevices() |
Boolean |
hasVolumeMounts() |
Boolean |
hasWorkingDir() |
Boolean |
hasWorkspaces() |
A |
removeAllFromArgs(Collection<String> items) |
A |
removeAllFromCommand(Collection<String> items) |
A |
removeAllFromEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items) |
A |
removeAllFromEnvFrom(Collection<io.fabric8.kubernetes.api.model.EnvFromSource> items) |
A |
removeAllFromPorts(Collection<io.fabric8.kubernetes.api.model.ContainerPort> items) |
A |
removeAllFromVolumeDevices(Collection<io.fabric8.kubernetes.api.model.VolumeDevice> items) |
A |
removeAllFromVolumeMounts(Collection<io.fabric8.kubernetes.api.model.VolumeMount> items) |
A |
removeAllFromWorkspaces(Collection<WorkspaceUsage> items) |
A |
removeFromArgs(String... items) |
A |
removeFromCommand(String... items) |
A |
removeFromEnv(io.fabric8.kubernetes.api.model.EnvVar... items) |
A |
removeFromEnvFrom(io.fabric8.kubernetes.api.model.EnvFromSource... items) |
A |
removeFromPorts(io.fabric8.kubernetes.api.model.ContainerPort... items) |
A |
removeFromVolumeDevices(io.fabric8.kubernetes.api.model.VolumeDevice... items) |
A |
removeFromVolumeMounts(io.fabric8.kubernetes.api.model.VolumeMount... items) |
A |
removeFromWorkspaces(WorkspaceUsage... items) |
A |
removeMatchingFromEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate) |
A |
removeMatchingFromPorts(Predicate<io.fabric8.kubernetes.api.model.ContainerPortBuilder> predicate) |
A |
removeMatchingFromVolumeMounts(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate) |
A |
removeMatchingFromWorkspaces(Predicate<WorkspaceUsageBuilder> predicate) |
SidecarFluent.EnvNested<A> |
setNewEnvLike(int index,
io.fabric8.kubernetes.api.model.EnvVar item) |
SidecarFluent.PortsNested<A> |
setNewPortLike(int index,
io.fabric8.kubernetes.api.model.ContainerPort item) |
SidecarFluent.VolumeMountsNested<A> |
setNewVolumeMountLike(int index,
io.fabric8.kubernetes.api.model.VolumeMount item) |
SidecarFluent.WorkspacesNested<A> |
setNewWorkspaceLike(int index,
WorkspaceUsage item) |
A |
setToArgs(int index,
String item) |
A |
setToCommand(int index,
String item) |
A |
setToEnv(int index,
io.fabric8.kubernetes.api.model.EnvVar item) |
A |
setToEnvFrom(int index,
io.fabric8.kubernetes.api.model.EnvFromSource item) |
A |
setToPorts(int index,
io.fabric8.kubernetes.api.model.ContainerPort item) |
A |
setToVolumeDevices(int index,
io.fabric8.kubernetes.api.model.VolumeDevice item) |
A |
setToVolumeMounts(int index,
io.fabric8.kubernetes.api.model.VolumeMount item) |
A |
setToWorkspaces(int index,
WorkspaceUsage item) |
String |
toString() |
A |
withArgs(List<String> args) |
A |
withArgs(String... args) |
A |
withCommand(List<String> command) |
A |
withCommand(String... command) |
A |
withComputeResources(io.fabric8.kubernetes.api.model.ResourceRequirements computeResources) |
A |
withEnv(io.fabric8.kubernetes.api.model.EnvVar... env) |
A |
withEnv(List<io.fabric8.kubernetes.api.model.EnvVar> env) |
A |
withEnvFrom(io.fabric8.kubernetes.api.model.EnvFromSource... envFrom) |
A |
withEnvFrom(List<io.fabric8.kubernetes.api.model.EnvFromSource> envFrom) |
A |
withImage(String image) |
A |
withImagePullPolicy(String imagePullPolicy) |
A |
withLifecycle(io.fabric8.kubernetes.api.model.Lifecycle lifecycle) |
A |
withLivenessProbe(io.fabric8.kubernetes.api.model.Probe livenessProbe) |
A |
withName(String name) |
SidecarFluent.ComputeResourcesNested<A> |
withNewComputeResources() |
SidecarFluent.ComputeResourcesNested<A> |
withNewComputeResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item) |
A |
withPorts(io.fabric8.kubernetes.api.model.ContainerPort... ports) |
A |
withPorts(List<io.fabric8.kubernetes.api.model.ContainerPort> ports) |
A |
withReadinessProbe(io.fabric8.kubernetes.api.model.Probe readinessProbe) |
A |
withScript(String script) |
A |
withSecurityContext(io.fabric8.kubernetes.api.model.SecurityContext securityContext) |
A |
withStartupProbe(io.fabric8.kubernetes.api.model.Probe startupProbe) |
A |
withStdin() |
A |
withStdin(Boolean stdin) |
A |
withStdinOnce() |
A |
withStdinOnce(Boolean stdinOnce) |
A |
withTerminationMessagePath(String terminationMessagePath) |
A |
withTerminationMessagePolicy(String terminationMessagePolicy) |
A |
withTty() |
A |
withTty(Boolean tty) |
A |
withVolumeDevices(List<io.fabric8.kubernetes.api.model.VolumeDevice> volumeDevices) |
A |
withVolumeDevices(io.fabric8.kubernetes.api.model.VolumeDevice... volumeDevices) |
A |
withVolumeMounts(List<io.fabric8.kubernetes.api.model.VolumeMount> volumeMounts) |
A |
withVolumeMounts(io.fabric8.kubernetes.api.model.VolumeMount... volumeMounts) |
A |
withWorkingDir(String workingDir) |
A |
withWorkspaces(List<WorkspaceUsage> workspaces) |
A |
withWorkspaces(WorkspaceUsage... workspaces) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SidecarFluentImpl()
public SidecarFluentImpl(Sidecar instance)
public A addToArgs(int index, String item)
addToArgs in interface SidecarFluent<A extends SidecarFluent<A>>public A setToArgs(int index, String item)
setToArgs in interface SidecarFluent<A extends SidecarFluent<A>>public A addToArgs(String... items)
addToArgs in interface SidecarFluent<A extends SidecarFluent<A>>public A addAllToArgs(Collection<String> items)
addAllToArgs in interface SidecarFluent<A extends SidecarFluent<A>>public A removeFromArgs(String... items)
removeFromArgs in interface SidecarFluent<A extends SidecarFluent<A>>public A removeAllFromArgs(Collection<String> items)
removeAllFromArgs in interface SidecarFluent<A extends SidecarFluent<A>>public List<String> getArgs()
getArgs in interface SidecarFluent<A extends SidecarFluent<A>>public String getArg(int index)
getArg in interface SidecarFluent<A extends SidecarFluent<A>>public String getFirstArg()
getFirstArg in interface SidecarFluent<A extends SidecarFluent<A>>public String getLastArg()
getLastArg in interface SidecarFluent<A extends SidecarFluent<A>>public String getMatchingArg(Predicate<String> predicate)
getMatchingArg in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasMatchingArg(Predicate<String> predicate)
hasMatchingArg in interface SidecarFluent<A extends SidecarFluent<A>>public A withArgs(List<String> args)
withArgs in interface SidecarFluent<A extends SidecarFluent<A>>public A withArgs(String... args)
withArgs in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasArgs()
hasArgs in interface SidecarFluent<A extends SidecarFluent<A>>public A addToCommand(int index, String item)
addToCommand in interface SidecarFluent<A extends SidecarFluent<A>>public A setToCommand(int index, String item)
setToCommand in interface SidecarFluent<A extends SidecarFluent<A>>public A addToCommand(String... items)
addToCommand in interface SidecarFluent<A extends SidecarFluent<A>>public A addAllToCommand(Collection<String> items)
addAllToCommand in interface SidecarFluent<A extends SidecarFluent<A>>public A removeFromCommand(String... items)
removeFromCommand in interface SidecarFluent<A extends SidecarFluent<A>>public A removeAllFromCommand(Collection<String> items)
removeAllFromCommand in interface SidecarFluent<A extends SidecarFluent<A>>public List<String> getCommand()
getCommand in interface SidecarFluent<A extends SidecarFluent<A>>public String getCommand(int index)
getCommand in interface SidecarFluent<A extends SidecarFluent<A>>public String getFirstCommand()
getFirstCommand in interface SidecarFluent<A extends SidecarFluent<A>>public String getLastCommand()
getLastCommand in interface SidecarFluent<A extends SidecarFluent<A>>public String getMatchingCommand(Predicate<String> predicate)
getMatchingCommand in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasMatchingCommand(Predicate<String> predicate)
hasMatchingCommand in interface SidecarFluent<A extends SidecarFluent<A>>public A withCommand(List<String> command)
withCommand in interface SidecarFluent<A extends SidecarFluent<A>>public A withCommand(String... command)
withCommand in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasCommand()
hasCommand in interface SidecarFluent<A extends SidecarFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.ResourceRequirements getComputeResources()
getComputeResources in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.ResourceRequirements buildComputeResources()
buildComputeResources in interface SidecarFluent<A extends SidecarFluent<A>>public A withComputeResources(io.fabric8.kubernetes.api.model.ResourceRequirements computeResources)
withComputeResources in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasComputeResources()
hasComputeResources in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.ComputeResourcesNested<A> withNewComputeResources()
withNewComputeResources in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.ComputeResourcesNested<A> withNewComputeResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item)
withNewComputeResourcesLike in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.ComputeResourcesNested<A> editComputeResources()
editComputeResources in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.ComputeResourcesNested<A> editOrNewComputeResources()
editOrNewComputeResources in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.ComputeResourcesNested<A> editOrNewComputeResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item)
editOrNewComputeResourcesLike in interface SidecarFluent<A extends SidecarFluent<A>>public A addToEnv(int index, io.fabric8.kubernetes.api.model.EnvVar item)
addToEnv in interface SidecarFluent<A extends SidecarFluent<A>>public A setToEnv(int index, io.fabric8.kubernetes.api.model.EnvVar item)
setToEnv in interface SidecarFluent<A extends SidecarFluent<A>>public A addToEnv(io.fabric8.kubernetes.api.model.EnvVar... items)
addToEnv in interface SidecarFluent<A extends SidecarFluent<A>>public A addAllToEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items)
addAllToEnv in interface SidecarFluent<A extends SidecarFluent<A>>public A removeFromEnv(io.fabric8.kubernetes.api.model.EnvVar... items)
removeFromEnv in interface SidecarFluent<A extends SidecarFluent<A>>public A removeAllFromEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items)
removeAllFromEnv in interface SidecarFluent<A extends SidecarFluent<A>>public A removeMatchingFromEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate)
removeMatchingFromEnv in interface SidecarFluent<A extends SidecarFluent<A>>@Deprecated public List<io.fabric8.kubernetes.api.model.EnvVar> getEnv()
getEnv in interface SidecarFluent<A extends SidecarFluent<A>>public List<io.fabric8.kubernetes.api.model.EnvVar> buildEnv()
buildEnv in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar buildEnv(int index)
buildEnv in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar buildFirstEnv()
buildFirstEnv in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar buildLastEnv()
buildLastEnv in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar buildMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate)
buildMatchingEnv in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate)
hasMatchingEnv in interface SidecarFluent<A extends SidecarFluent<A>>public A withEnv(List<io.fabric8.kubernetes.api.model.EnvVar> env)
withEnv in interface SidecarFluent<A extends SidecarFluent<A>>public A withEnv(io.fabric8.kubernetes.api.model.EnvVar... env)
withEnv in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasEnv()
hasEnv in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.EnvNested<A> addNewEnv()
addNewEnv in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.EnvNested<A> addNewEnvLike(io.fabric8.kubernetes.api.model.EnvVar item)
addNewEnvLike in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.EnvNested<A> setNewEnvLike(int index, io.fabric8.kubernetes.api.model.EnvVar item)
setNewEnvLike in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.EnvNested<A> editEnv(int index)
editEnv in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.EnvNested<A> editFirstEnv()
editFirstEnv in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.EnvNested<A> editLastEnv()
editLastEnv in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.EnvNested<A> editMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVarBuilder> predicate)
editMatchingEnv in interface SidecarFluent<A extends SidecarFluent<A>>public A addToEnvFrom(int index, io.fabric8.kubernetes.api.model.EnvFromSource item)
addToEnvFrom in interface SidecarFluent<A extends SidecarFluent<A>>public A setToEnvFrom(int index, io.fabric8.kubernetes.api.model.EnvFromSource item)
setToEnvFrom in interface SidecarFluent<A extends SidecarFluent<A>>public A addToEnvFrom(io.fabric8.kubernetes.api.model.EnvFromSource... items)
addToEnvFrom in interface SidecarFluent<A extends SidecarFluent<A>>public A addAllToEnvFrom(Collection<io.fabric8.kubernetes.api.model.EnvFromSource> items)
addAllToEnvFrom in interface SidecarFluent<A extends SidecarFluent<A>>public A removeFromEnvFrom(io.fabric8.kubernetes.api.model.EnvFromSource... items)
removeFromEnvFrom in interface SidecarFluent<A extends SidecarFluent<A>>public A removeAllFromEnvFrom(Collection<io.fabric8.kubernetes.api.model.EnvFromSource> items)
removeAllFromEnvFrom in interface SidecarFluent<A extends SidecarFluent<A>>public List<io.fabric8.kubernetes.api.model.EnvFromSource> getEnvFrom()
getEnvFrom in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.EnvFromSource getEnvFrom(int index)
getEnvFrom in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.EnvFromSource getFirstEnvFrom()
getFirstEnvFrom in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.EnvFromSource getLastEnvFrom()
getLastEnvFrom in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.EnvFromSource getMatchingEnvFrom(Predicate<io.fabric8.kubernetes.api.model.EnvFromSource> predicate)
getMatchingEnvFrom in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasMatchingEnvFrom(Predicate<io.fabric8.kubernetes.api.model.EnvFromSource> predicate)
hasMatchingEnvFrom in interface SidecarFluent<A extends SidecarFluent<A>>public A withEnvFrom(List<io.fabric8.kubernetes.api.model.EnvFromSource> envFrom)
withEnvFrom in interface SidecarFluent<A extends SidecarFluent<A>>public A withEnvFrom(io.fabric8.kubernetes.api.model.EnvFromSource... envFrom)
withEnvFrom in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasEnvFrom()
hasEnvFrom in interface SidecarFluent<A extends SidecarFluent<A>>public String getImage()
getImage in interface SidecarFluent<A extends SidecarFluent<A>>public A withImage(String image)
withImage in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasImage()
hasImage in interface SidecarFluent<A extends SidecarFluent<A>>public String getImagePullPolicy()
getImagePullPolicy in interface SidecarFluent<A extends SidecarFluent<A>>public A withImagePullPolicy(String imagePullPolicy)
withImagePullPolicy in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasImagePullPolicy()
hasImagePullPolicy in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.Lifecycle getLifecycle()
getLifecycle in interface SidecarFluent<A extends SidecarFluent<A>>public A withLifecycle(io.fabric8.kubernetes.api.model.Lifecycle lifecycle)
withLifecycle in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasLifecycle()
hasLifecycle in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.Probe getLivenessProbe()
getLivenessProbe in interface SidecarFluent<A extends SidecarFluent<A>>public A withLivenessProbe(io.fabric8.kubernetes.api.model.Probe livenessProbe)
withLivenessProbe in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasLivenessProbe()
hasLivenessProbe in interface SidecarFluent<A extends SidecarFluent<A>>public String getName()
getName in interface SidecarFluent<A extends SidecarFluent<A>>public A withName(String name)
withName in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasName()
hasName in interface SidecarFluent<A extends SidecarFluent<A>>public A addToPorts(int index, io.fabric8.kubernetes.api.model.ContainerPort item)
addToPorts in interface SidecarFluent<A extends SidecarFluent<A>>public A setToPorts(int index, io.fabric8.kubernetes.api.model.ContainerPort item)
setToPorts in interface SidecarFluent<A extends SidecarFluent<A>>public A addToPorts(io.fabric8.kubernetes.api.model.ContainerPort... items)
addToPorts in interface SidecarFluent<A extends SidecarFluent<A>>public A addAllToPorts(Collection<io.fabric8.kubernetes.api.model.ContainerPort> items)
addAllToPorts in interface SidecarFluent<A extends SidecarFluent<A>>public A removeFromPorts(io.fabric8.kubernetes.api.model.ContainerPort... items)
removeFromPorts in interface SidecarFluent<A extends SidecarFluent<A>>public A removeAllFromPorts(Collection<io.fabric8.kubernetes.api.model.ContainerPort> items)
removeAllFromPorts in interface SidecarFluent<A extends SidecarFluent<A>>public A removeMatchingFromPorts(Predicate<io.fabric8.kubernetes.api.model.ContainerPortBuilder> predicate)
removeMatchingFromPorts in interface SidecarFluent<A extends SidecarFluent<A>>@Deprecated public List<io.fabric8.kubernetes.api.model.ContainerPort> getPorts()
getPorts in interface SidecarFluent<A extends SidecarFluent<A>>public List<io.fabric8.kubernetes.api.model.ContainerPort> buildPorts()
buildPorts in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.ContainerPort buildPort(int index)
buildPort in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.ContainerPort buildFirstPort()
buildFirstPort in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.ContainerPort buildLastPort()
buildLastPort in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.ContainerPort buildMatchingPort(Predicate<io.fabric8.kubernetes.api.model.ContainerPortBuilder> predicate)
buildMatchingPort in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasMatchingPort(Predicate<io.fabric8.kubernetes.api.model.ContainerPortBuilder> predicate)
hasMatchingPort in interface SidecarFluent<A extends SidecarFluent<A>>public A withPorts(List<io.fabric8.kubernetes.api.model.ContainerPort> ports)
withPorts in interface SidecarFluent<A extends SidecarFluent<A>>public A withPorts(io.fabric8.kubernetes.api.model.ContainerPort... ports)
withPorts in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasPorts()
hasPorts in interface SidecarFluent<A extends SidecarFluent<A>>public A addNewPort(Integer containerPort, String hostIP, Integer hostPort, String name, String protocol)
addNewPort in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.PortsNested<A> addNewPort()
addNewPort in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.PortsNested<A> addNewPortLike(io.fabric8.kubernetes.api.model.ContainerPort item)
addNewPortLike in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.PortsNested<A> setNewPortLike(int index, io.fabric8.kubernetes.api.model.ContainerPort item)
setNewPortLike in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.PortsNested<A> editPort(int index)
editPort in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.PortsNested<A> editFirstPort()
editFirstPort in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.PortsNested<A> editLastPort()
editLastPort in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.PortsNested<A> editMatchingPort(Predicate<io.fabric8.kubernetes.api.model.ContainerPortBuilder> predicate)
editMatchingPort in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.Probe getReadinessProbe()
getReadinessProbe in interface SidecarFluent<A extends SidecarFluent<A>>public A withReadinessProbe(io.fabric8.kubernetes.api.model.Probe readinessProbe)
withReadinessProbe in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasReadinessProbe()
hasReadinessProbe in interface SidecarFluent<A extends SidecarFluent<A>>public String getScript()
getScript in interface SidecarFluent<A extends SidecarFluent<A>>public A withScript(String script)
withScript in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasScript()
hasScript in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.SecurityContext getSecurityContext()
getSecurityContext in interface SidecarFluent<A extends SidecarFluent<A>>public A withSecurityContext(io.fabric8.kubernetes.api.model.SecurityContext securityContext)
withSecurityContext in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasSecurityContext()
hasSecurityContext in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.Probe getStartupProbe()
getStartupProbe in interface SidecarFluent<A extends SidecarFluent<A>>public A withStartupProbe(io.fabric8.kubernetes.api.model.Probe startupProbe)
withStartupProbe in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasStartupProbe()
hasStartupProbe in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean getStdin()
getStdin in interface SidecarFluent<A extends SidecarFluent<A>>public A withStdin(Boolean stdin)
withStdin in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasStdin()
hasStdin in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean getStdinOnce()
getStdinOnce in interface SidecarFluent<A extends SidecarFluent<A>>public A withStdinOnce(Boolean stdinOnce)
withStdinOnce in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasStdinOnce()
hasStdinOnce in interface SidecarFluent<A extends SidecarFluent<A>>public String getTerminationMessagePath()
getTerminationMessagePath in interface SidecarFluent<A extends SidecarFluent<A>>public A withTerminationMessagePath(String terminationMessagePath)
withTerminationMessagePath in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasTerminationMessagePath()
hasTerminationMessagePath in interface SidecarFluent<A extends SidecarFluent<A>>public String getTerminationMessagePolicy()
getTerminationMessagePolicy in interface SidecarFluent<A extends SidecarFluent<A>>public A withTerminationMessagePolicy(String terminationMessagePolicy)
withTerminationMessagePolicy in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasTerminationMessagePolicy()
hasTerminationMessagePolicy in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean getTty()
getTty in interface SidecarFluent<A extends SidecarFluent<A>>public A withTty(Boolean tty)
withTty in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasTty()
hasTty in interface SidecarFluent<A extends SidecarFluent<A>>public A addToVolumeDevices(int index, io.fabric8.kubernetes.api.model.VolumeDevice item)
addToVolumeDevices in interface SidecarFluent<A extends SidecarFluent<A>>public A setToVolumeDevices(int index, io.fabric8.kubernetes.api.model.VolumeDevice item)
setToVolumeDevices in interface SidecarFluent<A extends SidecarFluent<A>>public A addToVolumeDevices(io.fabric8.kubernetes.api.model.VolumeDevice... items)
addToVolumeDevices in interface SidecarFluent<A extends SidecarFluent<A>>public A addAllToVolumeDevices(Collection<io.fabric8.kubernetes.api.model.VolumeDevice> items)
addAllToVolumeDevices in interface SidecarFluent<A extends SidecarFluent<A>>public A removeFromVolumeDevices(io.fabric8.kubernetes.api.model.VolumeDevice... items)
removeFromVolumeDevices in interface SidecarFluent<A extends SidecarFluent<A>>public A removeAllFromVolumeDevices(Collection<io.fabric8.kubernetes.api.model.VolumeDevice> items)
removeAllFromVolumeDevices in interface SidecarFluent<A extends SidecarFluent<A>>public List<io.fabric8.kubernetes.api.model.VolumeDevice> getVolumeDevices()
getVolumeDevices in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.VolumeDevice getVolumeDevice(int index)
getVolumeDevice in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.VolumeDevice getFirstVolumeDevice()
getFirstVolumeDevice in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.VolumeDevice getLastVolumeDevice()
getLastVolumeDevice in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.VolumeDevice getMatchingVolumeDevice(Predicate<io.fabric8.kubernetes.api.model.VolumeDevice> predicate)
getMatchingVolumeDevice in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasMatchingVolumeDevice(Predicate<io.fabric8.kubernetes.api.model.VolumeDevice> predicate)
hasMatchingVolumeDevice in interface SidecarFluent<A extends SidecarFluent<A>>public A withVolumeDevices(List<io.fabric8.kubernetes.api.model.VolumeDevice> volumeDevices)
withVolumeDevices in interface SidecarFluent<A extends SidecarFluent<A>>public A withVolumeDevices(io.fabric8.kubernetes.api.model.VolumeDevice... volumeDevices)
withVolumeDevices in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasVolumeDevices()
hasVolumeDevices in interface SidecarFluent<A extends SidecarFluent<A>>public A addNewVolumeDevice(String devicePath, String name)
addNewVolumeDevice in interface SidecarFluent<A extends SidecarFluent<A>>public A addToVolumeMounts(int index, io.fabric8.kubernetes.api.model.VolumeMount item)
addToVolumeMounts in interface SidecarFluent<A extends SidecarFluent<A>>public A setToVolumeMounts(int index, io.fabric8.kubernetes.api.model.VolumeMount item)
setToVolumeMounts in interface SidecarFluent<A extends SidecarFluent<A>>public A addToVolumeMounts(io.fabric8.kubernetes.api.model.VolumeMount... items)
addToVolumeMounts in interface SidecarFluent<A extends SidecarFluent<A>>public A addAllToVolumeMounts(Collection<io.fabric8.kubernetes.api.model.VolumeMount> items)
addAllToVolumeMounts in interface SidecarFluent<A extends SidecarFluent<A>>public A removeFromVolumeMounts(io.fabric8.kubernetes.api.model.VolumeMount... items)
removeFromVolumeMounts in interface SidecarFluent<A extends SidecarFluent<A>>public A removeAllFromVolumeMounts(Collection<io.fabric8.kubernetes.api.model.VolumeMount> items)
removeAllFromVolumeMounts in interface SidecarFluent<A extends SidecarFluent<A>>public A removeMatchingFromVolumeMounts(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate)
removeMatchingFromVolumeMounts in interface SidecarFluent<A extends SidecarFluent<A>>@Deprecated public List<io.fabric8.kubernetes.api.model.VolumeMount> getVolumeMounts()
getVolumeMounts in interface SidecarFluent<A extends SidecarFluent<A>>public List<io.fabric8.kubernetes.api.model.VolumeMount> buildVolumeMounts()
buildVolumeMounts in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.VolumeMount buildVolumeMount(int index)
buildVolumeMount in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.VolumeMount buildFirstVolumeMount()
buildFirstVolumeMount in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.VolumeMount buildLastVolumeMount()
buildLastVolumeMount in interface SidecarFluent<A extends SidecarFluent<A>>public io.fabric8.kubernetes.api.model.VolumeMount buildMatchingVolumeMount(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate)
buildMatchingVolumeMount in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasMatchingVolumeMount(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate)
hasMatchingVolumeMount in interface SidecarFluent<A extends SidecarFluent<A>>public A withVolumeMounts(List<io.fabric8.kubernetes.api.model.VolumeMount> volumeMounts)
withVolumeMounts in interface SidecarFluent<A extends SidecarFluent<A>>public A withVolumeMounts(io.fabric8.kubernetes.api.model.VolumeMount... volumeMounts)
withVolumeMounts in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasVolumeMounts()
hasVolumeMounts in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.VolumeMountsNested<A> addNewVolumeMount()
addNewVolumeMount in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.VolumeMountsNested<A> addNewVolumeMountLike(io.fabric8.kubernetes.api.model.VolumeMount item)
addNewVolumeMountLike in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.VolumeMountsNested<A> setNewVolumeMountLike(int index, io.fabric8.kubernetes.api.model.VolumeMount item)
setNewVolumeMountLike in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.VolumeMountsNested<A> editVolumeMount(int index)
editVolumeMount in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.VolumeMountsNested<A> editFirstVolumeMount()
editFirstVolumeMount in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.VolumeMountsNested<A> editLastVolumeMount()
editLastVolumeMount in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.VolumeMountsNested<A> editMatchingVolumeMount(Predicate<io.fabric8.kubernetes.api.model.VolumeMountBuilder> predicate)
editMatchingVolumeMount in interface SidecarFluent<A extends SidecarFluent<A>>public String getWorkingDir()
getWorkingDir in interface SidecarFluent<A extends SidecarFluent<A>>public A withWorkingDir(String workingDir)
withWorkingDir in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasWorkingDir()
hasWorkingDir in interface SidecarFluent<A extends SidecarFluent<A>>public A addToWorkspaces(int index, WorkspaceUsage item)
addToWorkspaces in interface SidecarFluent<A extends SidecarFluent<A>>public A setToWorkspaces(int index, WorkspaceUsage item)
setToWorkspaces in interface SidecarFluent<A extends SidecarFluent<A>>public A addToWorkspaces(WorkspaceUsage... items)
addToWorkspaces in interface SidecarFluent<A extends SidecarFluent<A>>public A addAllToWorkspaces(Collection<WorkspaceUsage> items)
addAllToWorkspaces in interface SidecarFluent<A extends SidecarFluent<A>>public A removeFromWorkspaces(WorkspaceUsage... items)
removeFromWorkspaces in interface SidecarFluent<A extends SidecarFluent<A>>public A removeAllFromWorkspaces(Collection<WorkspaceUsage> items)
removeAllFromWorkspaces in interface SidecarFluent<A extends SidecarFluent<A>>public A removeMatchingFromWorkspaces(Predicate<WorkspaceUsageBuilder> predicate)
removeMatchingFromWorkspaces in interface SidecarFluent<A extends SidecarFluent<A>>@Deprecated public List<WorkspaceUsage> getWorkspaces()
getWorkspaces in interface SidecarFluent<A extends SidecarFluent<A>>public List<WorkspaceUsage> buildWorkspaces()
buildWorkspaces in interface SidecarFluent<A extends SidecarFluent<A>>public WorkspaceUsage buildWorkspace(int index)
buildWorkspace in interface SidecarFluent<A extends SidecarFluent<A>>public WorkspaceUsage buildFirstWorkspace()
buildFirstWorkspace in interface SidecarFluent<A extends SidecarFluent<A>>public WorkspaceUsage buildLastWorkspace()
buildLastWorkspace in interface SidecarFluent<A extends SidecarFluent<A>>public WorkspaceUsage buildMatchingWorkspace(Predicate<WorkspaceUsageBuilder> predicate)
buildMatchingWorkspace in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasMatchingWorkspace(Predicate<WorkspaceUsageBuilder> predicate)
hasMatchingWorkspace in interface SidecarFluent<A extends SidecarFluent<A>>public A withWorkspaces(List<WorkspaceUsage> workspaces)
withWorkspaces in interface SidecarFluent<A extends SidecarFluent<A>>public A withWorkspaces(WorkspaceUsage... workspaces)
withWorkspaces in interface SidecarFluent<A extends SidecarFluent<A>>public Boolean hasWorkspaces()
hasWorkspaces in interface SidecarFluent<A extends SidecarFluent<A>>public A addNewWorkspace(String mountPath, String name)
addNewWorkspace in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.WorkspacesNested<A> addNewWorkspace()
addNewWorkspace in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.WorkspacesNested<A> addNewWorkspaceLike(WorkspaceUsage item)
addNewWorkspaceLike in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.WorkspacesNested<A> setNewWorkspaceLike(int index, WorkspaceUsage item)
setNewWorkspaceLike in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.WorkspacesNested<A> editWorkspace(int index)
editWorkspace in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.WorkspacesNested<A> editFirstWorkspace()
editFirstWorkspace in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.WorkspacesNested<A> editLastWorkspace()
editLastWorkspace in interface SidecarFluent<A extends SidecarFluent<A>>public SidecarFluent.WorkspacesNested<A> editMatchingWorkspace(Predicate<WorkspaceUsageBuilder> predicate)
editMatchingWorkspace in interface SidecarFluent<A extends SidecarFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SidecarFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SidecarFluent<A>>public A withStdin()
withStdin in interface SidecarFluent<A extends SidecarFluent<A>>public A withStdinOnce()
withStdinOnce in interface SidecarFluent<A extends SidecarFluent<A>>public A withTty()
withTty in interface SidecarFluent<A extends SidecarFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.