MCPcopy Index your code
hub / github.com/cloudfoundry/cli / GetDomainByName

Method GetDomainByName

command/v7/actor.go:109–109  ·  view source on GitHub ↗
(domainName string)

Source from the content-addressed store, hash-verified

107 GetDetailedAppSummary(appName string, spaceGUID string, withObfuscatedValues bool) (v7action.DetailedApplicationSummary, v7action.Warnings, error)
108 GetDomain(domainGUID string) (resources.Domain, v7action.Warnings, error)
109 GetDomainByName(domainName string) (resources.Domain, v7action.Warnings, error)
110 GetDomainLabels(domainName string) (map[string]types.NullString, v7action.Warnings, error)
111 GetEffectiveIsolationSegmentBySpace(spaceGUID string, orgDefaultIsolationSegmentGUID string) (resources.IsolationSegment, v7action.Warnings, error)
112 GetEnvironmentVariableGroup(group constant.EnvironmentVariableGroupName) (v7action.EnvironmentVariableGroup, v7action.Warnings, error)

Callers 11

ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
domain_test.goFile · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected