Interface protos.google.cloud.run.v2.IContainer (1.0.2)

Properties of a Container.

Package

@google-cloud/run

Properties

args

args?: (string[]|null);

Container args

command

command?: (string[]|null);

Container command

dependsOn

dependsOn?: (string[]|null);

Container dependsOn

env

env?: (google.cloud.run.v2.IEnvVar[]|null);

Container env

image

image?: (string|null);

Container image

livenessProbe

livenessProbe?: (google.cloud.run.v2.IProbe|null);

Container livenessProbe

name

name?: (string|null);

Container name

ports

ports?: (google.cloud.run.v2.IContainerPort[]|null);

Container ports

resources

resources?: (google.cloud.run.v2.IResourceRequirements|null);

Container resources

startupProbe

startupProbe?: (google.cloud.run.v2.IProbe|null);

Container startupProbe

volumeMounts

volumeMounts?: (google.cloud.run.v2.IVolumeMount[]|null);

Container volumeMounts

workingDir

workingDir?: (string|null);

Container workingDir