Documentation ¶
Overview ¶
Package vmoperator contains utils to run tests with the vm-operator in standalone mode.
Index ¶
Constants ¶
View Source
const DefaultNamespace = "vmware-system-vmop"
Variables ¶
This section is empty.
Functions ¶
func GetDistributedPortGroup ¶
GetDistributedPortGroup returns a DistributedPortGroup from vm-operator config.
func GetVCenterSession ¶
GetVCenterSession returns a VCenter session from vm-operator config.
func ReconcileDependencies ¶
func ReconcileDependencies(ctx context.Context, c client.Client, dependenciesConfig *vcsimv1.VMOperatorDependencies) error
ReconcileDependencies reconciles dependencies for the vm-operator. NOTE: This func is idempotent, it creates objects if missing otherwise it uses existing ones (this will allow e.g. to update images once and re-use for many test run).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.