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

Method CloudControllerAPIVersion

api/cloudcontroller/ccv3/root.go:58–60  ·  view source on GitHub ↗

CloudControllerAPIVersion returns the version of the CloudController.

()

Source from the content-addressed store, hash-verified

56
57// CloudControllerAPIVersion returns the version of the CloudController.
58func (info Root) CloudControllerAPIVersion() string {
59 return info.Links.CCV3.Meta.Version
60}
61
62// LogCache returns the HREF of the Loggregator Traffic Controller.
63func (info Root) LogCache() string {

Callers 1

SetTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected