Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClustersClient ¶
type ClustersClient struct { ListClustersCall struct { CallCount int Receives struct { Input *awseks.ListClustersInput } Returns struct { Output *awseks.ListClustersOutput Error error } } DeleteClusterCall struct { CallCount int Receives struct { Input *awseks.DeleteClusterInput } Returns struct { Output *awseks.DeleteClusterOutput Error error } } }
func (*ClustersClient) DeleteCluster ¶
func (c *ClustersClient) DeleteCluster(input *awseks.DeleteClusterInput) (*awseks.DeleteClusterOutput, error)
func (*ClustersClient) ListClusters ¶
func (c *ClustersClient) ListClusters(input *awseks.ListClustersInput) (*awseks.ListClustersOutput, error)
type Logger ¶
type Logger struct { PrintfCall struct { CallCount int Receives struct { Message string Arguments []interface{} } Messages []string } PromptWithDetailsCall struct { CallCount int Receives struct { Type string Name string } Returns struct { Proceed bool } } }
func (*Logger) PromptWithDetails ¶
Click to show internal directories.
Click to hide internal directories.