Versions in this module Expand all Collapse all v0 v0.1441.2 Jan 13, 2016 Changes in this version + const Automatic + var ErrDiskFlagInvalid = fmt.Errorf("disk limit must be a positive number or '%s'", Automatic) + var ErrMemoryFlagInvalid = fmt.Errorf("memory limit must be a positive number or '%s'", Automatic) + func ConfigureCapacity(gardenClient garden_client.Client, memoryMBFlag string, diskMBFlag string) (executor.ExecutorResources, error)