ContainerTemplateSpec constructor
ContainerTemplateSpec({
- List<
EnvironmentVariable> ? environment, - String? image,
- String? command,
- ServiceTemplateMountSpec? storage,
Implementation
ContainerTemplateSpec({this.environment, this.image, this.command, this.storage});