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 VaultsCRClient versioned.Interface Namespace string // contains filtered or unexported fields }
Framework struct contains the various clients and other information needed to run the upgrade tests
var ( // The global framework variable used by all upgrade tests Global *Framework )
func (*Framework) CreateOperatorDeployment ¶
CreateOperatorDeployment creates a vault operator deployment with the specified name
func (*Framework) DeleteOperatorDeployment ¶
DeleteOperatorDeployment deletes the vault operator deployment with the specified name, waits for all its pods to be removed and deletes the Endpoint resource used for the leader election lock
func (*Framework) UpgradeOperator ¶
Click to show internal directories.
Click to hide internal directories.