Documentation ¶
Overview ¶
Package test is modeled after the style of e2e testing performed in Knative upstream.
Index ¶
Constants ¶
View Source
const ( // To simplify testing against our sample yamls, run our testing // in the default namespace. Namespace = "default" // PollInterval is how frequently e2e tests will poll for updates. PollInterval = 1 * time.Second // PollTimeout is how long e2e tests will wait for resource updates when polling. PollTimeout = 1 * time.Minute )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clients ¶
type Clients struct { KubeClient kubernetes.Interface VMWareClient *VMWareClients // contains filtered or unexported fields }
func NewClients ¶
func NewClientsFromConfig ¶
func (*Clients) AsPluginClients ¶ added in v0.16.0
type VMWareClients ¶
type VMWareClients struct { Bindings sources.VSphereBindingInterface Sources sources.VSphereSourceInterface // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.