Documentation ¶
Index ¶
- func MockECSDescribeClusters(t *testing.T, mockMatcher *sdk.MockECSAPI, wantError bool, ...)
- func MockECSDescribeContainerInstances(t *testing.T, mockMatcher *sdk.MockECSAPI, wantError bool, ...)
- func MockECSDescribeServices(t *testing.T, mockMatcher *sdk.MockECSAPI, wantError bool, ...)
- func MockECSListClusters(t *testing.T, mockMatcher *sdk.MockECSAPI, wantError bool, ids ...string)
- func MockECSListContainerInstances(t *testing.T, mockMatcher *sdk.MockECSAPI, wantError bool, ids ...string)
- func MockECSListServices(t *testing.T, mockMatcher *sdk.MockECSAPI, wantError bool, ids ...string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MockECSDescribeClusters ¶
func MockECSDescribeClusters(t *testing.T, mockMatcher *sdk.MockECSAPI, wantError bool, clusters ...*types.ECSCluster)
MockECSDescribeClusters mocks the description of service
func MockECSDescribeContainerInstances ¶ added in v1.1.0
func MockECSDescribeContainerInstances(t *testing.T, mockMatcher *sdk.MockECSAPI, wantError bool, cInstances ...*types.ECSContainerInstance)
MockECSDescribeContainerInstances mocks the description of container instances
func MockECSDescribeServices ¶
func MockECSDescribeServices(t *testing.T, mockMatcher *sdk.MockECSAPI, wantError bool, services ...*types.ECSService)
MockECSDescribeServices mocks the description of service
func MockECSListClusters ¶
MockECSListClusters mocks the listing of cluster arns
func MockECSListContainerInstances ¶ added in v1.1.0
func MockECSListContainerInstances(t *testing.T, mockMatcher *sdk.MockECSAPI, wantError bool, ids ...string)
MockECSListContainerInstances mocks the listing of container instance arns
func MockECSListServices ¶
MockECSListServices mocks the listing of service arns
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.