ContainerTemplateSpec constructor

ContainerTemplateSpec({
  1. List<TemplateEnvironmentVariable>? environment,
  2. bool? private,
  3. String? image,
  4. String? command,
  5. ServiceTemplateContainerMountSpec? storage,
  6. bool? onDemand,
  7. bool? writableRootFs,
})

Implementation

ContainerTemplateSpec({this.environment, this.private, this.image, this.command, this.storage, this.onDemand, this.writableRootFs});