Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func VerifyMessagesInTopic ¶ added in v0.18.0
func VerifyMessagesInTopic( client kubernetes.Interface, tracker *testlib.Tracker, namespacedName types.NamespacedName, config *ConsumerConfig) error
Types ¶
type ConsumerConfig ¶ added in v0.18.0
type ConsumerConfig struct { BootstrapServers string `json:"bootstrapServers" required:"true" split_words:"true"` Topic string `json:"topic" required:"true" split_words:"true"` IDS string `json:"ids" required:"true" split_words:"true"` ContentMode string `json:"contentMode" required:"true" split_words:"true"` }
Click to show internal directories.
Click to hide internal directories.