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 { DeleteClusterInput *awseks.DeleteClusterInput } Returns struct { DeleteClusterOutput *awseks.DeleteClusterOutput Error error } Stub func(*awseks.DeleteClusterInput) (*awseks.DeleteClusterOutput, error) } ListClustersCall struct { sync.Mutex CallCount int Receives struct { ListClustersInput *awseks.ListClustersInput } Returns struct { ListClustersOutput *awseks.ListClustersOutput Error error } Stub func(*awseks.ListClustersInput) (*awseks.ListClustersOutput, error) } }
func (*ClustersClient) DeleteCluster ¶
func (f *ClustersClient) DeleteCluster(param1 *awseks.DeleteClusterInput) (*awseks.DeleteClusterOutput, error)
func (*ClustersClient) ListClusters ¶
func (f *ClustersClient) ListClusters(param1 *awseks.ListClustersInput) (*awseks.ListClustersOutput, error)
type Logger ¶
type Logger struct { PrintfCall struct { sync.Mutex CallCount int Receives struct { M 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.