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