MCPcopy
hub / github.com/cloudfoundry/cli / SetTarget

Method SetTarget

command/v7/actor.go:226–226  ·  view source on GitHub ↗
(settings v7action.TargetSettings)

Source from the content-addressed store, hash-verified

224 SetOrganizationDefaultIsolationSegment(orgGUID string, isoSegGUID string) (v7action.Warnings, error)
225 SetSpaceManifest(spaceGUID string, rawManifest []byte) (v7action.Warnings, error)
226 SetTarget(settings v7action.TargetSettings) (v7action.Warnings, error)
227 SharePrivateDomain(domainName string, orgName string) (v7action.Warnings, error)
228 ShareServiceInstanceToSpaceAndOrg(serviceInstanceName, targetedSpaceGUID, targetedOrgGUID string, sharedToDetails v7action.ServiceInstanceSharingParams) (v7action.Warnings, error)
229 ShareRoute(routeGUID string, spaceGUID string) (v7action.Warnings, error)

Callers 3

targetAPIMethod · 0.65
setAPIMethod · 0.65
target_test.goFile · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected