Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IaasMockClient ¶
type IaasMockClient struct {
Response *iaas.ServerListResponse
}
func (*IaasMockClient) ListServers ¶
func (f *IaasMockClient) ListServers(_ context.Context, _ string) iaas.ApiListServersRequest
type SkeMockClient ¶
type SkeMockClient struct {
ClustersResponse *ske.ListClustersResponse
ProviderOptionsResponse *ske.ProviderOptions
}
func (*SkeMockClient) ListClusters ¶
func (m *SkeMockClient) ListClusters(_ context.Context, _, _ string) ske.ApiListClustersRequest
func (*SkeMockClient) ListProviderOptions ¶
func (m *SkeMockClient) ListProviderOptions(_ context.Context, _ string) ske.ApiListProviderOptionsRequest
Click to show internal directories.
Click to hide internal directories.