Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitializeFlags ¶
func InitializeFlags()
InitializeFlags 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 ¶
type EnvironmentFlags ¶
type EnvironmentFlags struct { WorkloadIdentity bool // ServiceAccountName refers to a Kubernetes service account. It will bind to a Google Cloud service account used for data plane. ServiceAccountName string }
EventingEnvironmentFlags holds the e2e flags needed only by the eventing repo.
var Flags EnvironmentFlags
Flags holds the command line flags specific to knative-gcp.
Click to show internal directories.
Click to hide internal directories.