Home
last modified time | relevance | path

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

/dports/net/bosh-cli/bosh-cli-5.5.0/blobstore/fakes/
H A Dfake_blobstore_factory.go4 biblobstore "github.com/cloudfoundry/bosh-cli/blobstore" packageName
9 CreateBlobstore biblobstore.Blobstore
17 func (f *FakeBlobstoreFactory) Create(blobstoreURL string) (biblobstore.Blobstore, error) {
/dports/net/bosh-cli/bosh-cli-5.5.0/deployment/instance/
H A Dmanager_factory.go4 biblobstore "github.com/cloudfoundry/bosh-cli/blobstore" packageName
12 NewManager(bicloud.Cloud, bivm.Manager, biblobstore.Blobstore) Manager
33 …ory) NewManager(cloud bicloud.Cloud, vmManager bivm.Manager, blobstore biblobstore.Blobstore) Mana…
H A Dfactory.go4 biblobstore "github.com/cloudfoundry/bosh-cli/blobstore" packageName
18 blobstore biblobstore.Blobstore,
41 blobstore biblobstore.Blobstore,
H A Dmanager.go7 biblobstore "github.com/cloudfoundry/bosh-cli/blobstore" packageName
41 blobstore biblobstore.Blobstore
51 blobstore biblobstore.Blobstore,
/dports/net/bosh-cli/bosh-cli-5.5.0/deployment/instance/state/
H A Dbuilder_factory.go5 biblobstore "github.com/cloudfoundry/bosh-cli/blobstore" packageName
14 NewBuilder(biblobstore.Blobstore, biagentclient.AgentClient) Builder
41 func (f *builderFactory) NewBuilder(blobstore biblobstore.Blobstore, agentClient biagentclient.Agen…
H A Dremote_package_compiler.go5 biblobstore "github.com/cloudfoundry/bosh-cli/blobstore" packageName
12 blobstore biblobstore.Blobstore
18 blobstore biblobstore.Blobstore,
H A Dbuilder.go8 biblobstore "github.com/cloudfoundry/bosh-cli/blobstore" packageName
30 blobstore biblobstore.Blobstore
40 blobstore biblobstore.Blobstore,
/dports/net/bosh-cli/bosh-cli-5.5.0/deployment/
H A Dmanager_factory.go5 biblobstore "github.com/cloudfoundry/bosh-cli/blobstore" packageName
14 NewManager(bicloud.Cloud, biagentclient.AgentClient, biblobstore.Blobstore) Manager
41 …(cloud bicloud.Cloud, agentClient biagentclient.AgentClient, blobstore biblobstore.Blobstore) Mana…
H A Ddeployer.go6 biblobstore "github.com/cloudfoundry/bosh-cli/blobstore" packageName
26 biblobstore.Blobstore,
61 blobstore biblobstore.Blobstore,
/dports/net/bosh-cli/bosh-cli-5.5.0/cmd/
H A Ddeployment_deleter.go10 biblobstore "github.com/cloudfoundry/bosh-cli/blobstore" packageName
35 blobstoreFactory biblobstore.Factory,
77 blobstoreFactory biblobstore.Factory
H A Ddeployment_preparer.go10 biblobstore "github.com/cloudfoundry/bosh-cli/blobstore" packageName
38 blobstoreFactory biblobstore.Factory,
90 blobstoreFactory biblobstore.Factory
H A Denv_factory.go11 biblobstore "github.com/cloudfoundry/bosh-cli/blobstore" packageName
64 blobstoreFactory biblobstore.Factory
152 f.blobstoreFactory = biblobstore.NewBlobstoreFactory(deps.UUIDGen, deps.FS, deps.Logger)