GoogleCloudRunV2Container constructor
GoogleCloudRunV2Container({
- List<
String> ? args, - List<
String> ? command, - List<
String> ? dependsOn, - List<
GoogleCloudRunV2EnvVar> ? env, - String? image,
- GoogleCloudRunV2Probe? livenessProbe,
- String? name,
- List<
GoogleCloudRunV2ContainerPort> ? ports, - GoogleCloudRunV2ResourceRequirements? resources,
- GoogleCloudRunV2Probe? startupProbe,
- List<
GoogleCloudRunV2VolumeMount> ? volumeMounts, - String? workingDir,
Implementation
GoogleCloudRunV2Container({
this.args,
this.command,
this.dependsOn,
this.env,
this.image,
this.livenessProbe,
this.name,
this.ports,
this.resources,
this.startupProbe,
this.volumeMounts,
this.workingDir,
});