Implement Storage SDK Foundation (#1091 #1093) - PART1 #1291
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Implements the foundational storage SDK layer for array-based migration support. This PR establishes the core infrastructure for integrating storage arrays (Pure Storage) with VJailbreak's migration workflow.
Changes
Technical Details
New CRDs
ArrayCreds: Manages storage array credentials and connection detailsNew Services
StorageArrayServer: gRPC service for storage array operationsstorage/pure/pure.go: Pure Storage FlashArray integrationKey Files
pkg/vpwned/sdk/proto/v1/api.proto: Storage API definitionsk8s/migration/api/v1alpha1/arraycreds_types.go: ArrayCreds CRDk8s/migration/internal/controller/arraycreds_controller.go: Controller logicpkg/vpwned/server/storage.go: Storage gRPC server implementationfixes #1091
fixes #1093