Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClustersClient ¶
type ClustersClient struct { DeleteClusterCall struct { sync.Mutex CallCount int Receives struct { Zone string Cluster string } Returns struct { Error error } Stub func(string, string) error } ListClustersCall struct { sync.Mutex CallCount int Receives struct { Zone string } Returns struct { ListClustersResponse *gcpcontainer.ListClustersResponse Error error } Stub func(string) (*gcpcontainer.ListClustersResponse, error) } }
func (*ClustersClient) DeleteCluster ¶
func (f *ClustersClient) DeleteCluster(param1 string, param2 string) error
func (*ClustersClient) ListClusters ¶
func (f *ClustersClient) ListClusters(param1 string) (*gcpcontainer.ListClustersResponse, error)
type Logger ¶
type Logger struct { DebugfCall struct { sync.Mutex CallCount int Receives struct { Message string A []interface { } } Stub func(string, ...interface { }) } PrintfCall struct { sync.Mutex CallCount int Receives struct { Message string A []interface { } } Stub func(string, ...interface { }) } PromptWithDetailsCall struct { sync.Mutex CallCount int Receives struct { ResourceType string ResourceName string } Returns struct { Proceed bool } Stub func(string, string) bool } }
Click to show internal directories.
Click to hide internal directories.