ContainerTemplateSpec constructor

ContainerTemplateSpec({
  1. List<EnvironmentVariable>? environment,
  2. String? image,
  3. String? command,
  4. ServiceTemplateMountSpec? storage,
})

Implementation

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