e2e-framework
e2e-framework copied to clipboard
feat: add vcluster e2e cluster provider
addition of vcluster provider; interested to see if the CI fails. vcluster needs a "host" cluster to launch into, so I've followed an existing example where a real cluster or kind cluster are utilized as necessary: https://github.com/kubernetes-sigs/e2e-framework/blob/9206e6f6082907a1c77750b7cac0fc44ff4dac02/examples/real_cluster/main_test.go#L39
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR enables a new E2EClusterProvider
for vcluster
based clusters.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
NONE
Additional documentation e.g., Usage docs, etc.:
NA