Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Framework ¶
type Framework struct {
KubeClient kubernetes.Interface
Config *restclient.Config
RESTClient *restclient.RESTClient
VaultsCRClient versioned.Interface
EtcdCRClient etcdversioned.Interface
Namespace string
// contains filtered or unexported fields
}
Framework struct contains the various clients and other information needed to run the e2e tests
var ( // The global framework variable used by all e2e tests Global *Framework )
Click to show internal directories.
Click to hide internal directories.