Documentation ¶
Index ¶
- func AuditLogsSourceBrokerWithGCPBrokerTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func AuditLogsSourceBrokerWithPubSubChannelTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func BrokerWithPubSubChannelTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func CloudAuditLogsSourceWithTargetTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func CloudBuildSourceWithTargetTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func CloudPubSubSourceWithTargetTestImpl(t *testing.T, assertMetrics bool, authConfig lib.AuthConfig)
- func CloudSchedulerSourceWithTargetTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func CloudStorageSourceWithTargetTestImpl(t *testing.T, assertMetrics bool, authConfig lib.AuthConfig)
- func GCPBrokerMetricsTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func GCPBrokerTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func GCPBrokerTracingTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func PubSubSourceBrokerWithPubSubChannelTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func PubSubSourceWithGCPBrokerTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func PullSubscriptionWithTargetTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func SchedulerSourceBrokerWithPubSubChannelTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func SchedulerSourceWithGCPBrokerTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func SmokeCloudAuditLogsSourceTestHelper(t *testing.T, authConfig lib.AuthConfig, cloudAuditLogsSourceVersion string)
- func SmokeCloudAuditLogsSourceWithDeletionTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func SmokeCloudBuildSourceTestHelper(t *testing.T, authConfig lib.AuthConfig, cloudBuildSourceVersion string)
- func SmokeCloudBuildSourceWithDeletionTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func SmokeCloudPubSubSourceTestHelper(t *testing.T, authConfig lib.AuthConfig, cloudPubSubSourceVersion string)
- func SmokeCloudPubSubSourceWithDeletionTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func SmokeCloudSchedulerSourceTestHelper(t *testing.T, authConfig lib.AuthConfig, cloudSchedulerSourceVersion string)
- func SmokeCloudSchedulerSourceWithDeletionTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func SmokeCloudStorageSourceTestHelper(t *testing.T, authConfig lib.AuthConfig, cloudStorageSourceVersion string)
- func SmokeCloudStorageSourceWithDeletionTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func SmokeGCPBrokerTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func SmokePullSubscriptionTestHelper(t *testing.T, authConfig lib.AuthConfig, pullsubscriptionVersion string)
- func SmokeTestChannelImpl(t *testing.T, authConfig lib.AuthConfig)
- func StorageSourceBrokerWithPubSubChannelTestImpl(t *testing.T, authConfig lib.AuthConfig)
- func StorageSourceWithGCPBrokerTestImpl(t *testing.T, authConfig lib.AuthConfig)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuditLogsSourceBrokerWithGCPBrokerTestImpl ¶
func AuditLogsSourceBrokerWithGCPBrokerTestImpl(t *testing.T, authConfig lib.AuthConfig)
func AuditLogsSourceBrokerWithPubSubChannelTestImpl ¶
func AuditLogsSourceBrokerWithPubSubChannelTestImpl(t *testing.T, authConfig lib.AuthConfig)
func BrokerWithPubSubChannelTestImpl ¶
func BrokerWithPubSubChannelTestImpl(t *testing.T, authConfig lib.AuthConfig)
func CloudAuditLogsSourceWithTargetTestImpl ¶
func CloudAuditLogsSourceWithTargetTestImpl(t *testing.T, authConfig lib.AuthConfig)
func CloudBuildSourceWithTargetTestImpl ¶
func CloudBuildSourceWithTargetTestImpl(t *testing.T, authConfig lib.AuthConfig)
CloudBuildSourceWithTargetTestImpl tests we can receive an event from a CloudBuildSource.
func CloudPubSubSourceWithTargetTestImpl ¶
func CloudPubSubSourceWithTargetTestImpl(t *testing.T, assertMetrics bool, authConfig lib.AuthConfig)
CloudPubSubSourceWithTargetTestImpl tests we can receive an event from a CloudPubSubSource. If assertMetrics is set to true, we also assert for StackDriver metrics.
func CloudSchedulerSourceWithTargetTestImpl ¶
func CloudSchedulerSourceWithTargetTestImpl(t *testing.T, authConfig lib.AuthConfig)
CloudSchedulerSourceWithTargetTestImpl injects a scheduler event and checks if it is in the log of the receiver.
func CloudStorageSourceWithTargetTestImpl ¶
func CloudStorageSourceWithTargetTestImpl(t *testing.T, assertMetrics bool, authConfig lib.AuthConfig)
func GCPBrokerMetricsTestImpl ¶
func GCPBrokerMetricsTestImpl(t *testing.T, authConfig lib.AuthConfig)
func GCPBrokerTestImpl ¶
func GCPBrokerTestImpl(t *testing.T, authConfig lib.AuthConfig)
func GCPBrokerTracingTestImpl ¶
func GCPBrokerTracingTestImpl(t *testing.T, authConfig lib.AuthConfig)
func PubSubSourceBrokerWithPubSubChannelTestImpl ¶
func PubSubSourceBrokerWithPubSubChannelTestImpl(t *testing.T, authConfig lib.AuthConfig)
func PubSubSourceWithGCPBrokerTestImpl ¶
func PubSubSourceWithGCPBrokerTestImpl(t *testing.T, authConfig lib.AuthConfig)
func PullSubscriptionWithTargetTestImpl ¶
func PullSubscriptionWithTargetTestImpl(t *testing.T, authConfig lib.AuthConfig)
PullSubscriptionWithTargetTestImpl tests we can receive an event from a PullSubscription.
func SchedulerSourceBrokerWithPubSubChannelTestImpl ¶
func SchedulerSourceBrokerWithPubSubChannelTestImpl(t *testing.T, authConfig lib.AuthConfig)
func SchedulerSourceWithGCPBrokerTestImpl ¶
func SchedulerSourceWithGCPBrokerTestImpl(t *testing.T, authConfig lib.AuthConfig)
func SmokeCloudAuditLogsSourceTestHelper ¶
func SmokeCloudAuditLogsSourceTestHelper(t *testing.T, authConfig lib.AuthConfig, cloudAuditLogsSourceVersion string)
SmokeCloudAuditLogsSourceTestHelper tests if a CloudAuditLogsSource object can be created to ready state.
func SmokeCloudAuditLogsSourceWithDeletionTestImpl ¶
func SmokeCloudAuditLogsSourceWithDeletionTestImpl(t *testing.T, authConfig lib.AuthConfig)
SmokeCloudAuditLogsSourceWithDeletionTestImpl tests if a CloudAuditLogsSource object can be created to ready state and delete a CloudAuditLogsSource resource and its underlying resources..
func SmokeCloudBuildSourceTestHelper ¶
func SmokeCloudBuildSourceTestHelper(t *testing.T, authConfig lib.AuthConfig, cloudBuildSourceVersion string)
SmokeCloudBuildSourceWithDeletionTestHelper tests we can create a CloudBuildSource to ready state.
func SmokeCloudBuildSourceWithDeletionTestImpl ¶
func SmokeCloudBuildSourceWithDeletionTestImpl(t *testing.T, authConfig lib.AuthConfig)
SmokeCloudBuildSourceWithDeletionTestImpl tests we can create a CloudBuildSource to ready state and we can delete a CloudBuildSource and its underlying resources.
func SmokeCloudPubSubSourceTestHelper ¶
func SmokeCloudPubSubSourceTestHelper(t *testing.T, authConfig lib.AuthConfig, cloudPubSubSourceVersion string)
SmokeCloudPubSubSourceTestHelper tests we can create a CloudPubSubSource to ready state.
func SmokeCloudPubSubSourceWithDeletionTestImpl ¶
func SmokeCloudPubSubSourceWithDeletionTestImpl(t *testing.T, authConfig lib.AuthConfig)
SmokeCloudPubSubSourceWithDeletionTestImpl tests we can create a CloudPubSubSource to ready state and we can delete a CloudPubSubSource and its underlying resources.
func SmokeCloudSchedulerSourceTestHelper ¶
func SmokeCloudSchedulerSourceTestHelper(t *testing.T, authConfig lib.AuthConfig, cloudSchedulerSourceVersion string)
SmokeCloudSchedulerSourceTestHelper tests if a CloudSchedulerSource object can be created to ready state.
func SmokeCloudSchedulerSourceWithDeletionTestImpl ¶
func SmokeCloudSchedulerSourceWithDeletionTestImpl(t *testing.T, authConfig lib.AuthConfig)
SmokeCloudSchedulerSourceWithDeletionTestImpl tests if a CloudSchedulerSource object can be created to ready state and delete a CloudSchedulerSource resource and its underlying resources..
func SmokeCloudStorageSourceTestHelper ¶
func SmokeCloudStorageSourceTestHelper(t *testing.T, authConfig lib.AuthConfig, cloudStorageSourceVersion string)
SmokeCloudStorageSourceTestHelper tests we can create a CloudStorageSource to ready state.
func SmokeCloudStorageSourceWithDeletionTestImpl ¶
func SmokeCloudStorageSourceWithDeletionTestImpl(t *testing.T, authConfig lib.AuthConfig)
SmokeCloudStorageSourceWithDeletionTestImpl tests if a CloudStorageSource object can be created to ready state and delete a CloudStorageSource resource and its underlying resources..
func SmokeGCPBrokerTestImpl ¶
func SmokeGCPBrokerTestImpl(t *testing.T, authConfig lib.AuthConfig)
SmokeGCPBrokerTestImpl tests we can create a GCPBroker to ready state and we can delete a GCPBroker and its underlying resources.
func SmokePullSubscriptionTestHelper ¶
func SmokePullSubscriptionTestHelper(t *testing.T, authConfig lib.AuthConfig, pullsubscriptionVersion string)
SmokePullSubscriptionTestHelper tests we can create a pull subscription to ready state.
func SmokeTestChannelImpl ¶
func SmokeTestChannelImpl(t *testing.T, authConfig lib.AuthConfig)
SmokeTestChannelImpl makes sure we can run tests.
func StorageSourceBrokerWithPubSubChannelTestImpl ¶
func StorageSourceBrokerWithPubSubChannelTestImpl(t *testing.T, authConfig lib.AuthConfig)
func StorageSourceWithGCPBrokerTestImpl ¶
func StorageSourceWithGCPBrokerTestImpl(t *testing.T, authConfig lib.AuthConfig)
Types ¶
This section is empty.