ContainerTemplateSpec constructor
ContainerTemplateSpec({
- List<
TemplateEnvironmentVariable> ? environment, - bool? private,
- String? image,
- String? command,
- String? workingDir,
- ServiceTemplateContainerMountSpec? storage,
- bool? onDemand,
- bool? writableRootFs,
Implementation
ContainerTemplateSpec({
this.environment,
this.private,
this.image,
this.command,
this.workingDir,
this.storage,
this.onDemand,
this.writableRootFs,
});