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

Method GetRoot

actor/v7action/cloud_controller_client.go:91–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 GetFeatureFlag(featureFlagName string) (resources.FeatureFlag, ccv3.Warnings, error)
90 GetFeatureFlags() ([]resources.FeatureFlag, ccv3.Warnings, error)
91 GetRoot() (ccv3.Root, ccv3.Warnings, error)
92 GetInfo() (ccv3.Info, ccv3.Warnings, error)
93 GetIsolationSegment(guid string) (resources.IsolationSegment, ccv3.Warnings, error)
94 GetIsolationSegmentOrganizations(isolationSegmentGUID string) ([]resources.Organization, ccv3.Warnings, error)

Implementers 1

FakeCloudControllerClientactor/v7action/v7actionfakes/fake_clou

Calls

no outgoing calls

Tested by

no test coverage detected