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

Method Logging

api/cloudcontroller/ccv3/root.go:68–70  ·  view source on GitHub ↗

Logging returns the HREF of the Loggregator Traffic Controller.

()

Source from the content-addressed store, hash-verified

66
67// Logging returns the HREF of the Loggregator Traffic Controller.
68func (info Root) Logging() string {
69 return info.Links.Logging.HREF
70}
71
72// NetworkPolicyV1 returns the HREF of the Container Networking v1 Policy API
73func (info Root) NetworkPolicyV1() string {

Callers 2

root_test.goFile · 0.80
SetTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected