MCPcopy Index your code
hub / github.com/kubernetes/kops / ServiceClient

Method ServiceClient

cloudmock/openstack/mock.go:47–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func (m *MockOpenstackServer) ServiceClient() *gophercloud.ServiceClient {
48 return &gophercloud.ServiceClient{
49 ProviderClient: &gophercloud.ProviderClient{},
50 Endpoint: m.Server.URL + "/",
51 }
52}

Callers 7

SetupMockOpenstackFunction · 0.80
ComputeClientMethod · 0.80
BlockStorageClientMethod · 0.80
NetworkingClientMethod · 0.80
LoadBalancerClientMethod · 0.80
DNSClientMethod · 0.80
ImageClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected