Documentation
¶
Index ¶
- type MockOceanCloudProviderAWS
- func (m *MockOceanCloudProviderAWS) ListClusters(ctx context.Context, listClusterInput *oceanaws.ListClustersInput) (*oceanaws.ListClustersOutput, error)
- func (m *MockOceanCloudProviderAWS) ListLaunchSpecs(ctx context.Context, listLaunchSpecsInput *oceanaws.ListLaunchSpecsInput) (*oceanaws.ListLaunchSpecsOutput, error)
- func (m *MockOceanCloudProviderAWS) UpdateLaunchSpec(ctx context.Context, updateLaunchSpecInput *oceanaws.UpdateLaunchSpecInput) (*oceanaws.UpdateLaunchSpecOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockOceanCloudProviderAWS ¶
type MockOceanCloudProviderAWS struct { MockListClusters func(ctx context.Context, listClusterInput *oceanaws.ListClustersInput) (*oceanaws.ListClustersOutput, error) MockListLaunchSpecs func(ctx context.Context, listLaunchSpecsInput *oceanaws.ListLaunchSpecsInput) (*oceanaws.ListLaunchSpecsOutput, error) MockUpdateLaunchSpec func(ctx context.Context, updateLaunchSpecInput *oceanaws.UpdateLaunchSpecInput) (*oceanaws.UpdateLaunchSpecOutput, error) }
func (*MockOceanCloudProviderAWS) ListClusters ¶
func (m *MockOceanCloudProviderAWS) ListClusters(ctx context.Context, listClusterInput *oceanaws.ListClustersInput) (*oceanaws.ListClustersOutput, error)
func (*MockOceanCloudProviderAWS) ListLaunchSpecs ¶
func (m *MockOceanCloudProviderAWS) ListLaunchSpecs(ctx context.Context, listLaunchSpecsInput *oceanaws.ListLaunchSpecsInput) (*oceanaws.ListLaunchSpecsOutput, error)
func (*MockOceanCloudProviderAWS) UpdateLaunchSpec ¶
func (m *MockOceanCloudProviderAWS) UpdateLaunchSpec(ctx context.Context, updateLaunchSpecInput *oceanaws.UpdateLaunchSpecInput) (*oceanaws.UpdateLaunchSpecOutput, error)
Click to show internal directories.
Click to hide internal directories.