MCPcopy Create free account
hub / github.com/cloudfoundry/garden / Limits

Struct Limits

client.go:176–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176type Limits struct {
177 Bandwidth BandwidthLimits `json:"bandwidth_limits,omitempty"`
178 CPU CPULimits `json:"cpu_limits,omitempty"`
179 Disk DiskLimits `json:"disk_limits,omitempty"`
180 Memory MemoryLimits `json:"memory_limits,omitempty"`
181 Pid PidLimits `json:"pid_limits,omitempty"`
182}
183
184// BindMount specifies parameters for a single mount point.
185//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected