ContainerOverride constructor
ContainerOverride({
- List<
String> ? command, - int? cpu,
- List<
KeyValuePair> ? environment, - List<
EnvironmentFile> ? environmentFiles, - int? memory,
- int? memoryReservation,
- String? name,
- List<
ResourceRequirement> ? resourceRequirements,
Implementation
ContainerOverride({
this.command,
this.cpu,
this.environment,
this.environmentFiles,
this.memory,
this.memoryReservation,
this.name,
this.resourceRequirements,
});