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

TypeAlias BindMountMode

client.go:222–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220type Properties map[string]string
221
222type BindMountMode uint8
223
224const BindMountModeRO BindMountMode = 0
225const BindMountModeRW BindMountMode = 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected