Documentation ¶
Index ¶
Constants ¶
View Source
const ( ChannelUsage = "The names of the channel type metas, separated by comma. " + `Example: "messaging.knative.dev/v1:InMemoryChannel,` + `messaging.knative.dev/v1beta1:KafkaChannel".` BrokerClassUsage = "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/v1:ApiServerSource,` + `sources.knative.dev/v1beta2:PingSource".` BrokerUsage = "The name of the broker type metas, separated by comma. " + `Example: "eventing.knative.dev/v1:MTChannelBasedBroker` 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.
Directories ¶
Path | Synopsis |
---|---|
conformance
|
|
e2e
|
|
experimental
|
|
recordevents/recorder_vent
Package recorder_vent implements an recordevents.EventLog backed by Kubernetes Events using an event recorder.
|
Package recorder_vent implements an recordevents.EventLog backed by Kubernetes Events using an event recorder. |
performance
|
|
rekt
|
|
Click to show internal directories.
Click to hide internal directories.