Documentation ¶
Index ¶
Constants ¶
View Source
const ( ChannelUsage = "The names of the channel type metas, separated by comma. " + "Example: \"messaging.knative.dev/v1alpha1:InMemoryChannel," + "messaging.cloud.google.com/v1alpha1:Channel,messaging.knative.dev/v1alpha1:KafkaChannel\"." BrokerUsage = "Which brokerclass to test, requires the proper Broker " + "implementation to have been installed, and only one value. brokerclass " + "must be (for now) 'MTChannelBasedBroker'." SourceUsage = "The names of the source type metas, separated by comma. " + "Example: \"sources.knative.dev/v1alpha1:ApiServerSource," + "sources.knative.dev/v1alpha1:PingSource\"." BrokerNameUsage = "When testing a pre-existing broker, specify the Broker name so the conformance tests " + "won't create their own." BrokerNamespaceUsage = "When testing a pre-existing broker, this variable specifies the namespace the broker can be found in." )
Variables ¶
View Source
var EventingFlags testflags.EventingEnvironmentFlags
EventingFlags holds the command line flags specific to knative/eventing.
Functions ¶
func InitializeEventingFlags ¶ added in v0.9.0
func InitializeEventingFlags()
InitializeEventingFlags registers flags used by e2e tests, calling flag.Parse() here would fail in go1.13+, see https://github.com/knative/test-infra/issues/1329 for details
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.