Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BrokerTest ¶
func BrokerTest(opts KafkaBrokerTestOptions) pkgupgrade.BackgroundOperation
BrokerTest tests a broker operation in continual manner during the whole upgrade and downgrade process asserting that all event are propagated well.
func SinkSourceTest ¶ added in v0.29.0
func SinkSourceTest(opts KafkaSinkSourceTestOptions) pkgupgrade.BackgroundOperation
Types ¶
type Broker ¶
type Broker struct { Name string *eventingkafkaupgrade.ReplicationOptions *eventingkafkaupgrade.RetryOptions }
type KafkaBrokerTestOptions ¶
type KafkaBrokerTestOptions struct { *eventingkafkaupgrade.TestOptions *Broker *Triggers }
KafkaBrokerTestOptions holds test options for Kafka Broker tests.
type KafkaSinkSourceTestOptions ¶ added in v0.29.0
type KafkaSinkSourceTestOptions struct { *eventingkafkaupgrade.TestOptions *Sink *Source }
type Sink ¶ added in v0.29.0
type Sink struct { Name string Spec eventing.KafkaSinkSpec }
type Source ¶ added in v0.29.0
type Source struct { Name string Spec sources.KafkaSourceSpec }
type TestOptions ¶
type TestOptions struct {
prober.ContinualVerificationOptions
}
TestOptions holds options for EventingKafka continual tests.
Click to show internal directories.
Click to hide internal directories.