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

Struct DiskLimits

container.go:332–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332type DiskLimits struct {
333 InodeSoft uint64 `json:"inode_soft,omitempty"`
334 InodeHard uint64 `json:"inode_hard,omitempty"`
335
336 ByteSoft uint64 `json:"byte_soft,omitempty"`
337 ByteHard uint64 `json:"byte_hard,omitempty"`
338
339 Scope DiskLimitScope `json:"scope,omitempty"`
340}
341
342type MemoryLimits struct {
343 // Memory usage limit in bytes.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected