Action constructor
Action({
- bool? alwaysRun,
- bool? blockExternalNetwork,
- List<
String> ? commands, - String? containerName,
- Secret? credentials,
- bool? disableImagePrefetch,
- bool? disableStandardErrorCapture,
- bool? enableFuse,
- Secret? encryptedEnvironment,
- String? entrypoint,
- Map<
String, String> ? environment, - bool? ignoreExitStatus,
- String? imageUri,
- Map<
String, String> ? labels, - List<
Mount> ? mounts, - String? pidNamespace,
- Map<
String, int> ? portMappings, - bool? publishExposedPorts,
- bool? runInBackground,
- String? timeout,
Implementation
Action({
this.alwaysRun,
this.blockExternalNetwork,
this.commands,
this.containerName,
this.credentials,
this.disableImagePrefetch,
this.disableStandardErrorCapture,
this.enableFuse,
this.encryptedEnvironment,
this.entrypoint,
this.environment,
this.ignoreExitStatus,
this.imageUri,
this.labels,
this.mounts,
this.pidNamespace,
this.portMappings,
this.publishExposedPorts,
this.runInBackground,
this.timeout,
});