package
0.0.0-20240523192623-2e730fcd1784
Repository: https://github.com/evergreen-ci/cocoa.git
Documentation: pkg.go.dev

# Functions

ECSClientRegisteredTaskDefinitionTests returns common test cases which rely on an already-registered task definition that a cocoa.ECSClient should support.
ECSClientTests returns common test cases that a cocoa.ECSClient should support.
ECSPodCreatorRegisteredTaskDefinitionTests returns common test cases that a cocoa.ECSPodCreator should support that rely on an already-registered task definition.
ECSPodCreatorTests returns common test cases that a cocoa.ECSPodCreator should support.
ECSPodCreatorVaultTests returns common test cases that a cocoa.ECSPodCreator should support with a cocoa.Vault.
ECSPodDefinitionManagerTests returns common test cases that a cocoa.ECSPodDefinitionManager should support.
ECSPodDefinitionManagerVaultTests returns common test cases that a cocoa.ECSPodDefinitionManager should support with a cocoa.Vault.
ECSPodTests returns common test cases that a cocoa.ECSPod should support.
SecretsManagerClientTests returns common test cases that a cocoa.SecretsManagerClient should support.
TagClientSecretTests returns common test cases that rely on Secrets Manager that a cocoa.TagClient should support.
TagClientTests returns common test cases that a cocoa.TagClient should support.
VaultTests returns common test cases that a cocoa.Vault should support.

# Type aliases

ECSClientRegisteredTaskDefinitionTestCase represents a test case for a cocoa.ECSClient with a task definition already registered.
ECSClientTestCase represents a test case for a cocoa.ECSClient.
ECSPodCreatorRegisteredTaskDefinitionTestCase represents a test case for a cocoa.ECSPodCreator with a task definition already registered.
ECSPodCreatorTestCase represents a test case for a cocoa.ECSPodCreator.
ECSPodDefinitionManagerTestCase represents a test case for a cocoa.ECSPodDefinitionManager.
ECSPodTestCase represents a test case for a cocoa.ECSPod.
SecretsManagerClientTestCase represents a test case for a cocoa.SecretsManagerClient.
TagClientSecretTestCase represents a test case for a cocoa.TagClient with a cocoa.SecretsManagerClient.
TagClientTestCase represents a test case for a cocoa.TagClient.
VaultTestCase represents a test case for a cocoa.Vault.