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

Struct ImageRef

client.go:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170type ImageRef struct {
171 URI string `json:"uri,omitempty"`
172 Username string `json:"username,omitempty"`
173 Password string `json:"password,omitempty"`
174}
175
176type Limits struct {
177 Bandwidth BandwidthLimits `json:"bandwidth_limits,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected