added mem_request
This commit is contained in:
@@ -21,7 +21,7 @@ type Metadata struct {
|
||||
|
||||
// ResourceHints describe what the app needs.
|
||||
type ResourceHints struct {
|
||||
RAM string `yaml:"ram" json:"ram"`
|
||||
MemRequest string `yaml:"mem_request" json:"mem_request"`
|
||||
MemLimit string `yaml:"mem_limit" json:"mem_limit"`
|
||||
PiCompatible bool `yaml:"pi_compatible" json:"pi_compatible"`
|
||||
NeedsHDD bool `yaml:"needs_hdd" json:"needs_hdd"`
|
||||
|
||||
Reference in New Issue
Block a user