Package | Description |
---|---|
com.google.api.services.cloudbuild.v2.model |
Modifier and Type | Method and Description |
---|---|
Sidecar |
Sidecar.clone() |
Sidecar |
Sidecar.set(String fieldName,
Object value) |
Sidecar |
Sidecar.setArgs(List<String> args)
Arguments to the entrypoint.
|
Sidecar |
Sidecar.setCommand(List<String> command)
Entrypoint array.
|
Sidecar |
Sidecar.setEnv(List<EnvVar> env)
List of environment variables to set in the container.
|
Sidecar |
Sidecar.setImage(String image)
Docker image name.
|
Sidecar |
Sidecar.setName(String name)
Name of the Sidecar.
|
Sidecar |
Sidecar.setReadinessProbe(Probe readinessProbe)
Optional.
|
Sidecar |
Sidecar.setScript(String script)
The contents of an executable file to execute.
|
Sidecar |
Sidecar.setSecurityContext(SecurityContext securityContext)
Optional.
|
Sidecar |
Sidecar.setVolumeMounts(List<VolumeMount> volumeMounts)
Pod volumes to mount into the container's filesystem.
|
Sidecar |
Sidecar.setWorkingDir(String workingDir)
Container's working directory.
|
Modifier and Type | Method and Description |
---|---|
List<Sidecar> |
TaskSpec.getSidecars()
Sidecars that run alongside the Task's step containers.
|
Modifier and Type | Method and Description |
---|---|
TaskSpec |
TaskSpec.setSidecars(List<Sidecar> sidecars)
Sidecars that run alongside the Task's step containers.
|
Copyright © 2011–2025 Google. All rights reserved.