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

Struct Client

api/cloudcontroller/ccv3/client.go:88–98  ·  view source on GitHub ↗

Client can be used to talk to a Cloud Controller's V3 Endpoints.

Source from the content-addressed store, hash-verified

86
87// Client can be used to talk to a Cloud Controller's V3 Endpoints.
88type Client struct {
89 Root
90 CloudControllerURL string
91
92 Requester
93
94 jobPollingInterval time.Duration
95 jobPollingTimeout time.Duration
96
97 clock Clock
98}
99
100// Config allows the Client to be configured
101type Config struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected