Skip to content

export storage-e2e init and virt-client#16

Merged
fastrapier merged 4 commits into
mainfrom
feat/lib-init
May 13, 2026
Merged

export storage-e2e init and virt-client#16
fastrapier merged 4 commits into
mainfrom
feat/lib-init

Conversation

@fastrapier
Copy link
Copy Markdown
Member

@fastrapier fastrapier commented May 13, 2026

This pull request introduces two new helper packages to improve the modularity and initialization process of the codebase. The changes add a virtualization client constructor for Kubernetes and a centralized setup routine for storage E2E tests.

New helper package for Kubernetes virtualization:

  • Added NewVirtualizationClient function in pkg/kubernetes/virtclient.go to provide a convenient way to create a virtualization client using a given Kubernetes REST config.

Centralized storage E2E setup:

  • Added Initialize function in pkg/storage-e2e/setup.go to centralize logger initialization and environment validation for storage E2E tests.

@fastrapier fastrapier self-assigned this May 13, 2026
Comment thread pkg/storage-e2e/setup.go Outdated
Co-authored-by: Alexey Yakubov <alexey.yakubov@flant.com>
Signed-off-by: Daniil Studenikin <daniil.evgenyevich703@gmail.com>
@fastrapier fastrapier merged commit bc358df into main May 13, 2026
1 check passed
@fastrapier fastrapier deleted the feat/lib-init branch May 13, 2026 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants