Home
last modified time | relevance | path

Searched refs:CreateChildForContainer (Results 1 – 12 of 12) sorted by relevance

/dports/net/concourse-fly/concourse-6.7.1/atc/worker/
H A Dvolume.go34 CreateChildForContainer(db.CreatingContainer, string) (db.CreatingVolume, error) methodSpec
168 func (v *volume) CreateChildForContainer(creatingContainer db.CreatingContainer, mountPath string) … func
169 return v.dbVolume.CreateChildForContainer(creatingContainer, mountPath)
H A Dvolume_client.go171 return parent.CreateChildForContainer(container, mountPath)
/dports/misc/concourse/concourse-6.7.2/atc/worker/
H A Dvolume.go34 CreateChildForContainer(db.CreatingContainer, string) (db.CreatingVolume, error) methodSpec
168 func (v *volume) CreateChildForContainer(creatingContainer db.CreatingContainer, mountPath string) … func
169 return v.dbVolume.CreateChildForContainer(creatingContainer, mountPath)
H A Dvolume_client.go171 return parent.CreateChildForContainer(container, mountPath)
/dports/net/concourse-fly/concourse-6.7.1/atc/db/
H A Dvolume.go150 CreateChildForContainer(CreatingContainer, string) (CreatingVolume, error) methodSpec
512 func (volume *createdVolume) CreateChildForContainer(container CreatingContainer, mountPath string)… func
H A Dvolume_test.go378 …childCreatingVolume, err := createdParentVolume.CreateChildForContainer(defaultCreatingContainer, …
402 …childCreatingVolume, err := createdParentVolume.CreateChildForContainer(defaultCreatingContainer, …
598 … creatingChildVolume, err := parentVolume.CreateChildForContainer(creatingContainer, "some-path-3")
/dports/misc/concourse/concourse-6.7.2/atc/db/
H A Dvolume.go150 CreateChildForContainer(CreatingContainer, string) (CreatingVolume, error) methodSpec
512 func (volume *createdVolume) CreateChildForContainer(container CreatingContainer, mountPath string)… func
H A Dvolume_test.go378 …childCreatingVolume, err := createdParentVolume.CreateChildForContainer(defaultCreatingContainer, …
402 …childCreatingVolume, err := createdParentVolume.CreateChildForContainer(defaultCreatingContainer, …
598 … creatingChildVolume, err := parentVolume.CreateChildForContainer(creatingContainer, "some-path-3")
/dports/net/concourse-fly/concourse-6.7.1/atc/db/dbfakes/
H A Dfake_created_volume.go316 func (fake *FakeCreatedVolume) CreateChildForContainer(arg1 db.CreatingContainer, arg2 string) (db.… func
/dports/net/concourse-fly/concourse-6.7.1/atc/worker/workerfakes/
H A Dfake_volume.go250 func (fake *FakeVolume) CreateChildForContainer(arg1 db.CreatingContainer, arg2 string) (db.Creatin… func
/dports/misc/concourse/concourse-6.7.2/atc/db/dbfakes/
H A Dfake_created_volume.go316 func (fake *FakeCreatedVolume) CreateChildForContainer(arg1 db.CreatingContainer, arg2 string) (db.… func
/dports/misc/concourse/concourse-6.7.2/atc/worker/workerfakes/
H A Dfake_volume.go250 func (fake *FakeVolume) CreateChildForContainer(arg1 db.CreatingContainer, arg2 string) (db.Creatin… func